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