From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge
Date: Thu, 11 Jul 2013 15:03:58 +0300 [thread overview]
Message-ID: <1373544219-25608-1-git-send-email-mst@redhat.com> (raw)
This is on top of patchset generating ACPI tables in qemu.
Changes from v1:
- fixed some bugs
- fixed migration and cross version compatibility
- rebased to latest bits
Michael S. Tsirkin (2):
pci: add pci_for_each_bus
qemu: piix: PCI bridge ACPI hotplug support
docs/specs/acpi_pci_hotplug.txt | 8 +
hw/acpi/piix4.c | 217 +++++++++++++++-----
hw/i386/Makefile.objs | 2 +-
hw/i386/acpi-build.c | 425 +++++++++++++++++++++++++++++++++++----
hw/i386/acpi-dsdt.dsl | 36 +++-
hw/i386/pc_piix.c | 3 +
hw/i386/ssdt-pcihp.dsl | 51 -----
hw/i386/ssdt-pcihp.hex.generated | 108 ----------
hw/pci/pci.c | 17 ++
include/hw/i386/pc.h | 5 +-
include/hw/pci/pci.h | 3 +
11 files changed, 607 insertions(+), 268 deletions(-)
delete mode 100644 hw/i386/ssdt-pcihp.dsl
delete mode 100644 hw/i386/ssdt-pcihp.hex.generated
--
MST
next reply other threads:[~2013-07-11 12:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-11 12:03 Michael S. Tsirkin [this message]
2013-07-11 12:04 ` [Qemu-devel] [PATCH v2 1/2] pci: add pci_for_each_bus Michael S. Tsirkin
2013-07-11 12:04 ` [Qemu-devel] [PATCH v2 2/2] qemu: piix: PCI bridge ACPI hotplug support Michael S. Tsirkin
2013-07-11 12:09 ` [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge Michael S. Tsirkin
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=1373544219-25608-1-git-send-email-mst@redhat.com \
--to=mst@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).