From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNf2H-0001D7-Gk for qemu-devel@nongnu.org; Tue, 17 Feb 2015 05:05:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNf2B-0007HV-7R for qemu-devel@nongnu.org; Tue, 17 Feb 2015 05:05:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNf2A-0007Eu-Da for qemu-devel@nongnu.org; Tue, 17 Feb 2015 05:05:38 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1HA5aqa010762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Feb 2015 05:05:36 -0500 Date: Tue, 17 Feb 2015 11:05:33 +0100 From: "Michael S. Tsirkin" Message-ID: <1424167517-21866-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/4] acpi: fix RSDP and linker memory management List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, Igor Mammedov This cleans up handling for rsdp and linker tables, which many people found confusing, and fixes bugs around linker and rsdp migration. Paolo, could you review/ack exec.c patch please? Michael S. Tsirkin (4): exec: round up size on MR resize acpi-build: fix RSDP/linker RAM migration acpi: has_immutable_rsdp->!rsdp_in_ram acpi-build: simplify rsdp management for legacy include/hw/i386/pc.h | 2 +- exec.c | 2 ++ hw/i386/acpi-build.c | 55 ++++++++++++++++++++++++++++------------------------ hw/i386/pc_piix.c | 6 +++--- hw/i386/pc_q35.c | 6 +++--- 5 files changed, 39 insertions(+), 32 deletions(-) -- MST