All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge
Date: Thu, 11 Jul 2013 15:09:35 +0300	[thread overview]
Message-ID: <20130711120935.GA25706@redhat.com> (raw)
In-Reply-To: <1373544219-25608-1-git-send-email-mst@redhat.com>

On Thu, Jul 11, 2013 at 03:03:58PM +0300, Michael S. Tsirkin wrote:
> 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


Naturally, as I address review comments for the base patchset
this will be rebased too.

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

      parent reply	other threads:[~2013-07-11 12:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 12:03 [Qemu-devel] [PATCH v2 0/2] acpi hotplug of devices behind a bridge Michael S. Tsirkin
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 ` Michael S. Tsirkin [this message]

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=20130711120935.GA25706@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.