Re: [Qemu-devel] [PATCH 01/13] pci: Refactor pci_change_irq_level

2012-06-10 Thread Michael S. Tsirkin
On Mon, Jun 04, 2012 at 10:52:09AM +0200, Jan Kiszka wrote: > Align the bus traversal in pci_change_irq_level to other functions. They > use PCIBus:parent_dev to detect the root. > > Signed-off-by: Jan Kiszka Applied. > --- > hw/pci.c |8 > 1 files changed, 4 insertions(+), 4 dele

[Qemu-devel] [PATCH 01/13] pci: Refactor pci_change_irq_level

2012-06-04 Thread Jan Kiszka
Align the bus traversal in pci_change_irq_level to other functions. They use PCIBus:parent_dev to detect the root. Signed-off-by: Jan Kiszka --- hw/pci.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index c1ebdde..893f89c 100644 --- a/hw/pci