summaryrefslogtreecommitdiff
path: root/virtinst/support.py
Commit message (Expand)AuthorAgeFilesLines
* object: nodedev: support isActive stateCole Robinson2022-01-171-0/+5
* Fix some pylint, exclude some new warningsCole Robinson2021-10-041-1/+1
* uitests: finish statsmanager.py coverageCole Robinson2020-09-051-1/+1
* uitests: Finish vmmenu.py coverageCole Robinson2020-08-261-1/+0
* graphics: Remove spice GL/rendernode version support warningsCole Robinson2020-08-261-6/+0
* Always assume objects support .isActive()Cole Robinson2020-08-261-4/+0
* xmlutil: Centralize all 'programming error' exceptionsCole Robinson2020-07-171-5/+6
* virtManager: Remove virInterface pollingCole Robinson2020-01-261-2/+0
* pollhelpers: Kill old style pollingCole Robinson2020-01-241-14/+2
* connection: Explicitly error if domain listing APIs are not supportedCole Robinson2020-01-241-1/+5
* virtinst: support: add full code coverage testingCole Robinson2019-06-141-86/+44
* virtinst: Add a bunch of # pragma: no coverCole Robinson2019-06-111-2/+4
* util: move is_error_nosupport to SupportCacheCole Robinson2019-06-071-3/+19
* support: add is_libvirt_error_no_domainCole Robinson2019-06-071-0/+12
* support: Rework support check invocationsCole Robinson2019-06-071-81/+86
* support: Add a SupportCache classCole Robinson2019-06-071-144/+136
* virtManager: interface: Remove unused code after UI removalCole Robinson2019-05-131-12/+0
* guest: Enable USB for RISC-V virt guestsAndrea Bolognani2019-04-041-0/+1
* domcapabilities: get list of CPU models from domcapabilitiesPavel Hrdina2019-03-191-2/+0
* support: Add SUPPORT_CONN_DEVICE_BOOT_ORDERMarc Hartmayer2019-03-061-0/+1
* support: Fix minimum version checkCole Robinson2019-03-061-3/+3
* Remove Author lines from file headersCole Robinson2019-01-081-1/+0
* guest: Use q35 chipset by default for new qemu + supported OSCole Robinson2018-10-131-0/+4
* clock: Drop RHEL hyperv clock distinctionCole Robinson2018-10-061-2/+0
* support: Limit qemu-xhci check to qemu 2.9.0Cole Robinson2018-10-041-1/+1
* guest: Use USB3 for x86 qemu if OS supports itCole Robinson2018-10-031-1/+0
* support: Drop lots more checksCole Robinson2018-08-311-56/+5
* support: Drop a few more support checks only used in tests/Cole Robinson2018-08-311-2/+0
* virtinst: Drop direct 'support' usageCole Robinson2018-08-311-1/+1
* support: Remove some unused checksCole Robinson2018-08-311-11/+0
* support: Remove getversion/getlibversion checksCole Robinson2018-08-311-3/+0
* guest: Drop arm vexpress virtio-mmio supportCole Robinson2018-08-311-3/+0
* guest: Remove old xen acpi disablingCole Robinson2018-08-211-1/+0
* graphics: Default to unset keymapCole Robinson2018-04-241-1/+0
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-211-2/+2
* virtinst/support: add SUPPORT_CONN_VMCOREINFO checkMarc-André Lureau2018-02-221-0/+2
* Convert docstrings to standard reStructuredText param formatCole Robinson2018-02-141-8/+7
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-1/+1
* vnc: don't skip authentication for listen type none with fixed QEMUPavel Hrdina2018-01-161-0/+1
* virtinst.support: fix copy&paste errorPavel Hrdina2017-12-181-1/+1
* Do not compare between None and intRadostin Stoyanov2017-10-201-1/+2
* guest: Use usb3 qemu-xhci for machvirtCole Robinson2017-07-101-0/+1
* guest: Add USB3 controller for machvirt by defaultCole Robinson2017-06-281-0/+2
* virt-install: add support for loader secure attributePavel Hrdina2017-06-011-0/+1
* virt-install: add support for SMM featurePavel Hrdina2017-06-011-0/+1
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-2/+2
* guest: Add default virtio-rng /dev/urandom (bz 1212082)Cole Robinson2017-03-081-0/+1
* virtinst/cli: add spice rendernode argumentMarc-André Lureau2017-02-231-0/+2