[virt-tools-list] [virt-manager PATCH] Describe controller models in virt-install man page

Cole Robinson crobinso at redhat.com
Thu Apr 25 17:55:10 UTC 2013


On 04/25/2013 06:45 AM, Martin Kletzander wrote:
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=952086
> 
> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> ---
>  man/virt-install.pod | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/man/virt-install.pod b/man/virt-install.pod
> index 32eabc6..bf00284 100644
> --- a/man/virt-install.pod
> +++ b/man/virt-install.pod
> @@ -847,7 +847,11 @@ a USB2 controller with fallback USB1 support.
> 
>  =item B<model>
> 
> -Controller model.
> +Controller model.  These may vary according to the hypervisor and its
> +version.  Most commonly used models are e.g. B<auto>, B<virtio-scsi>
> +for the B<scsi> controller, B<ehci> or B<none> for the B<usb>
> +controller.  For full list and further details on controllers/models,
> +see C<http://libvirt.org/formatdomain.html#elementsControllers>.
> 
>  =item B<address>
> 

ACK, please push.

Would be nice if we got to a point that --controller model=? could print out
all supported model values. Even better if we could get that info from libvirt
and not duplicate it internally. But that's not in the near term.

- Cole




More information about the virt-tools-list mailing list