summaryrefslogtreecommitdiff
path: root/virtManager
Commit message (Expand)AuthorAgeFilesLines
* virtManager: Move a lot of misc files to lib/Cole Robinson2019-06-1737-41/+41
* virtManager: rename connect.py -> createconn.pyCole Robinson2019-06-173-7/+7
* virtManager: rename create.py -> createvm.pyCole Robinson2019-06-173-7/+7
* virtManager: rename storagelist to hoststorageCole Robinson2019-06-173-6/+6
* virtManager: move vmwindow components to virtManager/detailsCole Robinson2019-06-178-26/+26
* virtManager: move device UI files to virtManager/device/Cole Robinson2019-06-1711-29/+31
* virtManager: Move object .py files to virtManager/object/Cole Robinson2019-06-1711-10/+10
* Switch to more traditional logging structureCole Robinson2019-06-1743-407/+417
* hostnets: Remove SR-IOV info listingCole Robinson2019-06-162-57/+0
* hostnets: Remove QoS viewing/editingCole Robinson2019-06-162-90/+1
* console: Fix graphics_type_pretty invocationCole Robinson2019-06-161-1/+3
* storagepool: Force refresh XML on refresh signalCole Robinson2019-06-161-1/+1
* clone: Fix syntax errorCole Robinson2019-06-161-0/+1
* domain: Remove internal 'cloning' markerCole Robinson2019-06-162-35/+18
* virtManager: xmleditor: warn when switching to XML tabPavel Hrdina2019-06-154-24/+51
* domain: Ensure nvram path before trying to access itCole Robinson2019-06-141-1/+2
* details: Check for mac conflict in customize wizardCole Robinson2019-06-141-0/+2
* preferences: Disable systray option if we know it won't workCole Robinson2019-06-142-10/+27
* domain: Remove pre-startup USB collision checkCole Robinson2019-06-141-41/+0
* createpool: Drop disk and netfs pool source listingCole Robinson2019-06-141-34/+0
* Move virtcli/cliconfig.py to virtinst/buildconfig.pyCole Robinson2019-06-141-5/+5
* guest: break out disable_hyperv_for_uefiCole Robinson2019-06-131-0/+1
* 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