qemu: Move capability checks for IOMMU features
[libvirt/ericb.git] / tools / virt-host-validate.pod
blob121bb7ed7abf734853c5b0cd65a0ddb8efffac6e
1 =head1 NAME
3 virt-host-validate - validate host virtualization setup
5 =head1 SYNOPSIS
7 B<virt-host-validate> [I<OPTIONS>...] [I<HV-TYPE>]
9 =head1 DESCRIPTION
11 This tool validates that the host is configured in a suitable
12 way to run libvirt hypervisor drivers. If invoked without any
13 arguments it will check support for all hypervisor drivers it
14 is aware of. Optionally it can be given a particular hypervisor
15 type ('qemu', 'lxc' or 'bhyve') to restrict the checks
16 to those relevant for that virtualization technology
18 =head1 OPTIONS
20 =over 4
22 =item C<-v>, C<--version>
24 Display the command version
26 =item C<-h>, C<--help>
28 Display the command line help
30 =item C<-q>, C<--quiet>
32 Don't display details of individual checks being performed.
33 Only display output if a check does not pass.
35 =back
37 =head1 EXIT STATUS
39 Upon successful validation, an exit status of 0 will be set. Upon
40 failure a non-zero status will be set.
42 =head1 AUTHOR
44 Daniel P. Berrange
46 =head1 BUGS
48 Report any bugs discovered to the libvirt community via the
49 mailing list L<https://libvirt.org/contact.html> or bug tracker
50 L<https://libvirt.org/bugs.html>.
51 Alternatively report bugs to your software distributor / vendor.
53 =head1 COPYRIGHT
55 Copyright (C) 2012 by Red Hat, Inc.
57 =head1 LICENSE
59 virt-host-validate is distributed under the terms of the GNU GPL v2+.
60 This is free software; see the source for copying conditions. There
61 is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
62 PURPOSE
64 =head1 SEE ALSO
66 L<virsh(1)>, L<virt-pki-validate(1)>, L<virt-xml-validate(1)>
68 =cut