QEMU is a FAST! processor emulator
- kvm-block-Expand-block-status-mode-from-bool-to-flags.patch [RHEL-88435 RHEL-88437] - kvm-file-posix-gluster-Handle-zero-block-status-hint-bet.patch [RHEL-88435 RHEL-88437] - kvm-block-Let-bdrv_co_is_zero_fast-consolidate-adjacent-.patch [RHEL-88435 RHEL-88437] - kvm-block-Add-new-bdrv_co_is_all_zeroes-function.patch [RHEL-88435 RHEL-88437] - kvm-iotests-Improve-iotest-194-to-mirror-data.patch [RHEL-88435 RHEL-88437] - kvm-mirror-Minor-refactoring.patch [RHEL-88435 RHEL-88437] - kvm-mirror-Pass-full-sync-mode-rather-than-bool-to-inter.patch [RHEL-88435 RHEL-88437] - kvm-mirror-Allow-QMP-override-to-declare-target-already-.patch [RHEL-88435 RHEL-88437] - kvm-mirror-Drop-redundant-zero_target-parameter.patch [RHEL-88435 RHEL-88437] - kvm-mirror-Skip-pre-zeroing-destination-if-it-is-already.patch [RHEL-88435 RHEL-88437] - kvm-mirror-Skip-writing-zeroes-when-target-is-already-ze.patch [RHEL-88435 RHEL-88437] - kvm-iotests-common.rc-add-disk_usage-function.patch [RHEL-88435 RHEL-88437] - kvm-tests-Add-iotest-mirror-sparse-for-recent-patches.patch [RHEL-88435 RHEL-88437] - kvm-mirror-Reduce-I-O-when-destination-is-detect-zeroes-.patch [RHEL-88435 RHEL-88437] - Resolves: RHEL-88435 (--migrate-disks-detect-zeroes doesn't take effect for disk migration [rhel-10.1]) - Resolves: RHEL-88437 (Disk size of target raw image is full allocated when doing mirror with default discard value [rhel-10.1]) |
||
---|---|---|
.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-Revert-meson-temporarily-disable-Wunused-function.patch | ||
0015-Enable-make-check.patch | ||
0016-vfio-cap-number-of-devices-that-can-be-assigned.patch | ||
0017-Add-support-statement-to-help-output.patch | ||
0018-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch | ||
0019-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch | ||
bridge.conf | ||
gating.yaml | ||
kvm-block-Add-new-bdrv_co_is_all_zeroes-function.patch | ||
kvm-block-Expand-block-status-mode-from-bool-to-flags.patch | ||
kvm-block-io-skip-head-tail-requests-on-EINVAL.patch | ||
kvm-block-Let-bdrv_co_is_zero_fast-consolidate-adjacent-.patch | ||
kvm-docs-Don-t-define-duplicate-label-in-qemu-block-driv.patch | ||
kvm-Enable-vhost-user-gpu-pci-for-RHIVOS.patch | ||
kvm-file-posix-Fix-crash-on-discard_granularity-0.patch | ||
kvm-file-posix-gluster-Handle-zero-block-status-hint-bet.patch | ||
kvm-file-posix-probe-discard-alignment-on-Linux-block-de.patch | ||
kvm-iotests-common.rc-add-disk_usage-function.patch | ||
kvm-iotests-Improve-iotest-194-to-mirror-data.patch | ||
kvm-meson-configure-add-valgrind-option-en-dis-able-valg.patch | ||
kvm-migration-postcopy-Spatial-locality-page-hint-for-pr.patch | ||
kvm-mirror-Allow-QMP-override-to-declare-target-already-.patch | ||
kvm-mirror-Drop-redundant-zero_target-parameter.patch | ||
kvm-mirror-Minor-refactoring.patch | ||
kvm-mirror-Pass-full-sync-mode-rather-than-bool-to-inter.patch | ||
kvm-mirror-Reduce-I-O-when-destination-is-detect-zeroes-.patch | ||
kvm-mirror-Skip-pre-zeroing-destination-if-it-is-already.patch | ||
kvm-mirror-Skip-writing-zeroes-when-target-is-already-ze.patch | ||
kvm-s390x.conf | ||
kvm-tests-Add-iotest-mirror-sparse-for-recent-patches.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.