[Qemu-devel] [PATCH v3 0/5] qapi: introduce the SysEmuTarget enumeration

Laszlo Ersek posted 5 patches 7 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180427192852.15013-1-lersek@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
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(-)
[Qemu-devel] [PATCH v3 0/5] qapi: introduce the SysEmuTarget enumeration
Posted by Laszlo Ersek 7 years, 6 months ago
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


Re: [Qemu-devel] [PATCH v3 0/5] qapi: introduce the SysEmuTarget enumeration
Posted by Markus Armbruster 7 years, 5 months ago
Applied to qapi-next, thanks!

Re: [Qemu-devel] [PATCH v3 0/5] qapi: introduce the SysEmuTarget enumeration
Posted by Laszlo Ersek 7 years, 5 months ago
On 05/02/18 10:31, Markus Armbruster wrote:
> Applied to qapi-next, thanks!
> 

\o/

Thank you all for working with me through this! :)

Laszlo

Re: [Qemu-devel] [PATCH v3 0/5] qapi: introduce the SysEmuTarget enumeration
Posted by Markus Armbruster 7 years, 5 months ago
Laszlo Ersek <lersek@redhat.com> writes:

> On 05/02/18 10:31, Markus Armbruster wrote:
>> Applied to qapi-next, thanks!
>> 
>
> \o/
>
> Thank you all for working with me through this! :)

Thank *you* for going the extra mile!