mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
docs: fix rst syntax errors in unbuilt docs
The .rst files outside docs/{devel,interop,specs} aren't built yet and therefore a few syntax errors have slipped through. Fix them. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20191111094411.427174-1-stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
5847c750f3
commit
f21673c35e
3 changed files with 15 additions and 14 deletions
|
@ -41,9 +41,9 @@ CPU type is possible with the `query-cpu-model-expansion` QMP command.
|
|||
Below are some examples where `scripts/qmp/qmp-shell` (see the top comment
|
||||
block in the script for usage) is used to issue the QMP commands.
|
||||
|
||||
(1) Determine which CPU features are available for the `max` CPU type
|
||||
(Note, we started QEMU with qemu-system-aarch64, so `max` is
|
||||
implementing the ARMv8-A reference manual in this case)::
|
||||
1. Determine which CPU features are available for the `max` CPU type
|
||||
(Note, we started QEMU with qemu-system-aarch64, so `max` is
|
||||
implementing the ARMv8-A reference manual in this case)::
|
||||
|
||||
(QEMU) query-cpu-model-expansion type=full model={"name":"max"}
|
||||
{ "return": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue