diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-02 08:32:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-02 08:32:56 -0400 |
commit | 6b1459d79858078d33690bdc14e3262b40d93a28 (patch) | |
tree | d07857467f98d33c3b0cd1ad6d8ea268a0a04a09 | |
parent | 2095f34e09d9239b2edf69fd5426bc7d0b4866ab (diff) |
qemu.md: Update instructions slighly for DRM
Starting with Eel we must have a video driver that supports DRM. For
QEMU, this can be done with std or virtio. For best results moving
forward, we should use virtio here. For VirtualBox we must use version
5.2.0 or later. There is nothing additional required for VMWare.
Bug-AGL: SPEC-776
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | getting-started/machines/qemu.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started/machines/qemu.md b/getting-started/machines/qemu.md index 6214955..5a2d426 100644 --- a/getting-started/machines/qemu.md +++ b/getting-started/machines/qemu.md @@ -60,7 +60,7 @@ Boot the **agl-demo-platform-qemux86-64.vmdk** image in qemu with kvm support: qemu-system-x86_64 -enable-kvm -m 2048 \ -hda agl-demo-platform-qemux86-64.vmdk \ -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt \ - -vga std -show-cursor \ + -vga virtio -show-cursor \ -device virtio-rng-pci \ -serial mon:stdio -serial null \ -soundhw hda \ @@ -72,7 +72,7 @@ qemu-system-x86_64 -enable-kvm -m 2048 \ #### Install -Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) +Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) 5.2.0 or later. #### Boot |