From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtaML-0003or-4G for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:53:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtaMJ-0006lf-OV for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:53:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtaMJ-0006lR-G4 for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:53:03 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0B8r2S0005711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Jan 2013 03:53:02 -0500 From: Gerd Hoffmann Date: Fri, 11 Jan 2013 09:52:56 +0100 Message-Id: <1357894380-2489-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] q35: a bunch of little tweaks & fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, The biggest change is the machine type renaming patch. please pull, Gerd The following changes since commit a6308bc2224db238e72c570482717b68246a7ce0: Merge remote-tracking branch 'kraxel/build.1' into staging (2013-01-10 13:26:31 -0600) are available in the git repository at: git://git.kraxel.org/qemu q35.1 Gerd Hoffmann (3): q35: add ich9 intel hda controller q35: document chipset devices pc: rename machine types Laszlo Ersek (1): Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too Makefile | 1 + docs/q35-chipset.cfg | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/intel-hda.c | 41 +++++++++++++--- hw/pc_piix.c | 8 ++-- hw/pc_q35.c | 4 +- 5 files changed, 170 insertions(+), 13 deletions(-) create mode 100644 docs/q35-chipset.cfg