qemu-devel
[Top][All Lists]
Advanced

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

[PULL 00/13] Miscellaneous patches for 2020-12-10


From: Markus Armbruster
Subject: [PULL 00/13] Miscellaneous patches for 2020-12-10
Date: Thu, 10 Dec 2020 17:31:19 +0100

The following changes since commit 00ef48ff0de9c3e5834e7e3f6691bbc80d08c114:

  Merge remote-tracking branch 
'remotes/kraxel/tags/microvm-20201210-pull-request' into staging (2020-12-10 
12:53:01 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2020-12-10

for you to fetch changes up to 4eb79bdf87206a223a7ad7a698af519d2ec75c14:

  docs/devel/writing-qmp-commands.txt: Fix docs (2020-12-10 17:16:44 +0100)

----------------------------------------------------------------
Miscellaneous patches for 2020-12-10

----------------------------------------------------------------
Markus Armbruster (12):
      Clean up includes
      qerror: Drop unused QERR_ macros
      qerror: Eliminate QERR_ macros used in just one place
      block: Improve some block-commit, block-stream error messages
      ui: Improve some set_passwd, expire_password error messages
      ui: Improve a client_migrate_info error message
      ui: Tweak a client_migrate_info error message
      qga: Replace an unreachable error by abort()
      qga: Tweak a guest-shutdown error message
      qom: Improve {qom,device}-list-properties error messages
      Tweak a few "Parameter 'NAME' expects THING" error message
      qapi: Normalize version references x.y.0 to just x.y

Zihao Chang (1):
      docs/devel/writing-qmp-commands.txt: Fix docs

 docs/devel/writing-qmp-commands.txt     |  2 +-
 qapi/block-core.json                    | 28 ++++++++++----------
 qapi/block-export.json                  |  6 ++---
 qapi/block.json                         |  2 +-
 qapi/char.json                          |  4 +--
 qapi/control.json                       | 14 +++++-----
 qapi/machine-target.json                | 22 ++++++++--------
 qapi/machine.json                       | 46 ++++++++++++++++-----------------
 qapi/migration.json                     | 16 ++++++------
 qapi/misc-target.json                   |  2 +-
 qapi/misc.json                          | 30 ++++++++++-----------
 qapi/net.json                           |  6 ++---
 qapi/pci.json                           | 12 ++++-----
 qapi/qdev.json                          |  2 +-
 qapi/run-state.json                     | 16 ++++++------
 qapi/ui.json                            | 40 ++++++++++++++--------------
 contrib/vhost-user-gpu/vugbm.h          |  2 --
 contrib/vhost-user-gpu/vugpu.h          |  1 -
 include/hw/block/swim.h                 |  1 -
 include/hw/display/macfb.h              |  1 -
 include/qapi/qmp/qerror.h               | 23 -----------------
 include/qemu/nvdimm-utils.h             |  1 -
 tests/qtest/fuzz/fuzz.h                 |  1 -
 tests/qtest/fuzz/generic_fuzz_configs.h |  1 -
 tools/virtiofsd/fuse_common.h           |  2 --
 tools/virtiofsd/fuse_log.h              |  1 -
 tools/virtiofsd/fuse_lowlevel.h         |  3 ---
 tools/virtiofsd/fuse_misc.h             |  1 -
 tools/virtiofsd/passthrough_seccomp.h   |  1 -
 block/quorum.c                          |  2 +-
 blockdev.c                              | 17 +++++++-----
 chardev/char.c                          |  2 +-
 contrib/vhost-user-gpu/virgl.c          |  1 +
 contrib/vhost-user-gpu/vugbm.c          |  1 +
 contrib/vhost-user-input/main.c         |  1 -
 hw/core/qdev-properties-system.c        |  2 +-
 hw/display/artist.c                     |  1 -
 hw/s390x/s390-pci-vfio.c                |  3 ++-
 monitor/misc.c                          | 12 ++++-----
 monitor/qmp-cmds.c                      | 38 +++++++++++----------------
 net/net.c                               |  2 +-
 qga/commands-win32.c                    |  5 ++--
 qom/qom-qmp-cmds.c                      | 17 +++++-------
 softmmu/qdev-monitor.c                  |  4 +--
 tools/virtiofsd/buffer.c                |  5 ----
 tools/virtiofsd/fuse_log.c              |  2 --
 tools/virtiofsd/fuse_lowlevel.c         | 10 -------
 tools/virtiofsd/fuse_opt.c              |  4 ---
 tools/virtiofsd/fuse_signals.c          |  5 ----
 tools/virtiofsd/fuse_virtio.c           | 10 -------
 tools/virtiofsd/helper.c                |  8 ------
 tools/virtiofsd/passthrough_ll.c        | 12 ---------
 tools/virtiofsd/passthrough_seccomp.c   |  3 ---
 util/nvdimm-utils.c                     |  1 +
 tests/qemu-iotests/040                  | 12 ++++-----
 55 files changed, 180 insertions(+), 287 deletions(-)

-- 
2.26.2




reply via email to

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