qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 0/3] qemu/acpi-build: cross migration fixes
@ 2013-06-13 14:29 Michael S. Tsirkin
  2013-06-13 14:29 ` [Qemu-devel] [PATCH RFC 1/3] loader: support for unmapped ROM blobs Michael S. Tsirkin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael S. Tsirkin @ 2013-06-13 14:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, seabios, lersek, anthony, kevin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-13 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13 14:29 [Qemu-devel] [PATCH RFC 0/3] qemu/acpi-build: cross migration fixes Michael S. Tsirkin
2013-06-13 14:29 ` [Qemu-devel] [PATCH RFC 1/3] loader: support for unmapped ROM blobs Michael S. Tsirkin
2013-06-13 14:29 ` [Qemu-devel] [PATCH RFC 2/3] acpi: add tables as ROM so they are migrated Michael S. Tsirkin
2013-06-13 14:29 ` [Qemu-devel] [PATCH RFC 3/3] acpi-build: disable acpi generation for compat Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).