qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] pc: fix ACPI tables corruption after bridge hotplug
@ 2014-12-10 16:06 Igor Mammedov
  2014-12-10 16:06 ` [Qemu-devel] [PATCH 1/2] pc: Add pc-[i440fx|q35]-2.3 machine type and pc_compat_2_2() function Igor Mammedov
  2014-12-10 16:06 ` [Qemu-devel] [PATCH 2/2] pc: acpi-build: make linker & RSDP tables dynamic Igor Mammedov
  0 siblings, 2 replies; 11+ messages in thread
From: Igor Mammedov @ 2014-12-10 16:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, marcel.a, mst

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

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

end of thread, other threads:[~2014-12-11  8:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 16:06 [Qemu-devel] [PATCH 0/2] pc: fix ACPI tables corruption after bridge hotplug Igor Mammedov
2014-12-10 16:06 ` [Qemu-devel] [PATCH 1/2] pc: Add pc-[i440fx|q35]-2.3 machine type and pc_compat_2_2() function Igor Mammedov
2014-12-10 16:06 ` [Qemu-devel] [PATCH 2/2] pc: acpi-build: make linker & RSDP tables dynamic Igor Mammedov
2014-12-10 16:24   ` Michael S. Tsirkin
2014-12-10 16:45     ` Igor Mammedov
2014-12-10 17:13       ` Michael S. Tsirkin
2014-12-10 17:39         ` Igor Mammedov
2014-12-10 18:28           ` Michael S. Tsirkin
2014-12-10 19:43             ` Igor Mammedov
2014-12-10 20:18               ` Michael S. Tsirkin
2014-12-11  8:36                 ` Igor Mammedov

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).