diff options
author | Thomas Huth <thuth@redhat.com> | 2018-08-21 13:27:48 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-09-25 11:12:22 +1000 |
commit | 416756cc049006ab8a05fe39e5f2e6af25cad9d2 (patch) | |
tree | eff6dcc2f9db7dd946cc2e9479653de524fc2b79 /qapi/common.json | |
parent | 741e1a618b126e664f7b723e6fe1b7ace511caf7 (diff) |
Record history of ppcemb target in common.json
We recently removed the long deprecated "ppcemb" target. This adds a
comment in common.json about the SysEmuTarget type, recording when it was
removed.
Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'qapi/common.json')
-rw-r--r-- | qapi/common.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi/common.json b/qapi/common.json index 50ac121d25..021174f04e 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -140,6 +140,8 @@ # prefix to produce the corresponding QEMU executable name. This # is true even for "qemu-system-x86_64". # +# ppcemb: dropped in 3.1 +# # Since: 3.0 ## { 'enum' : 'SysEmuTarget', |