diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:43:47 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:10 -0400 |
commit | 2cccd7879c464f7f4f89de8e90d891dfc17a0657 (patch) | |
tree | d673b717944bfeba8409a118c67bd02214b62f4c /system/qemu | |
parent | c295bc2cf3939802646b5ad421c95bbf555ec262 (diff) |
system/qemu: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/qemu')
-rw-r--r-- | system/qemu/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/system/qemu/README b/system/qemu/README index 764953321d9e7..dc8c2d8ba3bc3 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -39,14 +39,15 @@ your processor) prior to launching qemu-system-ARCH with kvm enabled. For older/unmaintained qemu frontends, this build also creates a symlink to qemu-system-ARCH at /usr/bin/qemu-kvm. -libiscsi, libcacard, spice, usbredir, virglrenderer, device-tree-compiler, -libnfs, snappy, glusterfs, and vde2 are optional dependencies. +libiscsi, libcacard, spice, usbredir, virglrenderer, +device-tree-compiler, libnfs, snappy, glusterfs, and vde2 are optional +dependencies. -Sphinx is optional but required in order for any of the documentation to be -built. +Sphinx is optional but required in order for any of the documentation +to be built. -libiscsi (to access iSCSI targets directly) is optional dependency, and will -be picked up, if present, during the compilation. +libiscsi (to access iSCSI targets directly) is optional dependency, +and will be picked up, if present, during the compilation. If you wish to emulate ARM, you will want device-tree-compiler. |