Re: [Qemu-devel] [PATCH] pseries pci: removed dt_irq from PCI host bus

2012-06-28 Thread Alexander Graf
On 06/14/2012 06:36 AM, Alexey Kardashevskiy wrote: As it is a very quick operation to resolve qirq from IRQ number, it makes no sense to cache it anywhere but its original source i.e. XICS. Signed-off-by: Alexey Kardashevskiy Ben, please ack/nack. Alex --- hw/spapr_pci.c | 14 +---

[Qemu-devel] [PATCH] pseries pci: removed dt_irq from PCI host bus

2012-06-13 Thread Alexey Kardashevskiy
As it is a very quick operation to resolve qirq from IRQ number, it makes no sense to cache it anywhere but its original source i.e. XICS. Signed-off-by: Alexey Kardashevskiy --- hw/spapr_pci.c | 14 +- hw/spapr_pci.h |1 - 2 files changed, 5 insertions(+), 10 deletions(-) dif