[Qemu-devel] [PATCH] pci: fix pci_find_bus().

2010-04-09 Thread Isaku Yamahata
When looking down child bus, it looked parent bridge's bus number. It should look child bridge's. Cc: Blue Swirl Cc: "Michael S. Tsirkin" Signed-off-by: Isaku Yamahata --- hw/pci.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index 0dbca17..2f

[Qemu-devel] [PATCH] pci: fix pci_find_bus()

2010-02-07 Thread Isaku Yamahata
typo in c021f8e65f5009a5ab5711d9d5326fcab553ef1c. comparison fix. Cc: Blue Swirl Cc: "Michael S. Tsirkin" Signed-off-by: Isaku Yamahata --- hw/pci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index 9ad63dd..e91d2e6 100644 --- a/hw/pci.c +++ b/