From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un8WW-0003Ac-2X for qemu-devel@nongnu.org; Thu, 13 Jun 2013 10:29:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un8WP-00028o-TE for qemu-devel@nongnu.org; Thu, 13 Jun 2013 10:29:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un8WP-00028c-Lj for qemu-devel@nongnu.org; Thu, 13 Jun 2013 10:29:05 -0400 Date: Thu, 13 Jun 2013 17:29:43 +0300 From: "Michael S. Tsirkin" Message-ID: <1371133655-10186-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 RFC 0/3] qemu/acpi-build: cross migration fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , seabios@seabios.org, lersek@redhat.com, anthony@codemonkey.ws, kevin@koconnor.net This patchset, on top of my acpi branch, fixes the issues with cross-version migration: - Don't add fw cfg entries when running with -M 1.5 and older - Future proof against future ACPI table changes: create a ROM blob so the tables are migrated (together with BIOS) With these changes the ACPI generation patchset will become mergeable. I say *will* since it's only lightly tested, I intend to test properly and re-post the full patchset with acpi table geneation in QEMU ready for merge, next week. Posting for early flames/review. Michael S. Tsirkin (3): loader: support for unmapped ROM blobs acpi: add tables as ROM so they are migrated acpi-build: disable acpi generation for compat hw/core/loader.c | 32 +++++++++++++++++++++++++++++--- hw/i386/acpi-build.c | 19 +++++++++++++++++++ hw/i386/pc_piix.c | 12 ++++++++++-- hw/i386/pc_q35.c | 12 ++++++++++-- hw/lm32/lm32_hwsetup.h | 2 +- include/hw/i386/pc.h | 1 + include/hw/loader.h | 4 ++-- 7 files changed, 72 insertions(+), 10 deletions(-) -- MST