Go to file
Cole Robinson 993dac8a6a BuildRequires: (pipewire-jack-XXX or jack-XXX)
pipewire-jack-audio-connection-kit is a drop in replacement
for jack-audio-connection-kit, but they have package conflicts.

The former is pulled in by default for Fedora Workstation, so prefer
its matching -devel variant, so `dnf builddep` has a chance to work
and not error due to the conflict.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-06-07 10:26:07 -04:00
.fmf
plans
tests
.gitignore
95-kvm-memlock.conf spec: More RHEL merging 2021-06-23 11:50:54 -04:00
99-qemu-guest-agent.rules
0001-accel-tcg-Fix-cpu_ldq_be_mmu-typo.patch Fix for s390x emulation breaking Python (RHBZ#2080519) 2022-05-05 13:15:36 +01:00
0001-acpi-fix-QEMU-crash-when-started-with-SLIC-table.patch acpi: fix QEMU crash when started with SLIC table (RHBZ#2072303) 2022-04-06 09:55:12 +01:00
0001-sgx-stub-fix.patch Fix non-SGX builds 2022-02-02 10:47:02 +01:00
0001-tools-virtiofsd-Add-rseq-syscall-to-the-seccomp-allo.patch Backport virtiofsd changes to fix crashes on F36+ 2022-04-01 18:18:13 -04:00
0001-virtiofsd-Drop-membership-of-all-supplementary-groups.patch virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358) 2022-02-09 13:59:58 -03:00
0002-virtiofsd-Do-not-support-blocking-flock.patch Backport virtiofsd changes to fix crashes on F36+ 2022-04-01 18:18:13 -04:00
0010-tests-acpi-manually-pad-OEM_ID-OEM_TABLE_ID-for-test.patch Another attempt at SLIC bug fix 2022-05-17 15:55:12 -04:00
0011-tests-acpi-whitelist-nvdimm-s-SSDT-and-FACP.slic-exp.patch Another attempt at SLIC bug fix 2022-05-17 15:55:12 -04:00
0012-acpi-fix-OEM-ID-OEM-Table-ID-padding.patch Another attempt at SLIC bug fix 2022-05-17 15:55:12 -04:00
0013-tests-acpi-test-short-OEM_ID-OEM_TABLE_ID-values-in-.patch Another attempt at SLIC bug fix 2022-05-17 15:55:12 -04:00
0014-block-qdict-Fix-Werror-maybe-uninitialized-build-fai.patch Another attempt at SLIC bug fix 2022-05-17 15:55:12 -04:00
0015-hw-i386-amd_iommu-Fix-maybe-uninitialized-error-with.patch Another attempt at SLIC bug fix 2022-05-17 15:55:12 -04:00
0016-Update-bios-table-test-blobs-after-bugfix-backports.patch Another attempt at SLIC bug fix 2022-05-17 15:55:12 -04:00
bridge.conf
gating.yaml Rename gating.yml -> gating.yaml 2021-07-15 11:22:56 -04:00
kvm-s390x.conf spec: Merge arch specific kvm.conf files from RHEL 2021-06-23 11:50:58 -04:00
kvm-x86.conf spec: Merge arch specific kvm.conf files from RHEL 2021-06-23 11:50:58 -04:00
kvm.conf spec: Merge arch specific kvm.conf files from RHEL 2021-06-23 11:50:58 -04:00
qemu-ga.sysconfig
qemu-guest-agent.service
qemu.spec BuildRequires: (pipewire-jack-XXX or jack-XXX) 2022-06-07 10:26:07 -04:00
README.tests spec: More RHEL merging 2021-06-23 11:50:54 -04:00
sources qemu-6.2.0 2021-12-15 12:22:07 -03:00
vhost.conf spec: More RHEL merging 2021-06-23 11:50:54 -04:00

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.