QEMU is a FAST! processor emulator
- kvm-qapi-machine-s390x-add-QAPI-event-SCLP_CPI_INFO_AVAI.patch [RHEL-104009 RHEL-105823 RHEL-73008] - kvm-tests-functional-add-tests-for-SCLP-event-CPI.patch [RHEL-104009 RHEL-105823 RHEL-73008] - kvm-redhat-Add-new-rhel9.8.0-and-rhel10.2.0-machine-type.patch [RHEL-104009 RHEL-105823 RHEL-73008] - kvm-vfio-rename-field-to-num_initial_regions.patch [RHEL-118810] - kvm-vfio-only-check-region-info-cache-for-initial-region.patch [RHEL-118810] - kvm-arm-create-new-rhel-10.2-specific-virt-machine-type.patch [RHEL-105826 RHEL-105828] - kvm-arm-create-new-rhel-9.8-specific-virt-machine-type.patch [RHEL-105826 RHEL-105828] - kvm-x86-create-new-rhel-10.2-specific-pc-q35-machine-typ.patch [RHEL-105826 RHEL-105828] - kvm-x86-create-new-rhel-9.8-specific-pc-q35-machine-type.patch [RHEL-105826 RHEL-105828] - kvm-rh-enable-CONFIG_USB_STORAGE_BOT.patch [RHEL-101929] - Resolves: RHEL-104009 ([IBM 10.2 FEAT] KVM: Enhance machine type definition to include CPI and PCI passthru capabilities (qemu)) - Resolves: RHEL-105823 (Add new -rhel10.2.0 machine type to qemu-kvm [s390x]) - Resolves: RHEL-73008 ([IBM 10.2 FEAT] KVM: Implement Control Program Identification (qemu)) - Resolves: RHEL-118810 ([RHEL 10.2] Windows 11 VM fails to boot up with ramfb='on' with QEMU 10.1) - Resolves: RHEL-105826 (Add new -rhel10.2.0 machine type to qemu-kvm [aarch64]) - Resolves: RHEL-105828 (Add new -rhel10.2.0 machine type to qemu-kvm [x86_64]) - Resolves: RHEL-101929 (enable 'usb-bot' device for proper support of USB CD-ROM drives via libvirt ) |
||
|---|---|---|
| .gitignore | ||
| 95-kvm-memlock.conf | ||
| 99-qemu-guest-agent.rules | ||
| 0004-Initial-redhat-build.patch | ||
| 0005-Enable-disable-devices-for-RHEL.patch | ||
| 0006-Machine-type-related-general-changes.patch | ||
| 0007-meson-temporarily-disable-Wunused-function.patch | ||
| 0008-Remove-upstream-machine-types-for-aarch64-s390x-and-.patch | ||
| 0009-Adapt-versioned-machine-type-macros-for-RHEL.patch | ||
| 0010-Increase-deletion-schedule-to-4-releases.patch | ||
| 0011-Add-downstream-aarch64-versioned-virt-machine-types.patch | ||
| 0012-Add-downstream-s390x-versioned-s390-ccw-virtio-machi.patch | ||
| 0013-Add-downstream-x86_64-versioned-pc-q35-machine-types.patch | ||
| 0014-Disable-virtio-net-pci-romfile-loading-on-riscv64.patch | ||
| 0015-Revert-meson-temporarily-disable-Wunused-function.patch | ||
| 0016-Enable-make-check.patch | ||
| 0017-vfio-cap-number-of-devices-that-can-be-assigned.patch | ||
| 0018-Add-support-statement-to-help-output.patch | ||
| 0019-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch | ||
| 0020-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch | ||
| 0021-file-posix-Define-DM_MPATH_PROBE_PATHS.patch | ||
| bridge.conf | ||
| gating.yaml | ||
| kvm-arm-create-new-rhel-9.8-specific-virt-machine-type.patch | ||
| kvm-arm-create-new-rhel-10.2-specific-virt-machine-type.patch | ||
| kvm-arm-kvm-report-registers-we-failed-to-set.patch | ||
| kvm-e1000e-Prevent-crash-from-legacy-interrupt-firing-af.patch | ||
| kvm-pcie_sriov-make-pcie_sriov_pf_exit-safe-on-non-SR-IO.patch | ||
| kvm-qapi-machine-s390x-add-QAPI-event-SCLP_CPI_INFO_AVAI.patch | ||
| kvm-redhat-Add-new-rhel9.8.0-and-rhel10.2.0-machine-type.patch | ||
| kvm-rh-enable-CONFIG_USB_STORAGE_BOT.patch | ||
| kvm-s390x.conf | ||
| kvm-target-i386-add-compatibility-property-for-arch_capa.patch | ||
| kvm-target-i386-add-compatibility-property-for-pdcm-feat.patch | ||
| kvm-tests-functional-add-tests-for-SCLP-event-CPI.patch | ||
| kvm-vfio-only-check-region-info-cache-for-initial-region.patch | ||
| kvm-vfio-rename-field-to-num_initial_regions.patch | ||
| kvm-x86-create-new-rhel-9.8-specific-pc-q35-machine-type.patch | ||
| kvm-x86-create-new-rhel-10.2-specific-pc-q35-machine-typ.patch | ||
| kvm-x86.conf | ||
| kvm.conf | ||
| modules-load.conf | ||
| qemu-ga.sysconfig | ||
| qemu-guest-agent.service | ||
| qemu-kvm.spec | ||
| README.rst | ||
| README.tests | ||
| rpminspect.yaml | ||
| sources | ||
| vhost.conf | ||
qemu-kvm-tests README
=====================
The qemu-kvm-tests rpm contains tests that can be used to verify the
functionality of the installed qemu-kvm package
When installed, the files from this rpm will be arranged in the following
directory structure
tests-src/
├── README
├── scripts
│ ├── qemu.py
│ └── qmp
└── tests
├── acceptance
├── Makefile.include
└── qemu-iotests
The tests/ directory within the tests-src/ directory is setup to remain a copy
of a subset of the tests/ directory from the QEMU source tree
The avocado_qemu tests and qemu-iotests, along with files required for the
execution of the avocado_qemu tests (scripts/qemu.py and scripts/qmp/) will be
installed in a new location - /usr/lib64/qemu-kvm/tests-src/
avocado_qemu tests:
The avocado_qemu tests can be executed by running the following avocado command:
avocado run -p qemu_bin=/usr/libexec/qemu-kvm /usr/lib64/qemu-kvm/tests/acceptance/
Avocado needs to be installed separately using either pip or from source as
Avocado is not being packaged for RHEL.
qemu-iotests:
symlinks to corresponding binaries need to be created for QEMU_PROG,
QEMU_IO_PROG, QEMU_IMG_PROG, and QEMU_NBD_PROG before the iotests can be
executed.
The primary purpose of this package is to make these tests available to be
executed as gating tests for the qemu-kvm in the RHEL OSCI environment.