summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow command line introspection ex: disk=?Cole Robinson2014-01-225-42/+114
* virt-install: Add some examples in --cpu helpCole Robinson2014-01-221-1/+3
* virt-install: Move more shared options to cli.pyCole Robinson2014-01-222-31/+41
* virt-install: Deprecate --init, make it --boot init= insteadCole Robinson2014-01-223-13/+24
* cli: Deprecate explicit --cpuset option, make it a --vcpus sub optionCole Robinson2014-01-225-43/+36
* cli: Centralize most option handling dispatchCole Robinson2014-01-223-100/+90
* cli: drop get_* helpers, just make parse_* helpers handle all casesCole Robinson2014-01-223-51/+76
* Stub out --check-cpu optionCole Robinson2014-01-226-36/+3
* cli: Drop useless get_uuid helperCole Robinson2014-01-223-14/+8
* cli: Drop dest= from most arguments, it was redundantCole Robinson2014-01-225-110/+100
* cli: Rework adhoc CLI parsing into a class structureCole Robinson2014-01-227-651/+770
* virt-install: add support for '--panic option'Chen Hanxiao2014-01-225-0/+48
* add support for showing and modifying scsi controller modelChen Hanxiao2014-01-222-18/+27
* Rename hide_unsupported_rhel_options to stable_defaults and clean-up its usageMartin Kletzander2014-01-2117-77/+73
* Use vmmFSDetails in details dialog to allow editing filesystem devicesCédric Bosdonnat2014-01-215-233/+86
* Create a separate class vmmFSDetails to share filesystem addhardware UICédric Bosdonnat2014-01-214-710/+853
* Add lxc filesystem drivers: loop and nbdCédric Bosdonnat2014-01-216-42/+147
* Add Hardware: added the missing filesystem types for LXC guests.Cédric Bosdonnat2014-01-216-18/+180
* addhw: set virtio-scsi controller index via max index in scsi controller listChen Hanxiao2014-01-211-1/+7
* disable virtio disk with device type 'LUN'Chen Hanxiao2014-01-211-1/+1
* man: fix a typo in virt-manager man pageChen Hanxiao2014-01-211-1/+1
* pylint: Skip hashlib import hackery and remove unused variableMartin Kletzander2014-01-202-4/+3
* virt-manager: Make --show-domain-creator show the manager as wellCole Robinson2014-01-191-0/+1
* Convert all command line handling to argparseCole Robinson2014-01-197-332/+288
* Fix first time remote URL installs from virt-manager (bz 1049852)Cole Robinson2014-01-185-13/+30
* capabilities: Remove some public API back compatCole Robinson2014-01-186-28/+15
* asyncjob: Constrain size of text labelCole Robinson2014-01-181-2/+5
* osdict: Use virtio console and qemu ga for RHEL7Cole Robinson2014-01-181-1/+1
* urlfetcher: Use inst.repo kernel option for new RH distros (bz 1026841)Cole Robinson2014-01-181-27/+40
* osdict: RHEL7 has a public beta, so it's 'supported' nowCole Robinson2014-01-181-1/+1
* createinterface: Fix creating bridge with unconfigured interface (bz 1048351)Cole Robinson2014-01-171-11/+20
* host: Fix looking up interfaces on repopulate signalCole Robinson2014-01-171-1/+1
* cloner: Don't validate new clone name (bz 1054771)Cole Robinson2014-01-172-3/+5
* Drop the len <= 50 validation check for domain namesCole Robinson2014-01-172-6/+2
* createnet: Use typical name validation patternCole Robinson2014-01-172-15/+14
* Change the kvm default cpu to 'nearest host cpu model'Cole Robinson2014-01-171-1/+1
* prefs: Allow changing the default VM CPU mode/model configCole Robinson2014-01-175-125/+232
* prefs: Modernize glade fileCole Robinson2014-01-171-691/+656
* details: Fix stdout spew on hw_update errorCole Robinson2014-01-171-1/+1
* doc: state correctly the number of possible values for --network=Giuseppe Scrivano2014-01-151-1/+1
* virt-install: --host-device: add driver_name optionCole Robinson2014-01-145-1/+6
* Probe entire backing chain when checking if path is in useCole Robinson2014-01-143-6/+35
* delete: Track kernel/initrd/dtb as wellCole Robinson2014-01-141-9/+9
* details: Fix changing media for two different cdromsCole Robinson2014-01-142-7/+8
* choosecd: Check path-in-use collision (bz 1028197)Cole Robinson2014-01-145-4/+13
* Track kernel/initrd/dtb in 'path in use by' UICole Robinson2014-01-144-21/+73
* create: Disable 'fully allocate' if qcow2 is the defaultCole Robinson2014-01-142-1/+17
* panic notifier: display default value if not setChen Hanxiao2014-01-143-2/+6
* domain: Use support infra to check if memory stats supportedCole Robinson2014-01-122-8/+6
* prefs: Allow disabling all memorystats pollingCole Robinson2014-01-126-37/+102