Couple of small fixes raised by danpb, Daniel

This commit is contained in:
Daniel Veillard 2007-06-21 15:46:04 +00:00
parent a6a6c9860c
commit 67ec3c93bc
2 changed files with 12 additions and 26 deletions

View File

@ -91,25 +91,17 @@ list the values supported but the most commons are:
=over 4
=item xen///
=item xen:///
this is used to connect to the local Xen hypervisor, this is the default
=item qemu:///system
allow to connect locally as root to the daemon supervizing QEmu domains
allow to connect locally as root to the daemon supervizing QEmu and KVM domains
=item qemu:///session
allow to connect locally as a normal user to the his own set of QEmu domain
=item kvm:///system
allow to connect locally as root to the daemon supervizing KVM domains
=item kvm:///session
allow to connect locally as a normal user to the his own set of KVM domain
allow to connect locally as a normal user to the his own set of QEmu and KVM domains
=back
@ -202,11 +194,11 @@ I<domain-id> can be specified as an short integer, a name or a full UUID.
=over 4
=item B<autostart> optional I<----disable> I<domain-id>
=item B<autostart> optional I<--disable> I<domain-id>
Configure a domain to be automatically started at boot.
The option I<----disable> disable autostarting.
The option I<--disable> disable autostarting.
=item B<console> I<domain-id>

20
virsh.1
View File

@ -214,21 +214,15 @@ start up, and usually get an \fI\s-1URI\s0\fR parameter specifying how to connec
to the hypervisor. The documentation page at <http://libvirt.org/uri.html>
list the values supported but the most commons are:
.RS 4
.IP "xen///" 4
.IX Item "xen///"
.IP "xen:///" 4
.IX Item "xen:///"
this is used to connect to the local Xen hypervisor, this is the default
.IP "qemu:///system" 4
.IX Item "qemu:///system"
allow to connect locally as root to the daemon supervizing QEmu domains
allow to connect locally as root to the daemon supervizing QEmu and \s-1KVM\s0 domains
.IP "qemu:///session" 4
.IX Item "qemu:///session"
allow to connect locally as a normal user to the his own set of QEmu domain
.IP "kvm:///system" 4
.IX Item "kvm:///system"
allow to connect locally as root to the daemon supervizing \s-1KVM\s0 domains
.IP "kvm:///session" 4
.IX Item "kvm:///session"
allow to connect locally as a normal user to the his own set of \s-1KVM\s0 domain
allow to connect locally as a normal user to the his own set of QEmu and \s-1KVM\s0 domains
.RE
.RS 4
.Sp
@ -310,11 +304,11 @@ crashed.
The following commands manipulate domains directly, as stated
previously most commands take domain-id as the first parameter. The
\&\fIdomain-id\fR can be specified as an short integer, a name or a full \s-1UUID\s0.
.IP "\fBautostart\fR optional \fI\-\-\-\-disable\fR \fIdomain-id\fR" 4
.IX Item "autostart optional ----disable domain-id"
.IP "\fBautostart\fR optional \fI\-\-disable\fR \fIdomain-id\fR" 4
.IX Item "autostart optional --disable domain-id"
Configure a domain to be automatically started at boot.
.Sp
The option \fI\-\-\-\-disable\fR disable autostarting.
The option \fI\-\-disable\fR disable autostarting.
.IP "\fBconsole\fR \fIdomain-id\fR" 4
.IX Item "console domain-id"
Connect the virtual serial console for the guest.