target/s390x: Fix SQXBR
[qemu/ar7.git] / docs / system / monitor.rst
blob0bcd5da21644fd4423507bcc7b7c1fb6b79862e8
1 .. _pcsys_005fmonitor:
3 QEMU Monitor
4 ------------
6 The QEMU monitor is used to give complex commands to the QEMU emulator.
7 You can use it to:
9 -  Remove or insert removable media images (such as CD-ROM or
10    floppies).
12 -  Freeze/unfreeze the Virtual Machine (VM) and save or restore its
13    state from a disk file.
15 -  Inspect the VM state without an external debugger.
17 Commands
18 ~~~~~~~~
20 The following commands are available:
22 .. hxtool-doc:: hmp-commands.hx
24 .. hxtool-doc:: hmp-commands-info.hx
26 Integer expressions
27 ~~~~~~~~~~~~~~~~~~~
29 The monitor understands integers expressions for every integer argument.
30 You can use register names to get the value of specifics CPU registers
31 by prefixing them with *$*.