mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
monitor: Port handler_3 to use QDict
This commit ports command handlers that receive three arguments to use the new monitor's dictionary. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f18c16de4a
commit
1d4daa91ff
5 changed files with 28 additions and 23 deletions
6
net.h
6
net.h
|
@ -138,10 +138,8 @@ int net_client_init(Monitor *mon, const char *device, const char *p);
|
|||
void net_client_uninit(NICInfo *nd);
|
||||
int net_client_parse(const char *str);
|
||||
void net_slirp_smb(const char *exported_dir);
|
||||
void net_slirp_hostfwd_add(Monitor *mon, const char *arg1,
|
||||
const char *arg2, const char *arg3);
|
||||
void net_slirp_hostfwd_remove(Monitor *mon, const char *arg1,
|
||||
const char *arg2, const char *arg3);
|
||||
void net_slirp_hostfwd_add(Monitor *mon, const QDict *qdict);
|
||||
void net_slirp_hostfwd_remove(Monitor *mon, const QDict *qdict);
|
||||
void net_slirp_redir(const char *redir_str);
|
||||
void net_cleanup(void);
|
||||
void net_client_check(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue