diff options
Diffstat (limited to 'system/qemu/README')
-rw-r--r-- | system/qemu/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/qemu/README b/system/qemu/README index b7fbe8ae26..57a463a867 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -14,6 +14,10 @@ for qemu; if you prefer to build all supported targets, do this: TARGETS=all ./qemu.SlackBuild +Add optional vnc support via: + + ENABLE_VNC=yes ./qemu.SlackBuild + We patch the installed udev rules to require membership in "users" group instead of a custom "kvm" group to uses /dev/kvm. If you prefer something different, then run the build script like this: @@ -27,3 +31,9 @@ to qemu-system-ARCH at /usr/bin/qemu-kvm. spice, usbredir, and device-tree-compiler are optional dependencies. If you wish to emulate ARM, you will want device-tree-compiler. + +NOTES: + This version breaks some backward compatibility with earlier versions. + Consult the official changelogs for details. + + To enable USB passthrough, you will need libusb >= 1.0.13 |