From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSC4V-000523-8c for qemu-devel@nongnu.org; Tue, 05 Jan 2010 11:15:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSC4Q-0004yN-KT for qemu-devel@nongnu.org; Tue, 05 Jan 2010 11:15:50 -0500 Received: from [199.232.76.173] (port=57411 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSC4Q-0004y0-Ez for qemu-devel@nongnu.org; Tue, 05 Jan 2010 11:15:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4480) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSC4P-0005Vq-U1 for qemu-devel@nongnu.org; Tue, 05 Jan 2010 11:15:46 -0500 Date: Tue, 5 Jan 2010 18:12:43 +0200 From: "Michael S. Tsirkin" Message-ID: <20100105161243.GC29440@redhat.com> References: <20091223150603.GA6588@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091223150603.GA6588@redhat.com> Subject: [Qemu-devel] Re: [PULL] qemu/master: pci cleanups and a bugfix List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org ping On Wed, Dec 23, 2009 at 05:06:03PM +0200, Michael S. Tsirkin wrote: > This includes pci cleanups, which I think are very safe. They have been > out for quite a while. It also puts back interrupt disable bit support, > which was mistakenly reverted on master. > > The following changes since commit 59d1c1c2d774cccb0a88ff73501f97bea190c154: > Scott Tsai (1): > USB: Improve usbdevice error messages > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony > > 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. > > Michael S. Tsirkin (19): > Revert "Revert "pci: interrupt disable bit support"" > e1000: switch to symbolic names for pci registers > ne2000: switch to symbolic names for pci registers > rtl: switch to symbolic names for pci registers > pcnet: switch to symbolic names for pci registers > pci: add more status bits > eepro100: symbolic names for pci registers > piix: symbolic constants > cmd646: symbolic names for pci registers > vmware_vga: symbolic names for pci registers > lsi: symbolic names for pci registers > pci: add another devsel macro > es1370: symbolic names for pci registers > wdt_i6300esb: symbolic names for pci registers > ac97: symbolic names for pci registers > usb-uhci: symbolic names for pci registers > usb-ohci: symbolic names for pci registers > pci: remove unused macro > list MST as pci layer maintainer > > MAINTAINERS | 2 +- > hw/ac97.c | 57 +++-- > hw/acpi.c | 2 +- > hw/e1000.c | 11 +- > hw/eepro100.c | 49 +++-- > hw/es1370.c | 29 ++-- > hw/gt64xxx.c | 13 +- > hw/ide/cmd646.c | 7 +- > hw/ide/piix.c | 13 +- > hw/lsi53c895a.c | 10 +- > hw/msix.c | 2 +- > hw/ne2000.c | 3 +- > hw/pci.c | 32 +++- > hw/pci.h | 73 +------ > hw/pci_regs.h | 665 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/pcnet.c | 26 ++- > hw/piix_pci.c | 22 ++- > hw/rtl8139.c | 16 +- > hw/usb-ohci.c | 6 +- > hw/usb-uhci.c | 7 +- > hw/vmware_vga.c | 20 +- > hw/wdt_i6300esb.c | 2 +- > 22 files changed, 869 insertions(+), 198 deletions(-) > create mode 100644 hw/pci_regs.h