> For the complete documentation index, see [llms.txt](https://richardweiyang-2.gitbook.io/understanding_qemu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://richardweiyang-2.gitbook.io/understanding_qemu/00-mt.md).

# Machine

在Qemu中一台虚拟机由Machine表示，对应的设备模型是

[MachineType](/understanding_qemu/00-mt/01-machine_type.md)

不过这个类型是一个抽象结构，需要有对应的实际类型才能初始化。

对应我们常用的x86机器，对应的类型是

[PCMachineType](/understanding_qemu/00-mt/02-pc_machine.md)
