From: Laszlo Ersek <lersek@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Daniel P. Berrange" <berrange@redhat.com>,
Cornelia Huck <cohuck@redhat.com>, Eric Blake <eblake@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Viktor VM Mihajlovski <mihajlov@linux.vnet.ibm.com>,
qemu-stable@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/5] qapi: introduce the SysEmuTarget enumeration
Date: Fri, 27 Apr 2018 21:28:47 +0200 [thread overview]
Message-ID: <20180427192852.15013-1-lersek@redhat.com> (raw)
This is version 3 of the set posted earlier at
http://mid.mail-archive.com/20180426183404.3756-1-lersek@redhat.com
This version seeks to address the v2 feedback. Changes are noted per
patch.
The following firmware schema / interop docs patch remains dependent on
this series, without any changes to the former:
[Qemu-devel] [qemu RFC v3 3/3] qapi: add "firmware.json"
http://mid.mail-archive.com/20180420231246.23130-4-lersek@redhat.com
Cc: "Daniel P. Berrange" <berrange@redhat.com>
Cc: Cornelia Huck <cohuck@redhat.com>
Cc: Eric Blake <eblake@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Viktor VM Mihajlovski <mihajlov@linux.vnet.ibm.com>
Cc: qemu-stable@nongnu.org
Thanks
Laszlo
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
qapi/common.json | 23 ++++++++++++++++
qapi/misc.json | 68 ++++++++++++++++++++++++++++++++++------------
arch_init.c | 4 ++-
cpus.c | 73 +++++++++++++++++++++++++++++++++++++++++++-------
qemu-doc.texi | 5 ++++
scripts/qapi/common.py | 2 +-
6 files changed, 146 insertions(+), 29 deletions(-)
--
2.14.1.3.gb7cf6e02401b
next reply other threads:[~2018-04-27 19:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-27 19:28 Laszlo Ersek [this message]
2018-04-27 19:28 ` [Qemu-devel] [PATCH v3 1/5] qapi: fill in CpuInfoFast.arch in query-cpus-fast Laszlo Ersek
2018-04-27 19:28 ` [Qemu-devel] [PATCH v3 2/5] qapi: add SysEmuTarget to "common.json" Laszlo Ersek
2018-04-27 19:53 ` Eric Blake
2018-05-02 7:55 ` Markus Armbruster
2018-04-27 19:28 ` [Qemu-devel] [PATCH v3 3/5] qapi: change the type of TargetInfo.arch from string to enum SysEmuTarget Laszlo Ersek
2018-04-27 19:28 ` [Qemu-devel] [PATCH v3 4/5] qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArch Laszlo Ersek
2018-05-02 7:57 ` Markus Armbruster
2018-04-27 19:28 ` [Qemu-devel] [PATCH v3 5/5] qapi: deprecate CpuInfoFast.arch Laszlo Ersek
2018-04-27 19:55 ` Eric Blake
2018-05-02 7:56 ` Markus Armbruster
2018-05-02 8:31 ` [Qemu-devel] [PATCH v3 0/5] qapi: introduce the SysEmuTarget enumeration Markus Armbruster
2018-05-02 8:49 ` Laszlo Ersek
2018-05-02 9:40 ` Markus Armbruster
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=20180427192852.15013-1-lersek@redhat.com \
--to=lersek@redhat.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=cohuck@redhat.com \
--cc=eblake@redhat.com \
--cc=mihajlov@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@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).