qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/10] QAPI patches for 2018-05-04
Date: Fri,  4 May 2018 10:04:44 +0200	[thread overview]
Message-ID: <20180504080454.11014-1-armbru@redhat.com> (raw)

The following changes since commit 59255887e6cafeff747250d2613003a41d1d9dff:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180502' into staging (2018-05-03 11:25:14 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-05-04

for you to fetch changes up to 6ffa3ab453b431ec047ff1fc87120059b5266014:

  qapi: deprecate CpuInfoFast.arch (2018-05-04 08:27:53 +0200)

----------------------------------------------------------------
QAPI patches for 2018-05-04

----------------------------------------------------------------
Laszlo Ersek (5):
      qapi: fill in CpuInfoFast.arch in query-cpus-fast
      qapi: add SysEmuTarget to "common.json"
      qapi: change the type of TargetInfo.arch from string to enum SysEmuTarget
      qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArch
      qapi: deprecate CpuInfoFast.arch

Marc-André Lureau (4):
      qobject: Ensure base is at offset 0
      qobject: use a QObjectBase_ struct
      qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
      qobject: Modify qobject_ref() to return obj

Markus Armbruster (1):
      qobject: Use qobject_to() instead of type cast

 arch_init.c                         |   4 +-
 block.c                             |  82 +++++++++++++--------------
 block/blkdebug.c                    |   7 +--
 block/blkverify.c                   |   8 +--
 block/crypto.c                      |   4 +-
 block/gluster.c                     |   4 +-
 block/iscsi.c                       |   2 +-
 block/nbd.c                         |   4 +-
 block/nfs.c                         |   4 +-
 block/null.c                        |   3 +-
 block/nvme.c                        |   3 +-
 block/parallels.c                   |   4 +-
 block/qapi.c                        |   2 +-
 block/qcow.c                        |   8 +--
 block/qcow2.c                       |   8 +--
 block/qed.c                         |   4 +-
 block/quorum.c                      |   4 +-
 block/rbd.c                         |  14 ++---
 block/sheepdog.c                    |  12 ++--
 block/snapshot.c                    |   4 +-
 block/ssh.c                         |   4 +-
 block/vdi.c                         |   2 +-
 block/vhdx.c                        |   4 +-
 block/vpc.c                         |   4 +-
 block/vvfat.c                       |   2 +-
 block/vxhs.c                        |   2 +-
 blockdev.c                          |  16 +++---
 cpus.c                              |  73 ++++++++++++++++++++----
 docs/devel/qapi-code-gen.txt        |   2 +-
 hw/i386/acpi-build.c                |  12 ++--
 hw/ppc/spapr_drc.c                  |   2 +-
 hw/usb/xen-usb.c                    |   4 +-
 include/qapi/qmp/qbool.h            |   2 +-
 include/qapi/qmp/qdict.h            |   2 +-
 include/qapi/qmp/qlist.h            |   2 +-
 include/qapi/qmp/qnull.h            |   5 +-
 include/qapi/qmp/qnum.h             |   2 +-
 include/qapi/qmp/qobject.h          |  81 +++++++++++++++------------
 include/qapi/qmp/qstring.h          |   2 +-
 migration/migration.c               |   4 +-
 migration/qjson.c                   |   2 +-
 monitor.c                           |  58 +++++++++----------
 qapi/common.json                    |  23 ++++++++
 qapi/misc.json                      |  68 +++++++++++++++++------
 qapi/qapi-dealloc-visitor.c         |   4 +-
 qapi/qmp-dispatch.c                 |   6 +-
 qapi/qobject-input-visitor.c        |  10 ++--
 qapi/qobject-output-visitor.c       |  11 ++--
 qemu-doc.texi                       |   5 ++
 qemu-img.c                          |  18 +++---
 qemu-io.c                           |   6 +-
 qga/main.c                          |  12 ++--
 qmp.c                               |   4 +-
 qobject/json-parser.c               |  10 ++--
 qobject/qdict.c                     |  49 +++++++---------
 qobject/qjson.c                     |   2 +-
 qobject/qlist.c                     |   4 +-
 qobject/qobject.c                   |  21 +++++--
 qom/object.c                        |  16 +++---
 qom/object_interfaces.c             |   2 +-
 scripts/coccinelle/qobject.cocci    |   8 +--
 scripts/qapi/common.py              |   2 +-
 scripts/qapi/events.py              |   2 +-
 target/ppc/translate_init.c         |   2 +-
 target/s390x/cpu_models.c           |   2 +-
 tests/ahci-test.c                   |   6 +-
 tests/check-qdict.c                 | 108 ++++++++++++++++++------------------
 tests/check-qjson.c                 |  84 ++++++++++++++--------------
 tests/check-qlist.c                 |   8 +--
 tests/check-qlit.c                  |  10 ++--
 tests/check-qnull.c                 |  10 ++--
 tests/check-qnum.c                  |  28 +++++-----
 tests/check-qobject.c               |   2 +-
 tests/check-qstring.c               |  10 ++--
 tests/cpu-plug-test.c               |   4 +-
 tests/device-introspect-test.c      |  24 ++++----
 tests/drive_del-test.c              |   4 +-
 tests/libqos/libqos.c               |   8 +--
 tests/libqos/pci-pc.c               |   2 +-
 tests/libqtest.c                    |  24 ++++----
 tests/machine-none-test.c           |   2 +-
 tests/migration-test.c              |  26 ++++-----
 tests/numa-test.c                   |  16 +++---
 tests/pvpanic-test.c                |   2 +-
 tests/q35-test.c                    |   2 +-
 tests/qmp-test.c                    |  38 ++++++-------
 tests/qom-test.c                    |   8 +--
 tests/tco-test.c                    |  12 ++--
 tests/test-char.c                   |   2 +-
 tests/test-keyval.c                 |  82 +++++++++++++--------------
 tests/test-netfilter.c              |  26 ++++-----
 tests/test-qemu-opts.c              |  14 ++---
 tests/test-qga.c                    |  76 ++++++++++++-------------
 tests/test-qmp-cmds.c               |  24 ++++----
 tests/test-qmp-event.c              |   2 +-
 tests/test-qobject-input-visitor.c  |  10 ++--
 tests/test-qobject-output-visitor.c |  18 +++---
 tests/test-visitor-serialization.c  |   6 +-
 tests/test-x86-cpuid-compat.c       |  14 ++---
 tests/tmp105-test.c                 |   4 +-
 tests/vhost-user-test.c             |   6 +-
 tests/virtio-net-test.c             |   6 +-
 tests/vmgenid-test.c                |   2 +-
 tests/wdt_ib700-test.c              |  14 ++---
 util/keyval.c                       |  12 ++--
 util/qemu-config.c                  |   4 +-
 106 files changed, 816 insertions(+), 703 deletions(-)

             reply	other threads:[~2018-05-04  8:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-04  8:04 Markus Armbruster [this message]
2018-05-04  8:04 ` [Qemu-devel] [PULL 01/10] qobject: Use qobject_to() instead of type cast Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 02/10] qobject: Ensure base is at offset 0 Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 03/10] qobject: use a QObjectBase_ struct Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 04/10] qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 05/10] qobject: Modify qobject_ref() to return obj Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 06/10] qapi: fill in CpuInfoFast.arch in query-cpus-fast Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 07/10] qapi: add SysEmuTarget to "common.json" Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 08/10] qapi: change the type of TargetInfo.arch from string to enum SysEmuTarget Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 09/10] qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArch Markus Armbruster
2018-05-04  8:04 ` [Qemu-devel] [PULL 10/10] qapi: deprecate CpuInfoFast.arch Markus Armbruster
2018-05-04 13:42 ` [Qemu-devel] [PULL 00/10] QAPI patches for 2018-05-04 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180504080454.11014-1-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).