diff options
author | Walt Miner <wminer@linuxfoundation.org> | 2017-11-02 12:41:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 12:41:57 -0500 |
commit | cadf1d4e9e3de0b21fb5d3c39f1aa8abbed1c2ce (patch) | |
tree | 9720931f6c01beaa103b34e8b82626a971738cc7 | |
parent | 99e37e2e85aebb23de9d1838d95a80fabbb5ba1b (diff) | |
parent | 6b1459d79858078d33690bdc14e3262b40d93a28 (diff) |
Merge pull request #88 from konsulko/SPEC-776-update-qemu-docs
qemu.md: Update instructions slighly for DRM
-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 |