From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R63LX-0003KT-0K for qemu-devel@nongnu.org; Tue, 20 Sep 2011 12:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R63LV-0006IU-Os for qemu-devel@nongnu.org; Tue, 20 Sep 2011 12:38:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R63LV-0006IO-Hz for qemu-devel@nongnu.org; Tue, 20 Sep 2011 12:38:57 -0400 Date: Tue, 20 Sep 2011 19:40:03 +0300 From: "Michael S. Tsirkin" Message-ID: <20110920164002.GA26668@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: jan.kiszka@siemens.com, mst@redhat.com 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(-) -- MST