monitor.rst 708 B

12345678910111213141516171819202122232425262728293031
  1. .. _QEMU monitor:
  2. QEMU Monitor
  3. ------------
  4. The QEMU monitor is used to give complex commands to the QEMU emulator.
  5. You can use it to:
  6. - Remove or insert removable media images (such as CD-ROM or
  7. floppies).
  8. - Freeze/unfreeze the Virtual Machine (VM) and save or restore its
  9. state from a disk file.
  10. - Inspect the VM state without an external debugger.
  11. Commands
  12. ~~~~~~~~
  13. The following commands are available:
  14. .. hxtool-doc:: hmp-commands.hx
  15. .. hxtool-doc:: hmp-commands-info.hx
  16. Integer expressions
  17. ~~~~~~~~~~~~~~~~~~~
  18. The monitor understands integers expressions for every integer argument.
  19. You can use register names to get the value of specifics CPU registers
  20. by prefixing them with *$*.