qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH RFC 0/3] qemu/acpi-build: cross migration fixes


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH RFC 0/3] qemu/acpi-build: cross migration fixes
Date: Thu, 13 Jun 2013 17:29:43 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]