1.. _pcsys_005fmonitor: 2 3QEMU Monitor 4------------ 5 6The QEMU monitor is used to give complex commands to the QEMU emulator. 7You can use it to: 8 9- Remove or insert removable media images (such as CD-ROM or 10 floppies). 11 12- Freeze/unfreeze the Virtual Machine (VM) and save or restore its 13 state from a disk file. 14 15- Inspect the VM state without an external debugger. 16 17.. 18 The commands section goes here once it's converted from Texinfo to RST. 19 20Integer expressions 21~~~~~~~~~~~~~~~~~~~ 22 23The monitor understands integers expressions for every integer argument. 24You can use register names to get the value of specifics CPU registers 25by prefixing them with *$*. 26