[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 blauwir...@gmail.com Cc: Michael S. Tsirkin m...@redhat.com Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp --- hw/pci.c |4 ++-- 1 files changed, 2 insertions(+), 2

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

2010-02-07 Thread Isaku Yamahata
typo in c021f8e65f5009a5ab5711d9d5326fcab553ef1c. comparison fix. Cc: Blue Swirl blauwir...@gmail.com Cc: Michael S. Tsirkin m...@redhat.com Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp --- hw/pci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pci.c