[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/10] qapi: fix example of MEM_UNPLUG_ERROR event
From: |
Markus Armbruster |
Subject: |
[PULL 07/10] qapi: fix example of MEM_UNPLUG_ERROR event |
Date: |
Wed, 7 Sep 2022 17:03:24 +0200 |
From: Victor Toso <victortoso@redhat.com>
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>
---
qapi/machine.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/machine.json b/qapi/machine.json
index 5f1f50d3ed..4782eea2c3 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -1416,7 +1416,7 @@
#
# Example:
#
-# <- { "event": "MEM_UNPLUG_ERROR"
+# <- { "event": "MEM_UNPLUG_ERROR",
# "data": { "device": "dimm1",
# "msg": "acpi: device unplug for unsupported device"
# },
--
2.37.2
- [PULL 00/10] QAPI patches patches for 2022-09-07, Markus Armbruster, 2022/09/07
- [PULL 06/10] qapi: fix example of DEVICE_UNPLUG_GUEST_ERROR event, Markus Armbruster, 2022/09/07
- [PULL 07/10] qapi: fix example of MEM_UNPLUG_ERROR event,
Markus Armbruster <=
- [PULL 09/10] qapi: fix example of query-hotpluggable-cpus command, Markus Armbruster, 2022/09/07
- [PULL 10/10] qapi: fix examples of events missing timestamp, Markus Armbruster, 2022/09/07
- [PULL 05/10] qapi: fix example of NIC_RX_FILTER_CHANGED event, Markus Armbruster, 2022/09/07
- [PULL 02/10] qapi: fix example of query-vnc command, Markus Armbruster, 2022/09/07
- [PULL 08/10] qapi: fix examples of blockdev-add with qcow2, Markus Armbruster, 2022/09/07
- [PULL 01/10] qapi: fix example of query-ballon command, Markus Armbruster, 2022/09/07
- [PULL 04/10] qapi: fix example of BLOCK_JOB_READY event, Markus Armbruster, 2022/09/07
- [PULL 03/10] qapi: fix example of query-dump-guest-memory-capability command, Markus Armbruster, 2022/09/07
- Re: [PULL 00/10] QAPI patches patches for 2022-09-07, Kevin Wolf, 2022/09/08