> 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-vcpu.md).

# CPU

每个计算机都有CPU，虚拟机也不例外。那这次我们就来研究一下虚拟CPU是怎么处理的。

还是按照类型层次来研究，首先有一个共同的父类

[TYPE\_CPU](/understanding_qemu/00-vcpu/01-type_cpu.md)

接着有不同类型的CPU。如

[X86\_CPU](/understanding_qemu/00-vcpu/02-x86_cpu.md)
