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

Eduardo Habkost posted 5 patches 6 years, 8 months ago
Test checkpatch passed
Failed in applying to current master (apply log)
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(-)
[Qemu-devel] [PULL 0/5] Machine queue, 2019-03-06
Posted by Eduardo Habkost 6 years, 8 months ago
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


Re: [Qemu-devel] [PULL 0/5] Machine queue, 2019-03-06
Posted by Peter Maydell 6 years, 8 months ago
On Wed, 6 Mar 2019 at 18:41, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> 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)
>
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM