# PCDIMM

在总体上有了概念之后，我们就来看看实际的例子。比如 PCDIMM。

按照之前总结的顺序，分成几个步骤来看：

[PCDIMM类型](https://richardweiyang-2.gitbook.io/understanding_qemu/00-devices/00-an_example/01-pc_dimm_class)

[PCDIMM实例](https://richardweiyang-2.gitbook.io/understanding_qemu/00-devices/00-an_example/02-pc_dimm_instance)

[插入系统](https://richardweiyang-2.gitbook.io/understanding_qemu/00-devices/00-an_example/03-plug)

[创建ACPI表](https://richardweiyang-2.gitbook.io/understanding_qemu/00-devices/00-an_example/04-dimm_acpi)

最后再说一下PCDIMM的子类型NVDIMM的虚拟化。

[NVDIMM](https://richardweiyang-2.gitbook.io/understanding_qemu/00-devices/00-an_example/05-nvdimm)
