You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu-kvm/SOURCES
MSVSphere Packaging Team 581d808e17
import qemu-kvm-9.1.0-2.el10
3 weeks ago
..
0004-Initial-redhat-build.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0005-Enable-disable-devices-for-RHEL.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0006-Machine-type-related-general-changes.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0007-meson-temporarily-disable-Wunused-function.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0008-Remove-upstream-machine-types-for-aarch64-s390x-and-.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0009-Adapt-versioned-machine-type-macros-for-RHEL.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0010-Increase-deletion-schedule-to-4-releases.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0011-Add-downstream-aarch64-versioned-virt-machine-types.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0012-Add-downstream-s390x-versioned-s390-ccw-virtio-machi.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0013-Add-downstream-x86_64-versioned-pc-q35-machine-types.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0014-Revert-meson-temporarily-disable-Wunused-function.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0015-Enable-make-check.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0016-vfio-cap-number-of-devices-that-can-be-assigned.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0017-Add-support-statement-to-help-output.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0018-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0019-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0021-Add-upstream-compatibility-bits.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0022-redhat-Add-QEMU-9.1-compat-handling-to-the-s390x-mac.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0023-redhat-Add-rhel9.6.0-and-rhel10.0.0-machine-types.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0024-x86-ensure-compatibility-of-pc-q35-rhel9.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
0025-arm-ensure-compatibility-of-virt-rhel9.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
95-kvm-memlock.conf import qemu-kvm-9.1.0-2.el10 3 weeks ago
99-qemu-guest-agent.rules import qemu-kvm-9.1.0-2.el10 3 weeks ago
README.tests import qemu-kvm-9.1.0-2.el10 3 weeks ago
bridge.conf import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-RH-Author-Shaoqin-Huang-shahuang-redhat.com.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-arm-create-new-virt-machine-type-for-rhel-9.6.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-arm-create-virt-machine-type-for-rhel10.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-qemu-guest-agent-Update-the-logfile-path-of-qga-fsfr.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-remove-stale-compat-definitions.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-s390x.conf import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-x86-create-new-pc-q35-machine-type-for-rhel-9.6.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-x86-create-pc-i440fx-machine-type-for-rhel10.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-x86-create-pc-q35-machine-type-for-rhel10.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-x86-remove-deprecated-rhel-machine-types.patch import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm-x86.conf import qemu-kvm-9.1.0-2.el10 3 weeks ago
kvm.conf import qemu-kvm-9.1.0-2.el10 3 weeks ago
modules-load.conf import qemu-kvm-9.1.0-2.el10 3 weeks ago
qemu-ga.sysconfig import qemu-kvm-9.1.0-2.el10 3 weeks ago
qemu-guest-agent.service import qemu-kvm-9.1.0-2.el10 3 weeks ago
vhost.conf import qemu-kvm-9.1.0-2.el10 3 weeks ago

README.tests

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.