diff options
| author | Paolo Bonzini | 2013-12-20 23:21:09 +0100 |
|---|---|---|
| committer | Luiz Capitulino | 2014-01-06 19:45:47 +0100 |
| commit | ab2d0531b2e41bc5fd8f8e59405f135986599476 (patch) | |
| tree | f40c89a272948494054e57f8096253a5f50a0bd4 /hmp.h | |
| parent | qom: catch errors in object_property_add_child (diff) | |
| download | qemu-ab2d0531b2e41bc5fd8f8e59405f135986599476.tar.gz qemu-ab2d0531b2e41bc5fd8f8e59405f135986599476.tar.xz qemu-ab2d0531b2e41bc5fd8f8e59405f135986599476.zip | |
monitor: add object-del (QMP) and object_del (HMP) command
These two commands invoke the "unparent" method of Object.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp.h')
| -rw-r--r-- | hmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,5 +90,6 @@ void hmp_chardev_add(Monitor *mon, const QDict *qdict); void hmp_chardev_remove(Monitor *mon, const QDict *qdict); void hmp_qemu_io(Monitor *mon, const QDict *qdict); void hmp_cpu_add(Monitor *mon, const QDict *qdict); +void hmp_object_del(Monitor *mon, const QDict *qdict); #endif |
