From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh1bs-0008AH-9q for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:35:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh1bm-00086p-VH for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:35:19 -0400 Received: from [199.232.76.173] (port=38740 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh1bm-00086V-J4 for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:35:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1061) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh1bl-0005ot-My for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:35:14 -0400 From: Juan Quintela In-Reply-To: (Juan Quintela's message of "Fri, 28 Aug 2009 15:28:11 +0200") References: Date: Fri, 28 Aug 2009 15:32:46 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 00/16] *** SUBJECT HERE *** List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Juan Quintela wrote: > *** BLURB HERE *** for (i=0; i < 100000; i++) I will rememeber to remove *~ flags before using the git-send-mail command Sorry, Juan. > Juan Quintela (16): > piix4 don't use pci_irq_levels at all > Split piix4 support from piix_pci.c > low_set_irq is not used anywhere > Use PCII440FXState instead of generic PCIDevice > Move smm_enabled and isa_memory_mappings to PCII440FXState > We want the argument pass to set_irq to be opaque > Create PIIX3State instead of using PCIDevice for PIIX3 > Introduce PIIX3IrqState for piix3 irq's state > Fold piix3_init() intto i440fx_init > We can add piix3_dev now to PIIX3IrqState > Save irq_state into PCII440FXState > pci_irq_levels[] belong to PIIX3State > Update SaveVM versions > VMState: Fix sub-structs versioning > i440fx: use new vmstate infrastructure > piix3: use new vmstate infrastructure > > Makefile.target | 2 +- > hw/apb_pci.c | 4 +- > hw/grackle_pci.c | 4 +- > hw/gt64xxx.c | 3 +- > hw/pc.c | 5 +- > hw/pc.h | 11 ++- > hw/pci.c | 8 +- > hw/pci.h | 6 +- > hw/piix4.c | 128 ++++++++++++++++++++++++ > hw/piix_pci.c | 275 +++++++++++++++++++++------------------------------- > hw/ppc4xx_pci.c | 4 +- > hw/ppce500_pci.c | 4 +- > hw/prep_pci.c | 4 +- > hw/r2d.c | 4 +- > hw/sh_pci.c | 4 +- > hw/unin_pci.c | 4 +- > hw/versatile_pci.c | 4 +- > savevm.c | 2 +- > 18 files changed, 284 insertions(+), 192 deletions(-) > create mode 100644 hw/piix4.c