[PULL 0/3] Machine queue 2020-08-19

Eduardo Habkost posted 3 patches 3 years, 8 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200819152258.703874-1-ehabkost@redhat.com
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <rth@twiddle.net>, Markus Armbruster <armbru@redhat.com>, David Hildenbrand <david@redhat.com>, Thomas Huth <thuth@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Eric Blake <eblake@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, David Gibson <david@gibson.dropbear.id.au>, Cornelia Huck <cohuck@redhat.com>
qapi/machine.json            |  5 ++++-
include/hw/boards.h          |  3 +++
include/hw/i386/pc.h         |  3 +++
include/hw/qdev-properties.h |  2 ++
hw/arm/virt.c                |  9 ++++++++-
hw/core/machine-qmp-cmds.c   |  4 ++++
hw/core/machine.c            |  3 +++
hw/i386/pc.c                 |  3 +++
hw/i386/pc_piix.c            | 14 +++++++++++++-
hw/i386/pc_q35.c             | 13 ++++++++++++-
hw/ppc/spapr.c               | 15 +++++++++++++--
hw/s390x/s390-virtio-ccw.c   | 14 +++++++++++++-
12 files changed, 81 insertions(+), 7 deletions(-)
[PULL 0/3] Machine queue 2020-08-19
Posted by Eduardo Habkost 3 years, 8 months ago
The following changes since commit 672b2f2695891b6d818bddc3ce0df964c7627969:

  Open 5.2 development tree (2020-08-18 13:44:04 +0100)

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 3ff3c5d31740484b0e19007843094483fb393e80:

  hw: add compat machines for 5.2 (2020-08-19 10:45:48 -0400)

----------------------------------------------------------------
Machine queue 2020-08-19

Regular post-release changes:
* hw: add compat machines for 5.2 (Cornelia Huck)

Features:
* qmp: Expose MachineClass::default_ram_id
  (Michal Privoznik)

Cleanups:
* qdev: Document qdev_prop_set_drive_err() return value
  (Philippe Mathieu-Daudé)

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

Cornelia Huck (1):
  hw: add compat machines for 5.2

Michal Privoznik (1):
  qmp: Expose MachineClass::default_ram_id

Philippe Mathieu-Daudé (1):
  qdev: Document qdev_prop_set_drive_err() return value

 qapi/machine.json            |  5 ++++-
 include/hw/boards.h          |  3 +++
 include/hw/i386/pc.h         |  3 +++
 include/hw/qdev-properties.h |  2 ++
 hw/arm/virt.c                |  9 ++++++++-
 hw/core/machine-qmp-cmds.c   |  4 ++++
 hw/core/machine.c            |  3 +++
 hw/i386/pc.c                 |  3 +++
 hw/i386/pc_piix.c            | 14 +++++++++++++-
 hw/i386/pc_q35.c             | 13 ++++++++++++-
 hw/ppc/spapr.c               | 15 +++++++++++++--
 hw/s390x/s390-virtio-ccw.c   | 14 +++++++++++++-
 12 files changed, 81 insertions(+), 7 deletions(-)

-- 
2.26.2



Re: [PULL 0/3] Machine queue 2020-08-19
Posted by Peter Maydell 3 years, 8 months ago
On Wed, 19 Aug 2020 at 16:23, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 672b2f2695891b6d818bddc3ce0df964c7627969:
>
>   Open 5.2 development tree (2020-08-18 13:44:04 +0100)
>
> 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 3ff3c5d31740484b0e19007843094483fb393e80:
>
>   hw: add compat machines for 5.2 (2020-08-19 10:45:48 -0400)
>
> ----------------------------------------------------------------
> Machine queue 2020-08-19
>
> Regular post-release changes:
> * hw: add compat machines for 5.2 (Cornelia Huck)
>
> Features:
> * qmp: Expose MachineClass::default_ram_id
>   (Michal Privoznik)
>
> Cleanups:
> * qdev: Document qdev_prop_set_drive_err() return value
>   (Philippe Mathieu-Daudé)


Applied, thanks.

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

-- PMM