summaryrefslogtreecommitdiff
path: root/virtManager
Commit message (Expand)AuthorAgeFilesLines
* virt-install: Push validation down into the installerCole Robinson2019-06-131-1/+1
* preferences: Disable XML editing by defaultCole Robinson2019-06-133-0/+35
* details: add xmleditor UICole Robinson2019-06-132-4/+152
* addhardware: add xmleditor UICole Robinson2019-06-131-3/+49
* createvol: add xmleditor UICole Robinson2019-06-131-19/+42
* createpool: add xmleditor UICole Robinson2019-06-131-27/+56
* storagelist: add xmleditor UICole Robinson2019-06-131-1/+29
* createnet: add xmleditor UICole Robinson2019-06-131-4/+47
* hostnets: add xmleditor UICole Robinson2019-06-131-1/+28
* xmleditor: Add the shared codeCole Robinson2019-06-132-3/+197
* Drop use of logging.infoCole Robinson2019-06-112-2/+2
* create: move generate_name to GuestCole Robinson2019-06-111-25/+3
* generatename: Move libvirt collision handling to callersCole Robinson2019-06-113-5/+11
* storage: Handle guest collision checkingCole Robinson2019-06-113-14/+7
* virtManager: Remove some unnecessary generatename collidelist usageCole Robinson2019-06-112-5/+2
* connection: Use shared default pool lookup logicCole Robinson2019-06-111-3/+6
* createpool: Use StoragePool.default_target_pathCole Robinson2019-06-111-1/+6
* addstorage: Drop non-storagepool fallback codeCole Robinson2019-06-111-68/+27
* virtinst: move UI only functions into virtManagerCole Robinson2019-06-099-53/+497
* virtinst: Rename util to xmlutilCole Robinson2019-06-075-16/+16
* util: move generate_name to generatename.pyCole Robinson2019-06-071-2/+2
* util: Move get_cache_dir to VirtinstConnectionCole Robinson2019-06-071-2/+1
* util: Move pretty_* into virtManager codeCole Robinson2019-06-074-13/+26
* util: move is_error_nosupport to SupportCacheCole Robinson2019-06-072-7/+5
* support: add is_libvirt_error_no_domainCole Robinson2019-06-073-15/+8
* support: Convert callers to the new formatCole Robinson2019-06-079-48/+25
* support: Rework support check invocationsCole Robinson2019-06-071-5/+5
* support: Add a SupportCache classCole Robinson2019-06-071-2/+1
* nodedev: Drop the non-standard .parse() handlingCole Robinson2019-06-051-5/+1
* nodedev: Fold DRMDevice into NodeDeviceCole Robinson2019-06-051-4/+2
* nodedev: Fold USBDevice into NodeDeviceCole Robinson2019-06-051-1/+1
* nodedev: Fold PCIDevice into NodeDeviceCole Robinson2019-06-052-3/+2
* connection: Drop unused filter_nodedevs devcap valueCole Robinson2019-06-053-9/+3
* domain: Absorb conn.get_nodedev_countCole Robinson2019-06-052-22/+11
* virt-manager: Add --test-optionsCole Robinson2019-06-053-21/+16
* config: Disable libguestfs inspection with --test-first-runCole Robinson2019-06-051-0/+2
* snapshots: Split out vmmSnapshotNew classCole Robinson2019-06-052-222/+265
* vmwindow: Clean up vmmDetails on window cleanupCole Robinson2019-06-051-0/+2
* createpool: Fix a couple gtk stderr warningsCole Robinson2019-06-051-2/+2
* libvirtobject: Make _redefine overrides more clearCole Robinson2019-06-052-10/+15
* addhardware: tpm: select version 2.0 by defaultCole Robinson2019-05-171-1/+2
* devices: redirdev: Use CharSourceCole Robinson2019-05-141-1/+1
* devices: rng: Use CharSourceCole Robinson2019-05-142-3/+4
* devices: char: Add CharSourceCole Robinson2019-05-143-6/+7
* addhardware: Remove supports_property usageCole Robinson2019-05-131-31/+26
* details: Drop char supports_property usageCole Robinson2019-05-131-47/+30
* devices: char: Rename some properties to better match XMLCole Robinson2019-05-131-11/+10
* domain: virtinst: custom implement _redefine_xmlobjCole Robinson2019-05-132-9/+6
* create: Use self._guest less in install pathCole Robinson2019-05-132-19/+19
* addhardware: Remove unused is_customize_dialogCole Robinson2019-05-132-3/+2