summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man: virt-xml: Fix exampleCole Robinson2015-05-101-1/+1
|
* cli: Replace add --check option (bz 1063471)Cole Robinson2015-04-112-0/+8
| | | | | For fine grained enabling/disabling validation checks. Use this to replace the heavy handed --force option.
* doc: make clearer what usb2 and usb3 means to --controllerGiuseppe Scrivano2015-04-101-1/+3
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1204895 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* doc: make --sparse documentation consistent with error messageGiuseppe Scrivano2015-04-101-2/+2
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1210572 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virt-install: Add --input optionCole Robinson2015-04-092-0/+10
| | | | For configuring VM <input> devices
* man: Bunch of formatting improvementsCole Robinson2015-04-045-232/+286
|
* virt-install: Deprecate --print-step, just use --print-xmlCole Robinson2015-04-041-14/+3
| | | | | argparse lets us handle this in a back compat fashion, so let's simplify the CLI.
* Drop all references to kqemu, it's long deadCole Robinson2015-04-031-1/+1
|
* man: Use F21 URL for --location example (bz 1172818)Cole Robinson2015-03-261-1/+1
| | | | Because newer fedora has a different URL format
* man: replace "--boot bootmenu=on" with "--boot menu=on"Giuseppe Scrivano2015-02-241-1/+1
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1192768 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virt-install: Add --boot uefiCole Robinson2015-02-221-22/+15
| | | | | Will enable UEFI if we know libvirt + hypervisor support it, and libvirt is advertising a suitable UEFI binary.
* virt-install: document cache mode 'unsafe' and 'directsync'Giuseppe Scrivano2015-02-131-2/+5
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* man: add man page for virt-clone --reflinkChen Hanxiao2015-02-071-0/+6
| | | | Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* man: Document --disk $URL formatCole Robinson2014-12-101-0/+4
|
* virt-xml: Disable clearxml= for devicesCole Robinson2014-12-041-3/+1
| | | | | It doesn't work in the general case, and users can just --remove and --add devices as needed for the same effect
* man: update binary prefixes for units in virt-install man pageChen Hanxiao2014-10-061-4/+4
| | | | Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* doc, virt-clone: make --quiet consistent with --help outputGiuseppe Scrivano2014-09-301-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* doc, virt-install: do not use obsoleted --file/--file-sizeGiuseppe Scrivano2014-09-301-2/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virt-install: Deprecate --nodisks in favor of --disk noneCole Robinson2014-09-201-9/+4
|
* virt-install: Deprecate --nonetworks in favor of --network noneCole Robinson2014-09-201-6/+6
| | | | Follows the pattern used by the other cli options
* docs: Document virtio-scsi better, and add explicit test cases for itCole Robinson2014-09-201-2/+3
|
* cli: Advertise the --host-device option as --hostdevCole Robinson2014-09-202-9/+9
| | | | | | It annoys me that all the other CLI options map to the libvirt XML name, except this one. Of course, keep the old option around for back compat, just give precendence to the new option.
* man: virt-install: Drop overly specific bits about full virtCole Robinson2014-09-191-14/+6
|
* virt-install: add support for OVMFLaszlo Ersek2014-09-161-0/+28
| | | | Signed-off-by: Laszlo Ersek <lersek@redhat.com>
* virtinst: add ich9 to the list of audio modelsGiuseppe Scrivano2014-09-161-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virt-install: Enable libosinfo detection for --cdromCole Robinson2014-09-071-1/+2
| | | | | | This streamlines virt-manager and virt-install implementations, requiring installer.distro_detect to be called if we want distro detection. As a side effect, we now get CDROM detection for free.
* Remove virt-image, as scheduledCole Robinson2014-09-062-430/+0
| | | | | As promised with the last release, remove virt-image. In 6 months I didn't hear a peep from any actual users that cared.
* man, virt-clone: document --quietGiuseppe Scrivano2014-08-041-0/+4
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* man: add empty line after --spice-disable-auto-usbredirGiuseppe Scrivano2014-08-011-0/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Clarify some translation strings, reported on transifexCole Robinson2014-07-042-2/+2
|
* man: fix an incorrect description in virt-install man pageChen Hanxiao2014-06-041-1/+1
| | | | | | Actually --pm accepts suspend_to_mem rather than suspend_to_ram. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* virt-install: add --resource supportChen Hanxiao2014-06-041-0/+6
| | | | | | | This patch will enable setting resource partition configuration. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* virt-install: add --events supportChen Hanxiao2014-05-291-0/+6
| | | | | | | This patch will enable setting event configuration: on_poweroff, on_reboot and on_crash. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* doc, virt-install: add "lun" to the Disk device type listGiuseppe Scrivano2014-05-051-1/+1
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1077232 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virt-install --disk discard= supportJim Minter2014-04-291-0/+7
| | | | (crobinso: Remove default overriding, add test cases)
* man: update virt-manager bugreporting URLChen Hanxiao2014-04-011-1/+1
| | | | | | | | | Now we use http://virt-manager.org/bugs/ as bug reporting page. Although old URL will be redirected to this one, direct URL would be better. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* virt-install: Drop support for --os-variant listGiuseppe Scrivano2014-03-241-5/+2
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virt-install: fix typo in the man pageGiuseppe Scrivano2014-03-241-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* cli: Rename --membacking to --memorybackingCole Robinson2014-03-221-2/+2
| | | | | More consistent with the existing --memory option, and the XML block name.
* virt-install: Add --membacking optionChen Hanxiao2014-03-221-0/+6
| | | | | | Add option --membacking for "Memory Backing". Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* man: fix a typo in virt-install.podChen Hanxiao2014-03-141-1/+1
| | | | | | s/libvirt/Libvirt Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* doc: fix typo in virt-install man pageGiuseppe Scrivano2014-03-101-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* cli: add missing remove_first method for --blkiotuneChen Hanxiao2014-02-261-1/+1
| | | | | | | Add missing remove_first method for --blkiotune. Update related man pages. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* virt-install: Add --memtune optionChen Hanxiao2014-02-241-0/+9
| | | | | | | | | This patch provides the ability to tune memroy tunable parameters for the domain. Also add test cases for --memtune option and update man page. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* virt-xml: add "-c" as short option of "--connect"Chen Hanxiao2014-02-121-1/+1
| | | | | | | | | | | | | | Add "-c" as short option of "--connect" for virt-xml. We could use either virt-xml -c lxc:/// or virt-xml --connect lxc:/// This will be more convenient if we operate non-default hypervisor. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* virt-install: Default to qcow2 for new imagesCole Robinson2014-02-101-5/+7
| | | | | | Following along with virt-manager's change. It has all the features and good enough performace, and is easy enough to override for people that care.
* cli: Add simple mode --disk size=XCole Robinson2014-02-101-3/+7
| | | | | Works the same as pool=default, we generate a disk image path and create it in the default pool.
* virt-image: Print warning that it is planned for removalCole Robinson2014-02-101-0/+4
|
* man: virt-install: Clarify docs after auto-storage workCole Robinson2014-02-101-15/+5
|
* virt-install: add support for user namespaceChen Hanxiao2014-02-091-0/+14
| | | | | | | | This patch will enable configuring idmap. It could be used as enable user namespace for LXC containers. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>