summaryrefslogtreecommitdiff
path: root/virtinst/guest.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* support: Convert callers to the new formatCole Robinson2019-06-071-9/+7
* util: Move generate_uuid to a Guest staticmethodCole Robinson2019-06-061-1/+23
* cli: Add --iothreads iothreadids.iothread[0-9]*.idAthina Plaskasoviti2019-06-041-1/+9
* cli: Add --iothreadsAthina Plaskasoviti2019-06-041-1/+3
* cli: --vcpus: add vcpus.vcpu[0-9]* configCole Robinson2019-05-141-1/+2
* cli: --metadata: add genid= and genid_enable=Cole Robinson2019-05-141-1/+4
* guest: Rename curvcpus and cpuset to better match XML hierarchyCole Robinson2019-05-121-6/+6
* guest: Set vcpus from cpu.topology, if it's specifiedCole Robinson2019-05-121-0/+2
* osdict: return _OsResources to callersCole Robinson2019-05-121-4/+7
* guest: Rename memory properties to match XML valuesCole Robinson2019-05-121-15/+15
* guest: Fix pylint 'unneeded-not'Cole Robinson2019-04-141-2/+2
* guest: Enable USB input devices for RISC-V virt guestsAndrea Bolognani2019-04-041-1/+3
* guest: Enable USB for RISC-V virt guestsAndrea Bolognani2019-04-041-0/+8
* guest: RISC-V virt guests support virtio-rngAndrea Bolognani2019-04-041-0/+1
* guest: RISC-V virt guests have VirtIO supportAndrea Bolognani2019-04-041-0/+1
* guest: Recommend virt machine for RISC-VAndrea Bolognani2019-04-041-0/+4
* guest: Add default RNG to s390x guestsAndrea Bolognani2019-03-211-0/+1
* guest: Add VirtIO input devices to s390x guests with graphicsAndrea Bolognani2019-03-211-0/+11
* guest: Add USB input devices to pSeries guests with graphicsAndrea Bolognani2019-03-211-1/+1
* guest: Use virtio-scsi where supportedAndrea Bolognani2019-03-061-2/+1
* guest: Add supports_virtioscsi()Andrea Bolognani2019-03-061-0/+2
* guest: Remove some SCSI-related dead codeAndrea Bolognani2019-03-061-14/+0
* guest: Add reorder_boot_order methodMarc Hartmayer2019-03-061-0/+34
* guest: remove useless has_virtio_scsi variablePavel Hrdina2019-02-281-5/+1
* guest: Move compare_device to Device classCole Robinson2019-02-071-47/+1
* guest: Add find_device to GuestCole Robinson2019-02-071-9/+11
* guest: Don't ignore invalid boot_order inputsMarc Hartmayer2019-02-071-4/+1
* guest: Don't exclude redirected devicesMarc Hartmayer2019-02-071-2/+2
* domain: Move set boot order responsibility to guestMarc Hartmayer2019-02-071-1/+8
* guest: Add get_boot_order methodMarc Hartmayer2019-02-071-3/+8
* domain: Move get boot order methods to guestMarc Hartmayer2019-02-071-0/+55
* domain: Move use_device_boot_order to guestMarc Hartmayer2019-02-071-0/+17