summaryrefslogtreecommitdiff
path: root/virtinst/guest.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Update to latest kvm domcapsCole Robinson2022-12-141-2/+2
* guest: Query availability of spicevmc channels in domcapsLin Ma2022-12-141-0/+2
* guest: Query availability of usb redirdevs in domcapsLin Ma2022-12-141-0/+2
* cli: Add --iothreads defaultiothread.thread_pool_{min,max}Lin Ma2022-08-021-1/+10
* cli: Add iothreadids attributes thread_pool_min and thread_pool_maxLin Ma2022-08-011-1/+3
* guest: Check coverage for more of domcaps cachingCole Robinson2022-07-271-2/+2
* virtinst: fix caching of domain capabilitiesDaniel P. Berrangé2022-07-271-1/+9
* osdict: firmware handling tweaksCole Robinson2022-03-021-6/+3
* virtinst/guest: use EFI firmware if osinfo-db shows lack of BIOS supportDaniel P. Berrangé2022-03-021-1/+15
* installer: Add smbios serial ds=nocloud for --cloud-initCole Robinson2022-03-011-0/+21
* cli: Add --boot refresh-machine-type=yesCole Robinson2022-02-261-0/+37
* guest: Make default graphics arch check more specificCole Robinson2022-02-261-1/+2
* Revert "guest: Add default graphics for aarch64"Cole Robinson2022-02-261-1/+1
* sound: Use ich9 more generally for PCIe, not just q35Cole Robinson2022-02-261-2/+2
* guest: Default num_pcie_root_ports to 14Cole Robinson2022-02-261-1/+5
* Use pcie_root_ports for arm and riscv machvirtCole Robinson2022-02-261-4/+14
* cli: Add basic --audio type=XXX,id=Y supportCole Robinson2022-02-241-1/+2
* guest: Default to 16 pcie root ports for q35Cole Robinson2022-02-161-0/+24
* guest: Use is_q35 helper in UEFI secboot checkCole Robinson2022-02-161-1/+1
* guest: Rename _add_implied_controllers -> _add_virtioscsi_controllerCole Robinson2022-02-161-12/+12
* osdict: Drop usb-tablet checkingCole Robinson2022-02-121-1/+1
* guest: Move uefi check into _add_default_tpmCole Robinson2022-01-261-5/+7
* guest: Use os.firmware=efi for --boot uefi, if it is supportedCole Robinson2022-01-261-2/+7
* guest: Rework set/get_uefi entry pointsCole Robinson2022-01-261-35/+42
* guest: Remove the hyperv + uefi workaround for win7 + win2k8r2Cole Robinson2022-01-251-17/+0
* virtinst/guest: enable a TPM by default if UEFI is presentmasterDaniel P. Berrangé2022-01-211-0/+21
* virtinst: refactor setting of default vcpus countDaniel P. Berrangé2022-01-201-10/+6
* cli: --boot: Completed options for host-based bootloaderHugues Fafard2021-07-291-1/+3
* cli: --shmem: added support for shared memory devicesHugues Fafard2021-07-271-1/+2
* guest: Add default graphics for aarch64Fabiano Fidêncio2021-06-081-1/+1
* virtinst: bhyve: configure nmdm consoleRoman Bogorodskiy2021-02-151-1/+8
* virtinst: bhyve: properly configure loaderRoman Bogorodskiy2021-02-151-1/+1
* cli: support --sysinfo type=fwcfg,entry...Cole Robinson2020-09-111-1/+1
* xmlutil: Centralize all 'programming error' exceptionsCole Robinson2020-07-171-2/+3
* virtinst: add support for configuring the IOMMUMenno Lageman2020-07-121-1/+2
* addhardware: Remove dead virtio-scsi collision codeCole Robinson2020-01-291-6/+9
* guest: Move bootorder helpers out of the osinfo code areaCole Robinson2020-01-291-40/+45
* guest: Finish off test coverageCole Robinson2020-01-271-10/+11
* guest: Move VM replace helper to clonerCole Robinson2020-01-271-32/+0
* guest: Fix --graphics spice usage if USB is disabledCole Robinson2020-01-271-0/+2
* guest: Remove disable_default_memballoonCole Robinson2020-01-271-11/+0
* guest: Remove bogus conditionalCole Robinson2020-01-271-3/+0
* details: Use Guest.lookup_domcaps helperCole Robinson2019-11-121-0/+4
* guest: Drop set_capabilities_defaults call from get_uefi_pathCole Robinson2019-10-031-2/+0
* guest: Add add_extra_drivers()Fabiano Fidêncio2019-10-021-0/+4
* guest,osdict: Pass down extra_devs to supports_virtio*() methodsFabiano Fidêncio2019-10-021-7/+7
* cli: Add --keywrap cipher[0-9]*.name=aes|des, cipher[0-9]*.state=on|offAthina Plaskasoviti2019-07-231-1/+2
* guest: Don't set default uefi if firmware= is setCole Robinson2019-07-121-3/+6
* guest: fix warning message when machine type is changed for secure bootPavel Hrdina2019-07-081-1/+2
* guest: Add memory balloon by defaultAndrea Bolognani2019-06-171-0/+32