[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PATCH v2 0/4] qapi: introduce the SysEmuTarget enumeratio
From: |
Laszlo Ersek |
Subject: |
[Qemu-stable] [PATCH v2 0/4] qapi: introduce the SysEmuTarget enumeration |
Date: |
Thu, 26 Apr 2018 20:34:00 +0200 |
This is version 2 of the set posted earlier at
http://mid.mail-archive.com/address@hidden
This version seeks to address the v1 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/address@hidden
Cc: "Daniel P. Berrange" <address@hidden>
Cc: Cornelia Huck <address@hidden>
Cc: Eric Blake <address@hidden>
Cc: Markus Armbruster <address@hidden>
Cc: Viktor VM Mihajlovski <address@hidden>
Cc: address@hidden
Thanks
Laszlo
Laszlo Ersek (4):
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/common.json | 27 +++++++++++++++++++
qapi/misc.json | 69 +++++++++++++++++++++++++++++++++++------------
arch_init.c | 4 ++-
cpus.c | 73 +++++++++++++++++++++++++++++++++++++++++++-------
scripts/qapi/common.py | 2 +-
5 files changed, 146 insertions(+), 29 deletions(-)
--
2.14.1.3.gb7cf6e02401b
- [Qemu-stable] [PATCH v2 0/4] qapi: introduce the SysEmuTarget enumeration,
Laszlo Ersek <=