# Machine

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

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

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

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

[PCMachineType](/understanding_qemu/00-mt/02-pc_machine.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-mt.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.
