summaryrefslogtreecommitdiffstats
path: root/getting-started/machines/qemu.md
AgeCommit message (Collapse)AuthorFilesLines
2017-11-02qemu.md: Update instructions slighly for DRMTom Rini1-2/+2
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>
2017-07-24getting-started: qemu: fix formattingMatt Porter1-15/+20
Fix some formatting since the in-tree markdown parser differs in behavior from that used to generate docs.automotivelinux.org Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-07-21getting-started: qemu: reorg and add deployment info for several VMsMatt Porter1-2/+108
Add additional documentation on building, resultant images, and deployment of vmdk images in QEMU/KVM, VirtualBox, and VMWare Player. Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-07-10Fix markdown lintRonan Le Martret1-1/+1
https://github.com/DavidAnson/markdownlint/blob/v0.5.0/doc/Rules.md MD012 - Multiple consecutive blank lines MD014 - Dollar signs used before commands without showing output MD022 - Headers should be surrounded by blank lines MD026 - Trailing punctuation in header MD029 - Ordered list item prefix MD031 - Fenced code blocks should be surrounded by blank lines MD032 - Lists should be surrounded by blank lines MD033 - Inline HTML MD034 - Bare URL used Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2016-11-07docs subfolder created; moved all MD files in docsStephane Desneux1-0/+8
Change-Id: I89e02117c9569354567816ec5ba2a5565b79849b Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>