From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R676A-0005qv-Cq for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:39:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6769-0000B1-6n for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:39:22 -0400 Received: from mail-gw0-f47.google.com ([74.125.83.47]:43671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6768-0000A2-VC for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:39:21 -0400 Received: by mail-gw0-f47.google.com with SMTP id a2so1004048gwa.6 for ; Tue, 20 Sep 2011 13:39:20 -0700 (PDT) Message-ID: <4E78F9F5.6050806@codemonkey.ws> Date: Tue, 20 Sep 2011 15:39:17 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110920164002.GA26668@redhat.com> In-Reply-To: <20110920164002.GA26668@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] pci fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: jan.kiszka@siemens.com, qemu-devel@nongnu.org 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(-)