Qemu official document review

important chapter

qemu 支持两种仿真
    1. system emulation
    2. user mode emulation
以下是我感兴趣的章节
Chapters (v7.1.0) describe
1.1 Supported build platforms Supported platforms and simulation methods
2.2 Invocation qemu parameter description
2.3 Device Emulation Introduction to device simulation framework
2.6 QEMU Monitor Monitor related introduction
2.9 Direct Linux Boot Start linux directly
2.10 Generic Loader Settings during boot, loading image into memory, setting up PC
2.11 Guest Loader How to load linux image under virtualization
2.17 GDB usage gdb use
2.19 Managed start up options Create a suspended virtual machine
2.21 Virtual CPU hotplug Perform CPU hot plug on the qemu side
2.23 QEMU System Emulator Targets What hardware boards can qemu emulate?
2.25 Multi-process QEMU Multi-process, I don’t understand TODO
3.1 QEMU User space emulator User mode emulation
4.5 QEMU SystemTap trace tool tracking tools
6 System Emulation Guest Hardware Specifications Hardware specifications simulated by qemu
7.1 QEMU Community Processes qemu community interaction process
7.2 QEMU Build and Test System How to compile and test qemu
7.3 Internal QEMU APIs qemu internal API
7.4 Internal Subsystem Information QOM/atomic operations/clock tree/runtime migration/multi-process/tracing/monitor command
7.5 TCG Emulation TCG simulation
Index keyword index

Guess you like

Origin blog.csdn.net/u011011827/article/details/132136908