mbox

[PULL,0/2] QAPI patches patches for 2024-08-05

Message ID 20240805075925.2062973-1-armbru@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-08-05

Message

Markus Armbruster Aug. 5, 2024, 7:59 a.m. UTC
The following changes since commit f9851d2ffef59b3a7f39513469263ab3b019480f:

  Merge tag 'migration-20240802-pull-request' of https://gitlab.com/farosas/qemu into staging (2024-08-03 07:26:26 +1000)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-08-05

for you to fetch changes up to ef71d8209f5786c4e68b5ac7dbc0da7a43f0ed4e:

  qmp: Fix higher half vaddrs for [p]memsave (2024-08-05 09:34:34 +0200)

----------------------------------------------------------------
QAPI patches patches for 2024-08-05

----------------------------------------------------------------
Josh Junon (1):
      qmp: Fix higher half vaddrs for [p]memsave

Markus Armbruster (1):
      qapi: Refill doc comments to conform to conventions

 qapi/block-core.json     | 71 ++++++++++++++++++++++++------------------------
 qapi/block-export.json   |  8 +++---
 qapi/block.json          | 12 ++++----
 qapi/char.json           |  8 +++---
 qapi/control.json        | 14 +++++-----
 qapi/crypto.json         |  8 +++---
 qapi/cxl.json            | 42 ++++++++++++++--------------
 qapi/dump.json           |  2 +-
 qapi/ebpf.json           |  2 +-
 qapi/introspect.json     |  4 +--
 qapi/job.json            |  8 +++---
 qapi/machine-target.json | 54 ++++++++++++++++++------------------
 qapi/machine.json        | 33 +++++++++++++---------
 qapi/migration.json      | 68 +++++++++++++++++++++++-----------------------
 qapi/misc.json           | 31 +++++++++++----------
 qapi/net.json            | 27 +++++++++++-------
 qapi/pci.json            |  1 -
 qapi/qdev.json           | 20 +++++++-------
 qapi/qom.json            | 38 +++++++++++++-------------
 qapi/rocker.json         |  4 +--
 qapi/run-state.json      | 12 ++++----
 qapi/sockets.json        |  5 ++--
 qapi/stats.json          |  6 ++--
 qapi/transaction.json    |  4 +--
 qapi/ui.json             | 27 +++++++++---------
 qapi/vfio.json           |  8 +++---
 qapi/virtio.json         |  6 ++--
 system/cpus.c            | 12 ++++----
 28 files changed, 277 insertions(+), 258 deletions(-)

Comments

Richard Henderson Aug. 5, 2024, 11:55 p.m. UTC | #1
On 8/5/24 17:59, Markus Armbruster wrote:
> The following changes since commit f9851d2ffef59b3a7f39513469263ab3b019480f:
> 
>    Merge tag 'migration-20240802-pull-request' ofhttps://gitlab.com/farosas/qemu into staging (2024-08-03 07:26:26 +1000)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-08-05
> 
> for you to fetch changes up to ef71d8209f5786c4e68b5ac7dbc0da7a43f0ed4e:
> 
>    qmp: Fix higher half vaddrs for [p]memsave (2024-08-05 09:34:34 +0200)
> 
> ----------------------------------------------------------------
> QAPI patches patches for 2024-08-05


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~