On Thu, Mar 29, 2012 at 01:56:40PM -0300, Luiz Capitulino wrote: > V2: > > o change qdev_unplug() to return void (this allows some simplifications) > o rename pci_device_hot_remove() 'errp' var to 'local_err' > o minor changelog fixes > > hmp-commands.hx | 3 +-- > hmp.c | 9 +++++++++ > hmp.h | 1 + > hw/pci-hotplug.c | 14 ++++++++++++-- > hw/qdev-monitor.c | 11 ++++++----- > hw/qdev.c | 12 ++++++++---- > hw/qdev.h | 3 ++- > hw/usb/dev-storage.c | 2 +- > hw/xen_platform.c | 4 ++-- > qapi-schema.json | 20 ++++++++++++++++++++ > qmp-commands.hx | 5 +---- > 11 files changed, 63 insertions(+), 21 deletions(-) >
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>