pci-assign: propagate Error from check_irqchip_in_kernel()
commit665f119fbad97c05c2603673ac6b2dcbf0d0e9e1
authorLaszlo Ersek <lersek@redhat.com>
Thu, 10 Apr 2014 08:24:35 +0000 (10 10:24 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 8 May 2014 18:19:59 +0000 (8 14:19 -0400)
treeed125ae68e09945c9736101f4f8fc7b25944bf0f
parentbcdcf75d6230fcd5a8a6578c5cf15e7c643328e8
pci-assign: propagate Error from check_irqchip_in_kernel()

Rename check_irqchip_in_kernel() to verify_irqchip_in_kernel(), so that
the name reflects our expectation better. Rather than returning a bool,
make it do nothing or set an Error.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
hw/i386/kvm/pci-assign.c