Re: [Qemu-devel] [PATCH] seabios: Add a dummy PCI slot to irq mapping function

2013-02-21 Thread Kevin O'Connor
On Thu, Feb 21, 2013 at 09:12:23AM -0700, Alex Williamson wrote: > This should never get called, but if we somehow get a new chipset > that fails to implement their own pci_slot_get_irq function, fail > gracefully and add a debug log message. Thanks. I pushed this and the second part of your prev

[Qemu-devel] [PATCH] seabios: Add a dummy PCI slot to irq mapping function

2013-02-21 Thread Alex Williamson
This should never get called, but if we somehow get a new chipset that fails to implement their own pci_slot_get_irq function, fail gracefully and add a debug log message. Signed-off-by: Alex Williamson --- src/pciinit.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --g