Re: [Qemu-devel] [PATCH 13/17] PCI: Convert pci_device_hot_add() to QObject

2009-11-20 Thread Markus Armbruster
Luiz Capitulino writes: > Return a QDict with information about the just added device. > > This commit should not change user output. > > Please, note that this patch does not do error handling > conversion. In error conditions the handler still calls > monitor_printf(). > > Signed-off-by: Luiz C

[Qemu-devel] [PATCH 13/17] PCI: Convert pci_device_hot_add() to QObject

2009-11-17 Thread Luiz Capitulino
Return a QDict with information about the just added device. This commit should not change user output. Please, note that this patch does not do error handling conversion. In error conditions the handler still calls monitor_printf(). Signed-off-by: Luiz Capitulino --- hw/pci-hotplug.c | 37 +