README: Spell QEMU all uppercase

Use the official spelling for QEMU.
This commit is contained in:
Paul Menzel 2016-12-13 19:36:05 +01:00 committed by Trammell Hudson
parent 45324e83c2
commit ff3622c847
Failed to extract signature

View File

@ -65,8 +65,8 @@ Notes:
* Building coreboot's cross compilers can take a while. Luckily this is only done once.
* Builds are finally reproducible! The [reproduciblebuilds tag](https://github.com/osresearch/heads/issues?q=is%3Aopen+is%3Aissue+milestone%3Areproduciblebuilds) tracks any regressions.
* Currently only tested in Qemu, the Thinkpad x230 and the Chell chromebook.
** Xen and the TPM do not work in Qemu, so it is only for testing the `initrd` image.
* Currently only tested in QEMU, the Thinkpad x230 and the Chell chromebook.
** Xen and the TPM do not work in QEMU, so it is only for testing the `initrd` image.
* Booting Qubes requires patching Xen's real mode startup code
see `patches/xen-4.6.3.patch` and adding `no-real-mode` to start
of the Xen command line. Booting or installing Qubes is a bit hacky and needs to be documented.