[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 14/14] qapi: fix example of dump-guest-memory
|
From: |
Victor Toso |
|
Subject: |
[PATCH v2 14/14] qapi: fix example of dump-guest-memory |
|
Date: |
Fri, 25 Mar 2022 23:07:07 +0100 |
The member "paging" is not optional
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
---
qapi/dump.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/dump.json b/qapi/dump.json
index 9119c82b14..29441af9d8 100644
--- a/qapi/dump.json
+++ b/qapi/dump.json
@@ -83,7 +83,7 @@
# Example:
#
# -> { "execute": "dump-guest-memory",
-# "arguments": { "protocol": "fd:dump" } }
+# "arguments": { "paging": false, "protocol": "fd:dump" } }
# <- { "return": {} }
#
##
--
2.35.1
- Re: [PATCH v2 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event, (continued)
- [PATCH v2 03/14] qapi: fix example of BLOCK_IO_ERROR event, Victor Toso, 2022/03/25
- [PATCH v2 10/14] qapi: run-state examples: add missing timestamp, Victor Toso, 2022/03/25
- [PATCH v2 08/14] qapi: fix example of FAILOVER_NEGOTIATED event, Victor Toso, 2022/03/25
- [PATCH v2 07/14] qapi: fix example of UNPLUG_PRIMARY event, Victor Toso, 2022/03/25
- [PATCH v2 12/14] qapi: ui examples: add missing websocket member, Victor Toso, 2022/03/25
- [PATCH v2 13/14] qapi: fix example of ACPI_DEVICE_OST event, Victor Toso, 2022/03/25
- [PATCH v2 11/14] qapi: fix example of MEMORY_FAILURE, Victor Toso, 2022/03/25
- [PATCH v2 14/14] qapi: fix example of dump-guest-memory,
Victor Toso <=