diff options
| author | Markus Armbruster <armbru@redhat.com> | 2010-03-22 11:38:14 +0100 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-04-18 23:46:48 +0200 |
| commit | 17a38eaa2fdbb9add961e974fdb1b0ca8260813c (patch) | |
| tree | c57e16e9edb6001fc9878cb7851194b58609d476 /hw/qdev.h | |
| parent | cc601cb785bbbd1a017d05d69763cd2c2e1ca3a4 (diff) | |
| download | focaccia-qemu-17a38eaa2fdbb9add961e974fdb1b0ca8260813c.tar.gz focaccia-qemu-17a38eaa2fdbb9add961e974fdb1b0ca8260813c.zip | |
monitor: convert do_device_del() to QObject, QError
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hw/qdev.h')
| -rw-r--r-- | hw/qdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/qdev.h b/hw/qdev.h index 9475705b7b..40373c856d 100644 --- a/hw/qdev.h +++ b/hw/qdev.h @@ -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 ***/ |