summaryrefslogtreecommitdiff
path: root/virtManager/object/domain.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint/pycodestyle warnings with latest versionsCole Robinson2022-12-131-2/+2
* Fix UI rename with firmware='efi'Cole Robinson2022-06-201-9/+27
* diskbackend: Set relative path for media changeCole Robinson2022-02-271-0/+4
* virtManager: Split out tpmdetails.py and tweak itCole Robinson2022-02-191-3/+6
* details: Remove 'detect zeroes' UICole Robinson2022-02-031-3/+1
* details: Add os.firmware=efi in the firmware selector UICole Robinson2022-01-261-7/+13
* netlist: Revive portgroup UICole Robinson2022-01-251-1/+3
* details: Strip back 'Enable shared memory' to only cover memfdCole Robinson2022-01-251-26/+9
* details: Move 'shared mem' editing and tooltip logic to domain.pyCole Robinson2022-01-251-12/+57
* details: Add new checkbox to control shared memory accessLin Ma2022-01-251-1/+16
* guest: Remove the hyperv + uefi workaround for win7 + win2k8r2Cole Robinson2022-01-251-1/+0
* pylint: Fix some deprecation warnings and minor bitsCole Robinson2022-01-111-1/+1
* domain: Don't rename domain if newname isn't differentcoreyberla2021-07-311-0/+2
* cli: --boot: Completed options for guest-based bootloaderHugues Fafard2021-07-291-2/+2
* domain: Force jobinfo values to be intsCole Robinson2021-06-091-3/+2
* progress: Some internal API cleanupCole Robinson2021-05-221-3/+2
* Improve Secret Service interoperabilityWGH2021-04-061-8/+8
* fsdetails: Remove wrpolicy UICole Robinson2020-11-131-1/+0
* device: disk: Rename path property to get/set_source_pathCole Robinson2020-11-111-6/+6
* domain: use makedirs exist_ok=TrueCole Robinson2020-11-031-2/+1
* Remove use of problematic terminologyCole Robinson2020-09-231-1/+1
* gfxdetails: Use a single 'changed' signalCole Robinson2020-09-211-6/+3
* uitests: big mess of workCole Robinson2020-09-191-2/+2
* domain: Switch to non-deprecated thread.is_aliveCole Robinson2020-09-151-1/+1
* details: Revive maxmem and memory hotplugCole Robinson2020-09-131-3/+25
* cli: Fill in all --filesystem suboptionsCole Robinson2020-09-111-4/+4
* domain: Fix details performance page graph scalingCole Robinson2020-09-111-2/+6
* console: Add option to disable autoconnectCole Robinson2020-09-091-0/+11
* console: Text console submenu improvementsCole Robinson2020-09-091-2/+0
* virt-xml: Handle removing <console> <serial> dup deviceCole Robinson2020-09-081-12/+2
* domain: Fix VM deletion with firmare='efi'Cole Robinson2020-09-081-3/+4
* virtManager: misc reference leak fixesCole Robinson2020-09-081-0/+5
* addstorage: Revive disk serial UICole Robinson2020-09-081-1/+4
* migrate: Add XML editor supportCole Robinson2020-09-051-2/+5
* codespell: Whitelist 'cloneable'Cole Robinson2020-09-051-1/+1
* cloner: Share more clone disk building logicCole Robinson2020-09-051-16/+13
* objects: Erase the notion of connkeyCole Robinson2020-09-011-5/+2
* uitests: details/domain/config coverage additionsCole Robinson2020-08-291-25/+32
* domain: Add test mocking for IP address APIsCole Robinson2020-08-281-79/+103
* domain: Fix clearing topology when VM has dies= in XMLCole Robinson2020-08-271-2/+4
* virtinst: cpu: Move topology elements to their own classCole Robinson2020-08-271-6/+3
* domain: Have test driver report fake job_info dataCole Robinson2020-08-271-6/+14
* domain: Remove qemu VNC SKIPAUTH bug workaroundCole Robinson2020-08-271-9/+0
* uitests: Increase details + domain + vmwindow coverageCole Robinson2020-08-271-86/+57
* uitests: Finish asyncjob.py coverageCole Robinson2020-08-261-1/+2
* uitests: Finish vmmenu.py coverageCole Robinson2020-08-261-2/+7
* uitests: Finish migrate.py coverageCole Robinson2020-08-261-1/+8
* domain: Fake jobinfo support for the test driverCole Robinson2020-08-261-3/+5
* libvirtobject: Centralize most tick() implementationsCole Robinson2020-08-261-10/+0
* network: Rework dhcp_leases usage to avoid dead codeCole Robinson2020-08-261-1/+1