~ubuntu-branches/ubuntu/precise/virtinst/precise-updates

« back to all changes in this revision

Viewing changes to man/en/virt-image.pod

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-01 15:40:11 UTC
  • mfrom: (1.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110201154011-op0nusgc240xajvb
Tags: 0.500.5-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Updated to add maverick and natty to OS list and enable virtio
       for them.
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch. (refreshed)
  - debian/control: added acl package to depends.
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin
* Removed patches:
  - debian/patches/9002-libvirt_disk_format.patch: Upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
=item --vcpus=VCPUS
64
64
 
65
65
Number of vcpus to configure for your guest. Defaults to
66
 
C</image/devices/vcpu> in the XML descriptor.
 
66
C</image/devices/vcpu> in the XML descriptor. This option can also be
 
67
used to set CPU topology, please see L<virt-install(1)> for more info.
 
68
 
 
69
=item --cpuset
 
70
 
 
71
Set which physical cpus the guest can use. Please see L<virt-install(1)> for
 
72
more info.
 
73
 
 
74
=item --cpu
 
75
 
 
76
Configure the CPU and CPU features exposed to the guest. Please see
 
77
L<virt-install(1)> for more info.
67
78
 
68
79
=item  --check-cpu
69
80