[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 5d0715: qapi: fix example of query-ballon com
From: |
Paolo Bonzini |
Subject: |
[Qemu-commits] [qemu/qemu] 5d0715: qapi: fix example of query-ballon command |
Date: |
Wed, 07 Sep 2022 11:43:15 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 5d07159d639603e31f570665946e0817da313302
https://github.com/qemu/qemu/commit/5d07159d639603e31f570665946e0817da313302
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/machine.json
Log Message:
-----------
qapi: fix example of query-ballon command
Example output has an extra ',' delimiter. Fix it.
Problem was noticed when trying to load the example into python's json
library.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-2-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 5be07b3e54b4eb9781fd0fb729e0ac7406499605
https://github.com/qemu/qemu/commit/5be07b3e54b4eb9781fd0fb729e0ac7406499605
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/ui.json
Log Message:
-----------
qapi: fix example of query-vnc command
Example output has an extra ',' delimiter in member "websocket" and it
lacks it in "family" member. Fix it.
Problem was noticed when trying to load the example into python's json
library.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-3-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 612fb7cd5492f7f421cbcbb6d6118ca7eef62c91
https://github.com/qemu/qemu/commit/612fb7cd5492f7f421cbcbb6d6118ca7eef62c91
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/dump.json
Log Message:
-----------
qapi: fix example of query-dump-guest-memory-capability command
Example output is missing closing curly brackets. Fix it.
Problem was noticed when trying to load the example into python's json
library.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-4-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: ccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b
https://github.com/qemu/qemu/commit/ccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/block-core.json
Log Message:
-----------
qapi: fix example of BLOCK_JOB_READY event
Example output is missing ',' delimiter. Fix it.
Problem was noticed when trying to load the example into python's json
library.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-5-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: dac318d3dfebfb89e0266ad12df2792bb33c5210
https://github.com/qemu/qemu/commit/dac318d3dfebfb89e0266ad12df2792bb33c5210
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/net.json
Log Message:
-----------
qapi: fix example of NIC_RX_FILTER_CHANGED event
Example output has an extra ending curly bracket. Fix it.
Problem was noticed when trying to load the example into python's json
library.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-6-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 0cd5a5e9c9f3255d76e52b6f8a3790ba4044ce2e
https://github.com/qemu/qemu/commit/0cd5a5e9c9f3255d76e52b6f8a3790ba4044ce2e
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/qdev.json
Log Message:
-----------
qapi: fix example of DEVICE_UNPLUG_GUEST_ERROR event
Example output is missing a ',' delimiter and it has an extra ending
curly bracket. Fix it.
Problem was noticed when trying to load the example into python's json
library.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-7-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: e8796ac4b6f8a9f8d1d2c3c6a774d815d10d88c5
https://github.com/qemu/qemu/commit/e8796ac4b6f8a9f8d1d2c3c6a774d815d10d88c5
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/machine.json
Log Message:
-----------
qapi: fix example of MEM_UNPLUG_ERROR event
Example output was missing ',' delimiter. Fix it.
Problem was noticed when trying to load the example into python's json
library.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-8-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: b6522938327141235b97ab38e40c6c4512587373
https://github.com/qemu/qemu/commit/b6522938327141235b97ab38e40c6c4512587373
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/block-core.json
Log Message:
-----------
qapi: fix examples of blockdev-add with qcow2
The examples use "qcow2" driver with the wrong member name for
BlockdevRef alternate type. This patch changes all wrong member names
from "file" to "data-file" which is the correct member name in
BlockdevOptionsQcow2 for the BlockdevRef field.
Problem was noticed when using the example as a test case for Go
bindings.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-9-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: b4c32cbf06621117214f71501866514011434f43
https://github.com/qemu/qemu/commit/b4c32cbf06621117214f71501866514011434f43
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/machine.json
Log Message:
-----------
qapi: fix example of query-hotpluggable-cpus command
The example return type has the wrong member name. Fix it.
Problem was noticed when using the example as a test case for Go
bindings.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-10-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 6e7a37ffc230d06852f1a8893097331d39df77c9
https://github.com/qemu/qemu/commit/6e7a37ffc230d06852f1a8893097331d39df77c9
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/migration.json
Log Message:
-----------
qapi: fix examples of events missing timestamp
I've used real timestamp and changing them one by one so they would
not be all equal.
Problem was noticed when using the example as a test case for Go
bindings.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-11-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 79dfa177ae348bb5ab5f97c0915359b13d6186e2
https://github.com/qemu/qemu/commit/79dfa177ae348bb5ab5f97c0915359b13d6186e2
Author: Stefan Hajnoczi <stefanha@redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M qapi/block-core.json
M qapi/dump.json
M qapi/machine.json
M qapi/migration.json
M qapi/net.json
M qapi/qdev.json
M qapi/ui.json
Log Message:
-----------
Merge tag 'pull-qapi-2022-09-07' of git://repo.or.cz/qemu/armbru into staging
QAPI patches patches for 2022-09-07
# -----BEGIN PGP SIGNATURE-----
#
# iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmMYp0sSHGFybWJydUBy
# ZWRoYXQuY29tAAoJEDhwtADrkYZTtbUP/3bHyjF4xamMwlXHi/nY/zlNKkZyhMul
# SdS+KVLBxufuYmlP2mPGqG/wnK4geWnduwprl/SCSd8NdymWDVxu6tUjdPAdW6S4
# 27WZUADZtXow2tOczcKFKMve4qBZXNKtv4W/eBTDMMpfje3dWBuEx70xN1HgpCWw
# i/h3J5dKwwWmHnyqroFJAEUPTx0jEk9GhzZCQ4hey2CFXDc5sgywliJA+pKv+1sF
# z1g2S0rq35jd7YZnPF0M3J2MdqQo6AaOsoPqRSJMpuma0Cfvwj0UmjzQAIeaahrD
# 1uEP3YEGXeOQlocDv3zqA6VFympAyFv+Ljj4XW3dsu9waBvtg2FYXQOrizxDuj1Y
# nAGJ6/xYrvZ+8Eb0tbdJYnxWv7MESbswhabJA+YfnjKOTD6TV5hmuHEzoR5c5Mly
# RYT+68WANXveOZ+f4oiqHQ4Gxuvp9+rU2uHQ+MvMhScDmJE7E+Gg8zELwKiQWu2q
# lU5vOv55fZTHhLt/gyOAEuNvFCnbfdYluV845GBaaqLRjBPMfSoNKBtswzQbCgKH
# vy5R+omAxQjjXzEL9GO2Wm50xYk5Er14ad5vAQ1256/sx3zuzQ/O0jzvGsKNPIXG
# Y/dnFg3e9eT18gQ+uDyZGpYf0XV5PKlUUcomIPikWogTiZvTXMdYNWz+gt2taatE
# jbxTea7AU3ty
# =L82X
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 07 Sep 2022 10:14:35 EDT
# gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg: issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg: aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653
* tag 'pull-qapi-2022-09-07' of git://repo.or.cz/qemu/armbru:
qapi: fix examples of events missing timestamp
qapi: fix example of query-hotpluggable-cpus command
qapi: fix examples of blockdev-add with qcow2
qapi: fix example of MEM_UNPLUG_ERROR event
qapi: fix example of DEVICE_UNPLUG_GUEST_ERROR event
qapi: fix example of NIC_RX_FILTER_CHANGED event
qapi: fix example of BLOCK_JOB_READY event
qapi: fix example of query-dump-guest-memory-capability command
qapi: fix example of query-vnc command
qapi: fix example of query-ballon command
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Compare: https://github.com/qemu/qemu/compare/e46e2628e9fc...79dfa177ae34