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

2014-04-29 Thread Eric Blake
On 04/10/2014 02:24 AM, Laszlo Ersek wrote: > Also, change the return type to "void"; the function is static (with a > sole caller) and the negative errno values are not distinguished from each > other. > > Signed-off-by: Laszlo Ersek > --- > hw/i386/kvm/pci-assign.c | 29 +++

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

2014-04-10 Thread Laszlo Ersek
Also, change the return type to "void"; the function is static (with a sole caller) and the negative errno values are not distinguished from each other. Signed-off-by: Laszlo Ersek --- hw/i386/kvm/pci-assign.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-)