From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiiPw-00053Q-8a for qemu-devel@nongnu.org; Wed, 12 Dec 2012 04:15:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiiPq-0001lX-Hl for qemu-devel@nongnu.org; Wed, 12 Dec 2012 04:15:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiiPq-0001kd-9b for qemu-devel@nongnu.org; Wed, 12 Dec 2012 04:15:46 -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 qBC9Fjhl029346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 Dec 2012 04:15:45 -0500 From: Gerd Hoffmann Date: Wed, 12 Dec 2012 10:15:37 +0100 Message-Id: <1355303742-3263-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] acpi: misc updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Small collection of acpi updates: q35 dsdt windup, fix some leftovers from the acpi memory api switch, remove dead code. cheers, Gerd Gerd Hoffmann (5): configure: also symlink *.aml files acpi: autoload dsdt apci: assign memory regions to piix4 acpi device apci: assign memory regions to ich9 lpc device pc: remove bochs bios debug ports 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 | 64 +++++++++++++++++++----------------------------------- hw/pc.h | 1 + hw/pc_piix.c | 1 + hw/pc_q35.c | 1 + 9 files changed, 48 insertions(+), 52 deletions(-)