diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml index 80e4b24ccb..a8f5c01265 100644 --- a/documentation/dev-manual/dev-manual-qemu.xml +++ b/documentation/dev-manual/dev-manual-qemu.xml @@ -108,10 +108,9 @@ QEMUARCH: - The QEMU machine architecture, which must be "qemux86", - "qemux86_64", "qemuarm", "qemumips", "qemumipsel", - “qemumips64", "qemush4", "qemuppc", "qemumicroblaze", - or "qemuzynq". + The QEMU machine architecture, which must be "qemuarm", + "qemuarm64", "qemumips", "qemumips64", "qemuppc", + "qemux86", or "qemux86-64". VM: The virtual machine image, which must be a @@ -138,9 +137,8 @@ MACHINE: The architecture of the QEMU machine, which must be one of the following: "qemux86", - "qemux86-64", "qemuarm", "qemumips", "qemumipsel", - “qemumips64", "qemush4", "qemuppc", "qemumicroblaze", - or "qemuzynq". + "qemux86", "qemux86-64", "qemuarm", "qemuarm64", + "qemumips", “qemumips64", or "qemuppc". The MACHINE and QEMUARCH options are basically identical.