qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] pc: fix ACPI tables corruption after bridge hot


From: Igor Mammedov
Subject: [Qemu-devel] [PATCH 0/2] pc: fix ACPI tables corruption after bridge hotplug
Date: Wed, 10 Dec 2014 16:06:54 +0000

Reproducer:
  1: hotplug bridge using command:
         device_add pci-bridge,chassis_nr=1

  2: reset system from monitor:
         system_reset

  As result:
    Windows doesn't boot and linux boots without ACPI
    due to not readble/corrupted ACPI tables

See patch 2/2 for more details.


Igor Mammedov (2):
  pc: Add pc-[i440fx|q35]-2.3 machine type and pc_compat_2_2() function
  pc: acpi-build: make linker & RSDP tables dynamic

 hw/i386/acpi-build.c | 30 +++++++++++++++++++++++-------
 hw/i386/pc_piix.c    | 33 +++++++++++++++++++++++++++++----
 hw/i386/pc_q35.c     | 30 +++++++++++++++++++++++++++---
 include/hw/i386/pc.h |  1 +
 4 files changed, 80 insertions(+), 14 deletions(-)

-- 
1.8.3.1




reply via email to

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