QEMU is a FAST! processor emulator
7fbe0e6b6e
- kvm-qtest-x86-numa-test-do-not-use-the-obsolete-pentium-.patch [RHEL-28972] - kvm-tests-qtest-libqtest-add-qtest_has_cpu_model-api.patch [RHEL-28972] - kvm-tests-qtest-x86-check-for-availability-of-older-cpu-.patch [RHEL-28972] - kvm-target-cpu-models-x86-Remove-the-existing-deprecated.patch [RHEL-28972] - kvm-x86-cpu-deprecate-cpu-models-that-do-not-support-x86.patch [RHEL-28971] - kvm-virtio-gpu-fix-v2-migration.patch [RHEL-36329] - kvm-rhel-9.4.0-machine-type-compat-for-virtio-gpu-migrat.patch [RHEL-36329] - kvm-s390x-remove-deprecated-rhel-machine-types.patch [RHEL-39898] - kvm-s390x-select-correct-components-for-no-board-build.patch [RHEL-39898] - kvm-target-s390x-Add-a-CONFIG-switch-to-disable-legacy-C.patch [RHEL-39898] - kvm-target-s390x-cpu_models-Disable-everything-up-to-the.patch [RHEL-39898] - kvm-target-s390x-Revert-the-old-s390x-CPU-model-disablem.patch [RHEL-39898] - kvm-Revert-monitor-use-aio_co_reschedule_self.patch [RHEL-43409 RHEL-43410] - kvm-aio-warn-about-iohandler_ctx-special-casing.patch [RHEL-43409 RHEL-43410] - Resolves: RHEL-28972 (x86: Remove the existing deprecated CPU models on RHEL10) - Resolves: RHEL-28971 (Consider deprecating CPU models like "Nehalem" / "IvyBridge" on RHEL 10) - Resolves: RHEL-36329 ([RHEL10.0.beta][stable_guest_abi]Failed to migrate VM with (qemu) qemu-kvm: Missing section footer for 0000:00:01.0/virtio-gpu qemu-kvm: load of migration failed: Invalid argument) - Resolves: RHEL-39898 (s390: Remove the legacy CPU models on RHEL10) - Resolves: RHEL-43409 (aio=io_uring: Assertion failure `luringcb->co->ctx == s->aio_context' with block_resize) - Resolves: RHEL-43410 (aio=native: Assertion failure `laiocb->co->ctx == laiocb->ctx->aio_context' with block_resize) |
||
---|---|---|
.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-Add-aarch64-machine-types.patch | ||
0008-Add-s390x-machine-types.patch | ||
0009-Add-x86_64-machine-types.patch | ||
0010-Enable-make-check.patch | ||
0011-vfio-cap-number-of-devices-that-can-be-assigned.patch | ||
0012-Add-support-statement-to-help-output.patch | ||
0013-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch | ||
0014-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch | ||
0015-Add-upstream-compatibility-bits.patch | ||
0016-Disable-FDC-devices.patch | ||
0017-Disable-vga-cirrus-device.patch | ||
bridge.conf | ||
gating.yaml | ||
kvm-aio-warn-about-iohandler_ctx-special-casing.patch | ||
kvm-Enable-vhost-user-snd-pci-device.patch | ||
kvm-qtest-x86-numa-test-do-not-use-the-obsolete-pentium-.patch | ||
kvm-Revert-monitor-use-aio_co_reschedule_self.patch | ||
kvm-rhel-9.4.0-machine-type-compat-for-virtio-gpu-migrat.patch | ||
kvm-s390x-remove-deprecated-rhel-machine-types.patch | ||
kvm-s390x-select-correct-components-for-no-board-build.patch | ||
kvm-s390x.conf | ||
kvm-target-cpu-models-x86-Remove-the-existing-deprecated.patch | ||
kvm-target-s390x-Add-a-CONFIG-switch-to-disable-legacy-C.patch | ||
kvm-target-s390x-cpu_models-Disable-everything-up-to-the.patch | ||
kvm-target-s390x-Revert-the-old-s390x-CPU-model-disablem.patch | ||
kvm-tests-qtest-libqtest-add-qtest_has_cpu_model-api.patch | ||
kvm-tests-qtest-x86-check-for-availability-of-older-cpu-.patch | ||
kvm-virtio-gpu-fix-v2-migration.patch | ||
kvm-x86-cpu-deprecate-cpu-models-that-do-not-support-x86.patch | ||
kvm-x86.conf | ||
kvm.conf | ||
modules-load.conf | ||
qemu-ga.sysconfig | ||
qemu-guest-agent.service | ||
qemu-kvm.spec | ||
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.