Hi, While testing pci passthrough, I ran out of gsi bits, b/c the bitmap is not initialized correctly. Fix the initialization of the bitmap, and add extra error reporting for this condition.
Thanks, -Jason Jason Baron (2): qemu kvm: Set up gsi bitmap correctly qemu kvm: add better error reporting when kvm_get_irq_route_gsi() fails hw/device-assignment.c | 4 +++- kvm-all.c | 4 ++-- qemu-kvm.c | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-)