QEMU is a FAST! processor emulator
- kvm-hw-scsi-scsi-disk-Disallow-block-sizes-smaller-than-.patch [RHEL-2828] - kvm-Enable-igb-on-x86_64.patch [RHEL-1308] - kvm-host-include-generic-host-atomic128-Fix-compilation-.patch [RHEL-12991] - kvm-Enable-qemu-kvm-device-usb-redirec-for-aarch64.patch [RHEL-7561] - Resolves: RHEL-2828 (CVE-2023-42467 qemu-kvm: qemu: denial of service due to division by zero [rhel-9]) - Resolves: RHEL-1308 ([RFE] iGB: Add an emulated SR-IOV network card) - Resolves: RHEL-12991 (qemu-kvm fails to build on s390x with clang-17) - Resolves: RHEL-7561 (Missing the rpm package qemu-kvm-device-usb-redirect on Arm64 platform) |
||
|---|---|---|
| .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-ppc64-machine-types.patch | ||
| 0009-Add-s390x-machine-types.patch | ||
| 0010-Add-x86_64-machine-types.patch | ||
| 0011-Enable-make-check.patch | ||
| 0012-vfio-cap-number-of-devices-that-can-be-assigned.patch | ||
| 0013-Add-support-statement-to-help-output.patch | ||
| 0014-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch | ||
| 0015-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch | ||
| 0016-vdpa-use-first-queue-SVQ-state-for-CVQ-default.patch | ||
| 0017-vdpa-export-vhost_vdpa_set_vring_ready.patch | ||
| 0018-vdpa-rename-vhost_vdpa_net_load-to-vhost_vdpa_net_cv.patch | ||
| 0019-vdpa-move-vhost_vdpa_set_vring_ready-to-the-caller.patch | ||
| 0020-vdpa-remove-net-cvq-migration-blocker.patch | ||
| 0021-Add-machine-types-compat-bits.patch | ||
| 0022-Fix-x86-machine-type-compatibility-for-qemu-kvm-8.1..patch | ||
| bridge.conf | ||
| gating.yaml | ||
| kvm-Enable-igb-on-x86_64.patch | ||
| kvm-file-posix-Check-bs-bl.zoned-for-zone-info.patch | ||
| kvm-file-posix-Clear-bs-bl.zoned-on-error.patch | ||
| kvm-file-posix-Fix-zone-update-in-I-O-error-path.patch | ||
| kvm-file-posix-Simplify-raw_co_prw-s-out-zone-code.patch | ||
| kvm-host-include-generic-host-atomic128-Fix-compilation-.patch | ||
| kvm-hw-scsi-scsi-disk-Disallow-block-sizes-smaller-than-.patch | ||
| kvm-migration-Consolidate-return-path-closing-code.patch | ||
| kvm-migration-Fix-possible-race-when-setting-rp_state.er.patch | ||
| kvm-migration-Fix-possible-race-when-shutting-down-to_ds.patch | ||
| kvm-migration-Fix-possible-races-when-shutting-down-the-.patch | ||
| kvm-migration-Fix-race-that-dest-preempt-thread-close-to.patch | ||
| kvm-migration-Move-return-path-cleanup-to-main-migration.patch | ||
| kvm-migration-Remove-redundant-cleanup-of-postcopy_qemuf.patch | ||
| kvm-migration-Replace-the-return-path-retry-logic.patch | ||
| kvm-s390x.conf | ||
| kvm-tests-file-io-error-New-test.patch | ||
| kvm-virtio-Drop-out-of-coroutine-context-in-virtio_load.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.