QEMU is a FAST! processor emulator
- kvm-linux-aio-add-IO_CMD_FDSYNC-command-support.patch [RHEL-42411] - kvm-Revert-monitor-use-aio_co_reschedule_self.patch [RHEL-34618 RHEL-38697] - kvm-aio-warn-about-iohandler_ctx-special-casing.patch [RHEL-34618 RHEL-38697] - kvm-block-crypto-create-ciphers-on-demand.patch [RHEL-36159] - kvm-crypto-block-drop-qcrypto_block_open-n_threads-argum.patch [RHEL-36159] - Resolves: RHEL-42411 (qemu-kvm: linux-aio: add support for IO_CMD_FDSYNC command) - Resolves: RHEL-34618 (aio=io_uring: Assertion failure `luringcb->co->ctx == s->aio_context' with block_resize) - Resolves: RHEL-38697 (aio=native: Assertion failure `laiocb->co->ctx == laiocb->ctx->aio_context' with block_resize) - Resolves: RHEL-36159 (qemu crash on Assertion `block->n_free_ciphers > 0' failed in guest installation with luks and iothread-vq-mapping) |
||
|---|---|---|
| .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-Add-upstream-compatibility-bits.patch | ||
| 0017-x86-rhel-9.4.0-machine-type-compat-fix.patch | ||
| bridge.conf | ||
| gating.yaml | ||
| kvm-aio-warn-about-iohandler_ctx-special-casing.patch | ||
| kvm-block-crypto-create-ciphers-on-demand.patch | ||
| kvm-crypto-block-drop-qcrypto_block_open-n_threads-argum.patch | ||
| kvm-hw-arm-virt-Fix-spurious-call-to-arm_virt_compat_set.patch | ||
| kvm-iotests-test-NBD-TLS-iothread.patch | ||
| kvm-linux-aio-add-IO_CMD_FDSYNC-command-support.patch | ||
| kvm-nbd-server-do-not-poll-within-a-coroutine-context.patch | ||
| kvm-nbd-server-Mark-negotiation-functions-as-coroutine_f.patch | ||
| kvm-qio-Inherit-follow_coroutine_ctx-across-TLS.patch | ||
| kvm-Revert-monitor-use-aio_co_reschedule_self.patch | ||
| kvm-Revert-x86-rhel-9.4.0-machine-type-compat-fix.patch | ||
| kvm-rhel-9.4.0-machine-type-compat-for-virtio-gpu-migrat.patch | ||
| kvm-s390x.conf | ||
| kvm-virtio-gpu-fix-v2-migration.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.