# CPU

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

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

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

接着有不同类型的CPU。如

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://richardweiyang-2.gitbook.io/understanding_qemu/00-vcpu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
