are available in the git repository at:
git://github.com/mstsirkin/qemu.git for_anthony
Jan Kiszka (2):
pci: Remove unused pci_reserve_capability
pci: Remove unused mem_base from PCIBus
Michael S. Tsirkin (3):
pci: interrupt pin documentation update
pci: implement bridge filtering
pci_bridge: simplify memory regions some more
Wen Congyang (1):
pci_bridge: use parent bus's address space
hw/ac97.c | 1 -
hw/e1000.c | 3 +-
hw/es1370.c | 1 -
hw/lsi53c895a.c | 3 +-
hw/ne2000.c | 3 +-
hw/pci.c | 76 +---------------------------------------------
hw/pci.h | 4 --
hw/pci_bridge.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++--
hw/pci_internals.h | 19 +++++++++++-
hw/pcnet-pci.c | 2 +-
hw/rtl8139.c | 2 +-
hw/usb-ehci.c | 2 +-
hw/usb-ohci.c | 3 +-
hw/usb-uhci.c | 2 +-
14 files changed, 110 insertions(+), 96 deletions(-)