From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKVp3-0007IZ-6M for qemu-devel@nongnu.org; Tue, 15 Dec 2009 06:44:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKVoy-0007GG-1N for qemu-devel@nongnu.org; Tue, 15 Dec 2009 06:44:08 -0500 Received: from [199.232.76.173] (port=43394 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKVox-0007Fx-OC for qemu-devel@nongnu.org; Tue, 15 Dec 2009 06:44:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36997) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKVox-0006sg-Dd for qemu-devel@nongnu.org; Tue, 15 Dec 2009 06:44:03 -0500 Date: Tue, 15 Dec 2009 13:41:19 +0200 From: "Michael S. Tsirkin" Message-ID: <20091215114119.GA16240@redhat.com> References: <1260876367-28197-1-git-send-email-yamahata@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1260876367-28197-1-git-send-email-yamahata@valinux.co.jp> Subject: [Qemu-devel] Re: [PATCH V2 00/10] various pci clean ups. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: qemu-devel@nongnu.org On Tue, Dec 15, 2009 at 08:25:57PM +0900, Isaku Yamahata wrote: > This patch series is for various somewhat atrandom clean up. > > - the patch "piix_pci: define symbolic value for PAM0, PAM6 and SMRAM." > doesn't cause binary difference. > I checked the piix_pci.o binary doesn't changed with the patch applied > or not by diffing results of disassembling object files. > > - rebased to MST's git tree > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci. > Anyway the only patch "pci: use pci_regs.h" 4 patch conflicts. > So I expect all but the patch "pci: use pci_regs.h" can applies to > unstable tree. And it's trivial to resolve the conflict. > > changes v1 -> v2: > - dropped the patch "pci: clean up pci_bar_address()" > - reordered > - rebased to git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci > - updated I440FX patch. > - added link to I440FX link Thanks! Applied. > Isaku Yamahata (10): > pci: remove PCIBus::config_reg. > pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g > pci: import Linux pci_regs.h > pci: use pci_regs.h > gt64xxx: remove gt64120_{read, write}_config(). > acpi: use range helper function. > msix: use range helper function. > piix_pci: define symbolic value for PAM0, PAM6 and SMRAM. > piix_pci: use range helper function > piix_pci: add link to i440fx data sheet. > > hw/acpi.c | 2 +- > hw/gt64xxx.c | 13 +- > hw/msix.c | 2 +- > hw/pci.c | 3 +- > hw/pci.h | 77 +------- > hw/pci_regs.h | 665 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/piix_pci.c | 22 ++- > 7 files changed, 689 insertions(+), 95 deletions(-) > create mode 100644 hw/pci_regs.h