qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/19] acpi, pci, pc, fedora, virtio fixes and enhanc


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 00/19] acpi, pci, pc, fedora, virtio fixes and enhancements
Date: Mon, 23 Dec 2013 18:11:28 +0200

The following changes since commit f976b09ea249cccc3fd41c98aaf6512908db0bae:

  PPC: Fix compilation with TCG debug (2013-12-22 19:15:55 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony

for you to fetch changes up to 5bf58abf1cb7220d9f7d8e18f113a353cd6f260d:

  target-arm: fix build with gcc 4.8.2 (2013-12-23 18:02:23 +0200)

----------------------------------------------------------------
acpi,pci,pc,fedora,virtio fixes and enhancements

This includes some Preparatory patches for cpu hotplug for q25 and memory
hotplug by Igor, tests and memory mapping change
by Laszlo and pci reset cleanup by Paolo.
There are also some fixes for fedora and virtio:
included here since they are test blockers for me.

Signed-off-by: Michael S. Tsirkin <address@hidden>

----------------------------------------------------------------
Gerd Hoffmann (2):
      piix: gigabyte alignment for ram
      piix: fix 32bit pci hole

Igor Mammedov (5):
      acpi: piix4: remove not needed GPE0 mask
      acpi: factor out common pm_update_sci() into acpi core
      acpi: ich9: allow guest to clear SCI rised by GPE
      ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handler
      ACPI/DSDT-CPU: cleanup bogus comment

Laszlo Ersek (5):
      hw/i386/pc_sysfw: support two flash drives
      i440fx-test: qtest_start() should be paired with qtest_end()
      i440fx-test: give each GTest case its own qtest
      i440fx-test: generate temporary firmware blob
      i440fx-test: verify firmware under 4G and 1M, both -bios and -pflash

Michael S. Tsirkin (2):
      pc_piix: document gigabyte_align
      target-arm: fix build with gcc 4.8.2

Paolo Bonzini (5):
      pci: do not export pci_bus_reset
      pci: clean up resetting of IRQs
      qdev: allow both pre- and post-order vists in qdev walking functions
      qdev: switch reset to post-order
      virtio: add back call to virtio_bus_device_unplugged

 include/hw/acpi/acpi.h            |   8 ++
 include/hw/i386/pc.h              |   1 +
 include/hw/pci/pci.h              |   1 -
 include/hw/qdev-core.h            |  15 ++--
 hw/acpi/core.c                    |  18 ++++
 hw/acpi/ich9.c                    |  24 +-----
 hw/acpi/piix4.c                   |  27 +-----
 hw/core/qdev.c                    |  47 ++++++++---
 hw/i386/pc_piix.c                 |  19 ++++-
 hw/i386/pc_sysfw.c                | 105 +++++++++++++++++++-----
 hw/pci-host/piix.c                |  11 +--
 hw/pci/pci.c                      |  42 +++++-----
 hw/pci/pci_bridge.c               |   2 +-
 hw/s390x/virtio-ccw.c             |   5 +-
 hw/virtio/virtio.c                |   2 +
 target-arm/cpu64.c                |   6 ++
 tests/i440fx-test.c               | 167 ++++++++++++++++++++++++++++++++++----
 hw/i386/acpi-dsdt-cpu-hotplug.dsl |   1 -
 hw/i386/q35-acpi-dsdt.dsl         |   4 +-
 19 files changed, 365 insertions(+), 140 deletions(-)
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]