summaryrefslogtreecommitdiff
path: root/virtinst/guest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: Add special treatment for --memballoon noneAndrea Bolognani2019-06-171-0/+1
* Switch to more traditional logging structureCole Robinson2019-06-171-12/+12
* guest: Add uefi_requestedCole Robinson2019-06-161-2/+7
* guest: Warn before setting machine=q35 for secbootCole Robinson2019-06-161-1/+4
* guest: Add back spice virtio-serial for windowsCole Robinson2019-06-141-2/+4
* Move virtcli/cliconfig.py to virtinst/buildconfig.pyCole Robinson2019-06-141-3/+2
* virt-install: Drop --os-variant suboption parsingCole Robinson2019-06-131-8/+0
* virt-install: Add --install OSNAMECole Robinson2019-06-131-5/+1
* guest: Add skip_default_osinfoCole Robinson2019-06-131-1/+12
* guest: break out disable_hyperv_for_uefiCole Robinson2019-06-131-9/+17
* guest: Add a comment about the vcpu situationCole Robinson2019-06-131-0/+3
* Revert "guest: Don't hardcode vcpus = 1"Cole Robinson2019-06-131-0/+3
* guest: Enable qemu-ga by default on s390xAndrea Bolognani2019-06-131-3/+0
* Drop use of logging.infoCole Robinson2019-06-111-2/+2
* virt-install: Generate default --nameCole Robinson2019-06-111-0/+3
* create: move generate_name to GuestCole Robinson2019-06-111-0/+28
* generatename: Move libvirt collision handling to callersCole Robinson2019-06-111-1/+2
* guest: Don't hardcode vcpus = 1Cole Robinson2019-06-111-3/+0
* guest: move libosinfo resource setting to virt-installCole Robinson2019-06-111-14/+3
* domain: cpu: Rework vcpus setting slightlyCole Robinson2019-06-111-4/+15
* virtinst: cli: Provide a default value for the 'policy' argumentErik Skultety2019-06-111-0/+1
* virtinst: cli: Introduce parser support for SEV launch securityErik Skultety2019-06-111-1/+2
* guest: Don't log when setting default os name=genericCole Robinson2019-06-091-7/+9
* util: move generate_name to generatename.pyCole Robinson2019-06-071-2/+2
* util: move validate_name to XMLBuilder.validate_generic_nameCole Robinson2019-06-071-1/+1