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

2009-11-30 Thread Michael S. Tsirkin
On Mon, Nov 23, 2009 at 11:30:44AM -0200, Luiz Capitulino wrote: > On Mon, 23 Nov 2009 11:44:57 +0200 > "Michael S. Tsirkin" wrote: > > > On Tue, Nov 17, 2009 at 06:32:20PM -0200, Luiz Capitulino wrote: > > > Return a QDict with information about the just added device. > > > > > > This commit sh

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

2009-11-23 Thread Luiz Capitulino
On Mon, 23 Nov 2009 11:44:57 +0200 "Michael S. Tsirkin" wrote: > On Tue, Nov 17, 2009 at 06:32:20PM -0200, Luiz Capitulino wrote: > > 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

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

2009-11-23 Thread Michael S. Tsirkin
On Tue, Nov 17, 2009 at 06:32:20PM -0200, Luiz Capitulino wrote: > 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 > mo