QEMU is a FAST! processor emulator
3cb15f8e48
- kvm-migration-Make-migration-blocker-work-for-snapshots-.patch [bz#1996609] - kvm-migration-Add-migrate_add_blocker_internal.patch [bz#1996609] - kvm-dump-guest-memory-Block-live-migration.patch [bz#1996609] - kvm-spec-Build-the-VDI-block-driver.patch [bz#2013331] - kvm-spec-Explicitly-include-compress-filter.patch [bz#1980035] - Resolves: bz#1996609 (Qemu hit core dump when dump guest memory during live migration) - Resolves: bz#2013331 (RFE: qemu-img cannot convert from vdi format) - Resolves: bz#1980035 (RFE: Enable compress filter so we can create new, compressed qcow2 files via qemu-nbd) |
||
---|---|---|
.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-globally-limit-the-maximum-number-of-CPUs.patch | ||
0015-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch | ||
0016-virtio-scsi-Reject-scsi-cd-if-data-plane-enabled-RHE.patch | ||
0017-BZ1653590-Require-at-least-64kiB-pages-for-downstrea.patch | ||
0018-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch | ||
bridge.conf | ||
gating.yaml | ||
ksm.service | ||
ksm.sysconfig | ||
ksmctl.c | ||
ksmtuned | ||
ksmtuned.conf | ||
ksmtuned.service | ||
kvm-disable-sga-device.patch | ||
kvm-dump-guest-memory-Block-live-migration.patch | ||
kvm-Fix-for-ppc64le-build.patch | ||
kvm-hw-arm-virt-Add-hw_compat_rhel_8_5-to-8.5-machine-ty.patch | ||
kvm-hw-arm-virt-Remove-9.0-machine-type.patch | ||
kvm-migration-Add-migrate_add_blocker_internal.patch | ||
kvm-migration-Make-migration-blocker-work-for-snapshots-.patch | ||
kvm-redhat-Add-s390x-machine-type-compatibility-update-f.patch | ||
kvm-redhat-Define-hw_compat_rhel_8_5.patch | ||
kvm-s390x.conf | ||
kvm-tools-virtiofsd-Add-fstatfs64-syscall-to-the-seccomp.patch | ||
kvm-virtio-balloon-Fix-page-poison-subsection-name.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-8. 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 virt module in the RHEL-8 OSCI environment.