Message ID | 1255017566-26220-5-git-send-email-gleb@redhat.com |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/src/pciinit.c b/src/pciinit.c index fffbd1e..8db1fea 100644 --- a/src/pciinit.c +++ b/src/pciinit.c @@ -19,11 +19,7 @@ static u32 pci_bios_mem_addr; static u32 pci_bios_bigmem_addr; /* host irqs corresponding to PCI irqs A-D */ static u8 pci_irqs[4] = { -#if CONFIG_KVM 10, 10, 11, 11 -#else - 11, 9, 11, 9 -#endif }; static void pci_set_io_region_addr(u16 bdf, int region_num, u32 addr)
The hardware uses irqs 10 and 11, so change the bios to reflect that. Qemu pcbios commit b0a155cfddc57e93b641a24fb198fdd8d738f143 Signed-off-by: Gleb Natapov <gleb@redhat.com> --- src/pciinit.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)