mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
monitor: Convert do_set_link() to QObject, QError
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
c9b26a4cbe
commit
5369e3c0b8
3 changed files with 7 additions and 5 deletions
2
net.h
2
net.h
|
@ -118,7 +118,7 @@ int qemu_find_nic_model(NICInfo *nd, const char * const *models,
|
|||
const char *default_model);
|
||||
|
||||
void do_info_network(Monitor *mon);
|
||||
void do_set_link(Monitor *mon, const QDict *qdict);
|
||||
int do_set_link(Monitor *mon, const QDict *qdict, QObject **ret_data);
|
||||
|
||||
/* NIC info */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue