1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-03-12 16:04:32 +00:00

Update VARIABLES.md for modern video device handling

We've changed how video devices are handled in upstream since
this was written - there's now QEMU_VIDEO_DEVICE, QEMUVGA is
deprecated, and the defaults are different. Update this for the
new world.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-01-29 08:53:04 -08:00
parent bd687aab51
commit 25dc6d629c

View File

@ -35,8 +35,9 @@ These variables control settings of underlying virtual machine where tests runs
| `QEMUCPUS` | integer | 1 | number of processor cores to use for Qemu | | `QEMUCPUS` | integer | 1 | number of processor cores to use for Qemu |
| `QEMURAM` | integer | 1024 | size of RAM to use (in MiB) | | `QEMURAM` | integer | 1024 | size of RAM to use (in MiB) |
| `QEMUTHREADS` | integer | 0 | number of CPU threads to use for Qemu | | `QEMUTHREADS` | integer | 0 | number of CPU threads to use for Qemu |
| `QEMUVGA` | see `qemu-kvm -device help` | `cirrus` (should be set to `std` on Fedora, cirrus driver [was retired](https://lists.fedoraproject.org/pipermail/devel/2014-May/199459.html)) | display device to use for VM | | `QEMUVGA` | `virtio`, `qxl`, `cirrus`, `std` | `std` (effectively) | display device to use for VM (deprecated, use `QEMU_VIDEO_DEVICE`) |
| `QEMU_COMPRESS_QCOW2` | boolean | `false`/not set | compress qcow2 images | | `QEMU_COMPRESS_QCOW2` | boolean | `false`/not set | compress qcow2 images |
| `QEMU_VIDEO_DEVICE` | `virtio`, `qxl`, `cirrus`, `std` | `std` (effectively) | display device to use for VM (deprecated, use `QEMU_VIDEO_DEVICE`) |
| `SKIPTO` | name of snapshot | not set | restore VM from given snapshot - better used with `MAKETESTSNAPSHOTS` | | `SKIPTO` | name of snapshot | not set | restore VM from given snapshot - better used with `MAKETESTSNAPSHOTS` |
| `UEFI` | boolean | `false`/not set | whether to use UEFI (UEFI BIOS files should be installed) | | `UEFI` | boolean | `false`/not set | whether to use UEFI (UEFI BIOS files should be installed) |
| `UEFI_BIOS` | filename | `false`/not set, `ovmf-x86_64-ms.bin` when `UEFI` is set | filename of UEFI BIOS | | `UEFI_BIOS` | filename | `false`/not set, `ovmf-x86_64-ms.bin` when `UEFI` is set | filename of UEFI BIOS |