summaryrefslogtreecommitdiff
path: root/virtManager
Commit message (Expand)AuthorAgeFilesLines
* i18n: fix few spellingsPino Toscano2020-07-135-6/+6
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-1110-38/+47
* devices: interface: Rename is_conflict_net -> check_mac_in_useCole Robinson2020-07-063-3/+3
* cli: Skip MAC collision error with --check mac_in_use=Cole Robinson2020-07-061-0/+1
* addhardware: Fix invoking netlist validate()Cole Robinson2020-07-061-1/+1
* tests: pylint: Silence some false positivesCole Robinson2020-07-042-0/+2
* netlist.py: remove the extra 'None' return in get_network_selection()Daniel Henrique Barboza2020-07-041-1/+1
* virtManager/clone.py: codespell fixDaniel Henrique Barboza2020-07-041-1/+1
* rng: add builtin rng backend modelHan Han2020-04-211-0/+2
* preferences: Fix dialog when invalid keygrab is setCole Robinson2020-04-131-2/+1
* Fix pylint with latest pylint versionCole Robinson2020-03-302-2/+2
* tpm: add SPAPR (ppc64) device modelStefan Berger2020-03-301-6/+11
* createvm: Rework to track all Guest/Installer params explicitlyCole Robinson2020-02-052-171/+193
* tests: uitests: More createvm testingCole Robinson2020-02-051-20/+15
* virtinst: connection: Add is_privilegedCole Robinson2020-02-033-8/+9
* virtManager: Convert to CSS for most color usageCole Robinson2020-02-0314-52/+57
* inspection: Some cleanupsCole Robinson2020-02-012-65/+49
* connection: Fix stats pollingCole Robinson2020-02-011-32/+33
* createnet: Fix XML editor error when dhcp fields are emptyCole Robinson2020-01-291-14/+18
* createnet: Drop row coloring validationCole Robinson2020-01-291-53/+4
* cloner: Drop ability to clone a paused VMCole Robinson2020-01-291-3/+1
* createvm: Fix showing 'Import' disk UICole Robinson2020-01-291-1/+1
* libvirtobject: Always define even if XML isn't differentCole Robinson2020-01-291-7/+1
* addhardware: Remove dead virtio-scsi collision codeCole Robinson2020-01-291-50/+7
* addhardware: Remove IO and scsi reservation optionsCole Robinson2020-01-291-21/+0
* devices: disk: Add change_bus()Cole Robinson2020-01-291-26/+1
* devices: disk: Add more test coverageCole Robinson2020-01-291-2/+1
* virtinst: connection: Drop is_closed() helperCole Robinson2020-01-281-1/+1
* delete: Improve text for storage deletionCole Robinson2020-01-281-26/+39
* delete: Default to not removing storage for disk removalCole Robinson2020-01-281-1/+11
* delete: Code cleanupsCole Robinson2020-01-281-50/+44
* delete: Don't run UI routines from a threadCole Robinson2020-01-281-5/+26
* Use remove_devobj_internal function instead of vm.remove_deviceLily Nie2020-01-281-1/+1
* Change remove_devobj_internal to a static method,and move it to vmmDeleteStorageLily Nie2020-01-282-33/+33
* details: remove all usage of 'self' in remove_devobj_internal functionLily Nie2020-01-281-7/+7
* details: add a remove_devobj_internal functionLily Nie2020-01-281-4/+8
* devices: controller: Add get_attached_devicesCole Robinson2020-01-271-20/+16
* tests: Add full coverage for pollhelpers and VirtinstConnectionCole Robinson2020-01-271-4/+1
* Move virt-* code into their modulesCole Robinson2020-01-261-0/+342
* details: Fix perf icon with adwaita-icon-themeCole Robinson2020-01-261-1/+10
* oslist: Only handle 'activate' if the oslist is visibleCole Robinson2020-01-261-0/+3
* createvm: Grab OS list focus for manual install pageCole Robinson2020-01-261-4/+5
* createvm: Remove 'Network boot (PXE)', add 'Manual install'Cole Robinson2020-01-261-20/+12
* createvm: Remove kernel/initrd/dtb/kernel args UICole Robinson2020-01-261-37/+1
* preferences: Remove old Interface confirm optionCole Robinson2020-01-262-11/+0
* virtManager: Remove virInterface pollingCole Robinson2020-01-265-85/+8
* createnet: Add field for specifying forward deviceCole Robinson2020-01-261-19/+24
* virtManager: Drop interface list for bridge and macvtapCole Robinson2020-01-261-109/+5
* netlist: Use same default policy as virt-installCole Robinson2020-01-261-29/+25
* netlist: Add 'Macvtap device...' manual entryCole Robinson2020-01-261-33/+58