From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKBQZ-0007VG-Mt for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:57:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKBQU-0007Sd-SE for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:57:30 -0500 Received: from [199.232.76.173] (port=47140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKBQU-0007SW-D6 for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:57:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKBQT-0006tm-Va for qemu-devel@nongnu.org; Mon, 14 Dec 2009 08:57:26 -0500 Date: Mon, 14 Dec 2009 15:54:41 +0200 From: "Michael S. Tsirkin" Message-ID: <20091214135441.GM973@redhat.com> References: <1260794906-30168-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: <1260794906-30168-1-git-send-email-yamahata@valinux.co.jp> Subject: [Qemu-devel] Re: [PATCH 00/11] 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 Mon, Dec 14, 2009 at 09:48:15PM +0900, Isaku Yamahata wrote: > This patch series is for various somewhat atrandom clean up. > Michael, this patch series possibly conflicts with your cleanups. > Which patch should I rebase to? My tree is here: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci Note: it is rebased now and then. If this becomes a problem, let me know and I will stop. > Isaku Yamahata (11): > pci: remove PCIBus::config_reg. > pci: clean up pci_bar_address() > pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g > pci: remove PCI_REVISION and PCI_SUBDEVICE_ID. > pci: import Linux pci_regs.h > pci: use pci_regs.h > gt64xxx: remove gt64120_{read, write}_config(). > acpi: use range helper function. > piix_pci: define symbolic value for PAM0, PAM6 and SMRAM. > piix_pci: use range helper function > msix: use range helper function. > > hw/acpi.c | 2 +- > hw/gt64xxx.c | 13 +- > hw/msix.c | 2 +- > hw/pci.c | 6 +- > hw/pci.h | 74 +------ > hw/pci_regs.h | 665 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/piix_pci.c | 15 +- > 7 files changed, 684 insertions(+), 93 deletions(-) > create mode 100644 hw/pci_regs.h