Re: [Qemu-devel] [PATCH 08/16] pci-assign: accept Error from pci_add_capability2()

2014-04-29 Thread Eric Blake
On 04/10/2014 02:24 AM, Laszlo Ersek wrote: > Propagate any errors while adding PCI capabilities to > assigned_device_pci_cap_init(). We'll continue the propagation upwards > when assigned_device_pci_cap_init() becomes a leaf itself (when none of > its callees will report errors internally any long

[Qemu-devel] [PATCH 08/16] pci-assign: accept Error from pci_add_capability2()

2014-04-10 Thread Laszlo Ersek
Propagate any errors while adding PCI capabilities to assigned_device_pci_cap_init(). We'll continue the propagation upwards when assigned_device_pci_cap_init() becomes a leaf itself (when none of its callees will report errors internally any longer when detecting and returning them). Signed-off-b