mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
monitor: convert do_device_del() 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
cc601cb785
commit
17a38eaa2f
3 changed files with 7 additions and 6 deletions
|
@ -176,7 +176,7 @@ void qbus_free(BusState *bus);
|
|||
void do_info_qtree(Monitor *mon);
|
||||
void do_info_qdm(Monitor *mon);
|
||||
int do_device_add(Monitor *mon, const QDict *qdict, QObject **ret_data);
|
||||
void do_device_del(Monitor *mon, const QDict *qdict);
|
||||
int do_device_del(Monitor *mon, const QDict *qdict, QObject **ret_data);
|
||||
|
||||
/*** qdev-properties.c ***/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue