From patchwork Mon Dec 3 10:11:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 203308 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 73F332C007D for ; Mon, 3 Dec 2012 21:12:35 +1100 (EST) Received: from localhost ([::1]:42243 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfT0r-0008Hk-AN for incoming@patchwork.ozlabs.org; Mon, 03 Dec 2012 05:12:33 -0500 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 Received: from rincewind.home.kraxel.org (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qB3ABxK4001972; Mon, 3 Dec 2012 05:12:00 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id C3F8340A03; Mon, 3 Dec 2012 11:11:58 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 3 Dec 2012 11:11:55 +0100 Message-Id: <1354529518-25534-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: jbaron@redhat.com, Gerd Hoffmann Subject: [Qemu-devel] [PULL for-1.3 0/3] seabios: q35 update X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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