mirror of
https://github.com/qemu/qemu.git
synced 2024-11-29 06:43:37 +08:00
c9a38ce6ab
These indices are not well-maintained, and pandoc also chokes on the directives. Just nuke them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20200228153619.9906-13-peter.maydell@linaro.org Message-id: 20200226113034.6741-13-pbonzini@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
35 lines
730 B
Plaintext
35 lines
730 B
Plaintext
@node pcsys_monitor
|
|
@section QEMU Monitor
|
|
|
|
The QEMU monitor is used to give complex commands to the QEMU
|
|
emulator. You can use it to:
|
|
|
|
@itemize @minus
|
|
|
|
@item
|
|
Remove or insert removable media images
|
|
(such as CD-ROM or floppies).
|
|
|
|
@item
|
|
Freeze/unfreeze the Virtual Machine (VM) and save or restore its state
|
|
from a disk file.
|
|
|
|
@item Inspect the VM state without an external debugger.
|
|
|
|
@end itemize
|
|
|
|
@subsection Commands
|
|
|
|
The following commands are available:
|
|
|
|
@include qemu-monitor.texi
|
|
|
|
@include qemu-monitor-info.texi
|
|
|
|
@subsection Integer expressions
|
|
|
|
The monitor understands integers expressions for every integer
|
|
argument. You can use register names to get the value of specifics
|
|
CPU registers by prefixing them with @emph{$}.
|
|
|