Re: [Qemu-devel] [PATCH 05/16] pci-assign: propagate errors from get_real_id()

2014-04-25 Thread Laszlo Ersek
On 04/25/14 18:05, Eric Blake wrote: > On 04/10/2014 02:24 AM, Laszlo Ersek wrote: >> get_real_id() has two thin wrappers (and no other callers), >> get_real_vendor_id() and get_real_device_id(); it's easiest to convert >> them in one fell swoop. >> >> Signed-off-by: Laszlo Ersek >> --- >> hw/i38

Re: [Qemu-devel] [PATCH 05/16] pci-assign: propagate errors from get_real_id()

2014-04-25 Thread Eric Blake
On 04/10/2014 02:24 AM, Laszlo Ersek wrote: > get_real_id() has two thin wrappers (and no other callers), > get_real_vendor_id() and get_real_device_id(); it's easiest to convert > them in one fell swoop. > > Signed-off-by: Laszlo Ersek > --- > hw/i386/kvm/pci-assign.c | 45 +

[Qemu-devel] [PATCH 05/16] pci-assign: propagate errors from get_real_id()

2014-04-10 Thread Laszlo Ersek
get_real_id() has two thin wrappers (and no other callers), get_real_vendor_id() and get_real_device_id(); it's easiest to convert them in one fell swoop. Signed-off-by: Laszlo Ersek --- hw/i386/kvm/pci-assign.c | 45 +++-- 1 file changed, 27 insertions(+)