mbox

[PULL,0/4] acpi fixups

Message ID 1357287009-22604-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu acpi.2

Message

Gerd Hoffmann Jan. 4, 2013, 8:10 a.m. UTC
Hi,

This patch series carries a bunch of acpi bits:  Some small incremental
fixes for the memory api conversion and dsdt autoloading.  The later
makes q35 JustWork[tm] without explicit -acpitable switch.

please pull,
  Gerd

The following changes since commit 25bbf61e4bacd1e4fa4115ffcf151051b9d6608e:

  pty: unbreak libvirt (2013-01-03 12:53:41 -0600)

are available in the git repository at:
  git://git.kraxel.org/qemu acpi.2

Gerd Hoffmann (4):
      configure: also symlink *.aml files
      acpi: autoload dsdt
      apci: assign memory regions to piix4 acpi device
      apci: assign memory regions to ich9 lpc device

 configure       |    1 +
 hw/acpi_ich9.c  |    6 ++++--
 hw/acpi_ich9.h  |    4 +++-
 hw/acpi_piix4.c |   20 +++++++++++++-------
 hw/lpc_ich9.c   |    2 +-
 hw/pc.c         |   23 +++++++++++++++++++++++
 hw/pc.h         |    1 +
 hw/pc_piix.c    |    1 +
 hw/pc_q35.c     |    1 +
 9 files changed, 48 insertions(+), 11 deletions(-)

Comments

Anthony Liguori Jan. 4, 2013, 8:21 p.m. UTC | #1
Pulled, thanks.

N.B.  This note may be extraneous because the pull request was sent by a
version of git older than 1.7.9 making the pull request ambigious.  Please
consider upgrading to a newer version of git.

Regards,

Anthony Liguori