mbox

[PULL] pci fixes and cleanups

Message ID 20110920164002.GA26668@redhat.com
State New
Headers show

Pull-request

git://github.com/mstsirkin/qemu.git for_anthony

Message

Michael S. Tsirkin Sept. 20, 2011, 4:40 p.m. UTC
Pull from the temp tree at github.

The following changes since commit 530889ff95659d8fea81eb556e5706387fdddfa7:

  sun4u: don't set up isa_mem_base (2011-09-18 12:00:19 +0000)

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(-)

Comments

Anthony Liguori Sept. 20, 2011, 8:39 p.m. UTC | #1
On 09/20/2011 11:40 AM, Michael S. Tsirkin wrote:
> Pull from the temp tree at github.
>
> The following changes since commit 530889ff95659d8fea81eb556e5706387fdddfa7:
>
>    sun4u: don't set up isa_mem_base (2011-09-18 12:00:19 +0000)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> 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(-)