Add --accel flag to select KVM or software emulation.
[qemu-sanity-check.git] / qemu-sanity-check.pod.in
index cff28a4..47d6d43 100644 (file)
@@ -61,6 +61,23 @@ Initrd/initramfs (C<CONFIG_BLK_DEV_INITRD=y>)
 
 Display short help message and exit.
 
+=item B<--accel>=kvm
+
+=item B<--accel>=tcg
+
+=item B<--accel>=kvm:tcg
+
+This sets the C<-machine accel=...> parameter which is passed to
+qemu.
+
+If not set, then C<kvm:tcg> is the default, which means to try to use
+KVM (hardware-assisted virtualization), and fall back to software
+emulation if KVM is not possible.
+
+Other typical values of this parameter are: C<tcg>, which means to
+force software emulation.  C<kvm>, which means to force KVM and fail
+if KVM is unavailable.
+
 =item B<-i> INITRD
 
 =item B<--initrd>=INITRD