Go to file
Cole Robinson 29db26f008 qemu-6.2.0-10
Make qemu-common own /usr/share/qemu/vhost-user (bz 2086836)
Add virtiofsd to qemu-system-* deps (bz 2083155)
Add qemu-pr-helper to qemu-system-* deps
Fix ACPI SLIC table passthrough (bz 2020186)

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-05-17 15:55:34 -04:00
.fmf
plans
tests
.gitignore
95-kvm-memlock.conf
99-qemu-guest-agent.rules
0001-accel-tcg-Fix-cpu_ldq_be_mmu-typo.patch
0001-acpi-fix-QEMU-crash-when-started-with-SLIC-table.patch
0001-sgx-stub-fix.patch
0001-tools-virtiofsd-Add-rseq-syscall-to-the-seccomp-allo.patch
0001-virtiofsd-Drop-membership-of-all-supplementary-groups.patch
0002-virtiofsd-Do-not-support-blocking-flock.patch
0010-tests-acpi-manually-pad-OEM_ID-OEM_TABLE_ID-for-test.patch
0011-tests-acpi-whitelist-nvdimm-s-SSDT-and-FACP.slic-exp.patch
0012-acpi-fix-OEM-ID-OEM-Table-ID-padding.patch
0013-tests-acpi-test-short-OEM_ID-OEM_TABLE_ID-values-in-.patch
0014-block-qdict-Fix-Werror-maybe-uninitialized-build-fai.patch
0015-hw-i386-amd_iommu-Fix-maybe-uninitialized-error-with.patch
0016-Update-bios-table-test-blobs-after-bugfix-backports.patch
bridge.conf
gating.yaml
kvm-s390x.conf
kvm-x86.conf
kvm.conf
qemu-ga.sysconfig
qemu-guest-agent.service
qemu.spec qemu-6.2.0-10 2022-05-17 15:55:34 -04:00
README.tests
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.