summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* virtinst/guest: enable a TPM by default if UEFI is presentmasterDaniel P. Berrangé2022-01-217-0/+115
* cli: Clean up nodedev address functions a bitCole Robinson2022-01-211-54/+47
* nodedev: Move the CLI string format lookup to cli.pyCole Robinson2022-01-212-99/+97
* virtManager: nodedev: Handle failure to lookup drm parentCole Robinson2022-01-211-2/+9
* nodedev: Separate out lookupNodedevByNameCole Robinson2022-01-211-3/+18
* uitests: Test graphics port fixCole Robinson2022-01-211-1/+11
* console: Clarify some error labels and debug messagesCole Robinson2022-01-211-5/+5
* console: Add _cb suffix to viewer callback function namesCole Robinson2022-01-211-18/+19
* console: Don't block console reconnect for non-errorCole Robinson2022-01-211-4/+13
* gfxdetails: Fix switching from listen=none to listen=addressCole Robinson2022-01-201-4/+13
* virtinst: refactor setting of default vcpus countDaniel P. Berrangé2022-01-202-15/+7
* virtinst: allow to force create topology from scratchDaniel P. Berrangé2022-01-202-4/+9
* virtinst: prefer cores when exposing topology to the guestDaniel P. Berrangé2022-01-203-7/+20
* virtinst: validate that the CPU topology is saneDaniel P. Berrangé2022-01-205-6/+26
* tests: re-arrange CPU topology test for clarityDaniel P. Berrangé2022-01-201-2/+5
* virtinst: make CPU topology defaulting take account of diesDaniel P. Berrangé2022-01-202-9/+8
* virtinst: move method for calculating vCPU count from topologyDaniel P. Berrangé2022-01-201-4/+10
* virtinst: set dies in topology to 1Daniel P. Berrangé2022-01-204-7/+10
* virtinst: take account of 'dies' when calc vcpu count from topologyDaniel P. Berrangé2022-01-202-0/+7
* virtinst: add missing 'dies' parameter for --vcpusDaniel P. Berrangé2022-01-204-3/+4
* virtManager: change MDEV display namesShalini Chellathurai Saroja2022-01-191-1/+3
* diskbackend: Restrict format->driver_type even moreCole Robinson2022-01-192-7/+4
* Disk pool volumes should be always attached as "raw" disksSimon Kobyda2022-01-192-4/+7
* tests: Introduce disk attachment from pool of type 'disk'Simon Kobyda2022-01-193-0/+45
* osdict: Remove outdated 'no cover' annotationCole Robinson2022-01-191-1/+1
* virtinst: fix return type in guess_os_by_isoDaniel P. Berrangé2022-01-191-1/+1
* uitests: top off test coverageCole Robinson2022-01-176-21/+22
* uitests: Mock virtBootstrapCole Robinson2022-01-173-9/+22
* tests: Fix test coverage after osdict changesCole Robinson2022-01-172-3/+2
* tests: Fix hyperv @mode handling on libvirt 8.0.0Cole Robinson2022-01-172-2/+2
* virtinst/osdict: remove internal cache of OS objectsDaniel P. Berrangé2022-01-171-27/+23
* virtinst/osdict: refactor setup of generic fallback OsinfoOsDaniel P. Berrangé2022-01-171-8/+11
* virtinst/osdict: add a property for the OsinfoDb objectDaniel P. Berrangé2022-01-171-9/+10
* virtinst/osdict: remove osinfo legacy aliasesDaniel P. Berrangé2022-01-173-69/+1
* object: nodedev: support isActive stateCole Robinson2022-01-172-0/+12
* Fix typoMatt Graham2022-01-121-1/+1
* cli: add 'ioapic.driver' to --featuresJonathon Jongsma2022-01-116-1/+6
* pylint: Fix some deprecation warnings and minor bitsCole Robinson2022-01-114-4/+4
* tests: make sure all test output ends with a newlineCole Robinson2022-01-1190-95/+94
* osdict: Remove dead code after get_kernel_url_argument usageCole Robinson2022-01-111-17/+2
* virtinst: fix check for UEFI in SEV setupDaniel P. Berrangé2022-01-112-1/+2
* nodedev: Improve error with unknown address stringsCole Robinson2022-01-111-1/+2
* installerinject: Add error detection for initrd injectionAndrea Bolognani2022-01-041-0/+5
* osinfo: use the OS kernel-url-argument if availablePino Toscano2021-12-101-0/+6
* installerinject: Use root:root instead of +0:+0 as ownerAndrea Bolognani2021-12-031-1/+1
* tests: fix pycodestyle violation with missing blank lineDaniel P. Berrangé2021-11-241-0/+1
* Handle new nodedev name for mediated devicesJonathon Jongsma2021-11-103-0/+35
* tests: don't add the same USB devices to the guest twiceDaniel P. Berrangé2021-11-052-6/+6
* tests: use different USB device when testing hot-addDaniel P. Berrangé2021-11-053-4/+18
* virt-xml: Don't regenerate defaults if both hotplugging and definingCole Robinson2021-10-123-17/+32