qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/5] Machine queue, 2019-03-06


From: Eduardo Habkost
Subject: [Qemu-devel] [PULL 0/5] Machine queue, 2019-03-06
Date: Wed, 6 Mar 2019 15:40:56 -0300

The following changes since commit 9b748c5e061b1202fba59afd857e16a693743d90:

  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2019-03-06 
11:58:10 +0000)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-next-pull-request

for you to fetch changes up to 14405c274e86e993e90198a49eecab3ca0ded8db:

  qdev: Provide qdev_get_bus_hotplug_handler() (2019-03-06 11:51:08 -0300)

----------------------------------------------------------------
Machine queue, 2019-03-06

* qdev: Hotplug handler chaining (David Hildenbrand)
* qdev: fix qbus_is_full() (Tony Krowiak)
* hostmem: fix crash when querying empty host-nodes property via
  QMP (Igor Mammedov)

----------------------------------------------------------------

Queue for Machine Core patches


David Hildenbrand (2):
  qdev: Let the hotplug_handler_unplug() caller delete the device
  qdev: Provide qdev_get_bus_hotplug_handler()

Igor Mammedov (2):
  hostmem: fix crash when querying empty host-nodes property via QMP
  qdev: Let machine hotplug handler to override bus hotplug handler

Tony Krowiak (1):
  qdev/core: fix qbus_is_full()

 include/hw/qdev-core.h   | 13 +++++++++++++
 backends/hostmem.c       |  3 ++-
 hw/acpi/cpu.c            |  1 +
 hw/acpi/memory_hotplug.c |  1 +
 hw/acpi/pcihp.c          |  3 ++-
 hw/core/qdev.c           | 22 +++++++++++++++-------
 hw/i386/pc.c             |  5 ++---
 hw/pci/pci.c             |  3 ++-
 hw/pci/pcie.c            |  3 ++-
 hw/pci/shpc.c            |  3 ++-
 hw/ppc/spapr.c           |  9 ++++++---
 hw/ppc/spapr_pci.c       |  3 ++-
 hw/s390x/css-bridge.c    |  2 +-
 hw/s390x/s390-pci-bus.c  | 13 ++++++++-----
 qdev-monitor.c           | 11 ++++++++---
 15 files changed, 67 insertions(+), 28 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140




reply via email to

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