From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr2lP-0000T4-5K for qemu-devel@nongnu.org; Fri, 04 Jan 2013 03:36:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tr2lN-00031T-DN for qemu-devel@nongnu.org; Fri, 04 Jan 2013 03:36:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr2MV-0003Oj-6y for qemu-devel@nongnu.org; Fri, 04 Jan 2013 03:10:43 -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 r048AcJD032637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Jan 2013 03:10:38 -0500 From: Gerd Hoffmann Date: Fri, 4 Jan 2013 09:10:05 +0100 Message-Id: <1357287009-22604-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] acpi fixups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series carries a bunch of acpi bits: Some small incremental fixes for the memory api conversion and dsdt autoloading. The later makes q35 JustWork[tm] without explicit -acpitable switch. please pull, Gerd The following changes since commit 25bbf61e4bacd1e4fa4115ffcf151051b9d6608e: pty: unbreak libvirt (2013-01-03 12:53:41 -0600) are available in the git repository at: git://git.kraxel.org/qemu acpi.2 Gerd Hoffmann (4): configure: also symlink *.aml files acpi: autoload dsdt apci: assign memory regions to piix4 acpi device apci: assign memory regions to ich9 lpc device configure | 1 + hw/acpi_ich9.c | 6 ++++-- hw/acpi_ich9.h | 4 +++- hw/acpi_piix4.c | 20 +++++++++++++------- hw/lpc_ich9.c | 2 +- hw/pc.c | 23 +++++++++++++++++++++++ hw/pc.h | 1 + hw/pc_piix.c | 1 + hw/pc_q35.c | 1 + 9 files changed, 48 insertions(+), 11 deletions(-)