Attempt RB_POWER_OFF before reboot.
[qemu-sanity-check.git] / qemu-sanity-check.pod.in
index 47d6d43..7ef3200 100644 (file)
@@ -78,6 +78,12 @@ 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<--cpu>=CPU
+
+Set the qemu I<--cpu> option.  If not set then a suitable default is
+picked depending on the architecture and whether KVM is available.
+You can also use I<--cpu=> to let qemu pick the default.
+
 =item B<-i> INITRD
 
 =item B<--initrd>=INITRD
@@ -91,6 +97,14 @@ Use the initramfs image named C<INITRD> instead of the default.
 Use the kernel image C<VMLINUZ> instead of searching for the latest
 kernel installed in C</boot>.
 
+=item B<-m> MACHINE
+
+=item B<--machine>=MACHINE
+
+Set the qemu I<-m> (machine type) option.  If not set then a suitable
+default is picked depending on the architecture.  You can also use
+I<--machine=> to let qemu pick the default.
+
 =item B<-q> QEMU
 
 =item B<--qemu>=QEMU
@@ -107,6 +121,12 @@ Specify a timeout instead of the default which is C<10m> (10 minutes).
 The syntax for the C<TIMEOUT> is described in full in the man page for
 L<timeout(1)>.
 
+=item B<-v>
+
+=item B<--verbose>
+
+Print extra debugging information.
+
 =item B<-V>
 
 =item B<--version>
@@ -147,7 +167,7 @@ Richard W.M. Jones <rjones@redhat.com>
 
 =head1 COPYRIGHT
 
-(C) Copyright 2013 Red Hat Inc.
+(C) Copyright 2013-2020 Red Hat Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by