From: Igor Mammedov <imammedo@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, marcel.a@redhat.com, mst@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] pc: fix ACPI tables corruption after bridge hotplug
Date: Wed, 10 Dec 2014 16:06:54 +0000 [thread overview]
Message-ID: <1418227616-18149-1-git-send-email-imammedo@redhat.com> (raw)
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
next reply other threads:[~2014-12-10 16:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-10 16:06 Igor Mammedov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418227616-18149-1-git-send-email-imammedo@redhat.com \
--to=imammedo@redhat.com \
--cc=marcel.a@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).