diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-04-28 12:54:20 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-05-09 09:11:23 +0200 |
commit | 22bd6e9c152ae49de62a91f295bd9fc670806aca (patch) | |
tree | 0758919bfe8bfb3e3b45449b63fc045949359788 | |
parent | 56266c6d1eb9a85a44e34b24eb359c6ac84887f5 (diff) | |
download | qemu-22bd6e9c152ae49de62a91f295bd9fc670806aca.zip qemu-22bd6e9c152ae49de62a91f295bd9fc670806aca.tar.gz qemu-22bd6e9c152ae49de62a91f295bd9fc670806aca.tar.bz2 |
qapi/dump: Indent bulleted lists consistently
Documentation of dump-guest-memory contains two bulleted lists. The
first one is indented, the second one isn't. Delete the first one's
indentation for a more consistent look.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230428105429.1687850-9-armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
-rw-r--r-- | qapi/dump.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qapi/dump.json b/qapi/dump.json index 6fc215d..24af1df 100644 --- a/qapi/dump.json +++ b/qapi/dump.json @@ -44,12 +44,12 @@ # # Also, paging=true has the following limitations: # -# 1. The guest may be in a catastrophic state or can have corrupted -# memory, which cannot be trusted -# 2. The guest can be in real-mode even if paging is enabled. For -# example, the guest uses ACPI to sleep, and ACPI sleep state -# goes in real-mode -# 3. Currently only supported on i386 and x86_64. +# 1. The guest may be in a catastrophic state or can have corrupted +# memory, which cannot be trusted +# 2. The guest can be in real-mode even if paging is enabled. For +# example, the guest uses ACPI to sleep, and ACPI sleep state +# goes in real-mode +# 3. Currently only supported on i386 and x86_64. # # @protocol: the filename or file descriptor of the vmcore. The supported # protocols are: |