From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfT0Y-000804-6M for qemu-devel@nongnu.org; Mon, 03 Dec 2012 05:12:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfT0L-0008Hb-L2 for qemu-devel@nongnu.org; Mon, 03 Dec 2012 05:12:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfT0L-0008HK-Cr for qemu-devel@nongnu.org; Mon, 03 Dec 2012 05:12:01 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB3AC0Bd007377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Dec 2012 05:12:00 -0500 From: Gerd Hoffmann Date: Mon, 3 Dec 2012 11:11:55 +0100 Message-Id: <1354529518-25534-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.3 0/3] seabios: q35 update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jbaron@redhat.com, Gerd Hoffmann Hi, Most q35 seabios patches just landed upstream. So here we go with a last-minute pull to plumb the missing q35 bits. It obviously updates seabios again. It also adds autoloading for the acpi dsdt table. With this pull "qemu -M q35" JustWorks[tm]. please pull, Gerd The following changes since commit 01bbd8bf2caced5cb07939669f58d3a7bcc78092: Update version for 1.3.0-rc2 (2012-11-30 15:04:16 -0600) are available in the git repository at: git://git.kraxel.org/qemu seabios-3d11108 Gerd Hoffmann (3): seabios: update to 3d11108f45818d75140530a184c05680f1be51ad configure: also symlink *.aml files acpi: autoload dsdt configure | 1 + hw/pc.c | 23 +++++++++++++++++++++++ hw/pc.h | 1 + hw/pc_piix.c | 1 + hw/pc_q35.c | 1 + pc-bios/acpi-dsdt.aml | Bin 4540 -> 4450 bytes pc-bios/bios.bin | Bin 131072 -> 131072 bytes pc-bios/q35-acpi-dsdt.aml | Bin 0 -> 8374 bytes roms/seabios | 2 +- 9 files changed, 28 insertions(+), 1 deletions(-) create mode 100644 pc-bios/q35-acpi-dsdt.aml