CBL-Mariner/SPECS/qemu
Dylan Garrett 9f24042120
Patch QEMU to fix CVE-2021-3750 (#5700)
* Pull in CVE-2021-3750 patch

* Fixup patch for qemu 6.2.0

* Bump build ver

* Simplify error in patch
2023-06-19 12:59:31 -07:00
..
0001-acpi-fix-QEMU-crash-when-started-with-SLIC-table.patch
0001-ebpf-replace-deprecated-bpf_program__set_socket_filt.patch
0001-removed-tulip.c-from-build-process-due-to-CVE-2022-2962.patch
0001-sgx-stub-fix.patch
0001-tools-virtiofsd-Add-rseq-syscall-to-the-seccomp-allo.patch
0002-virtiofsd-Do-not-support-blocking-flock.patch
95-kvm-memlock.conf
99-qemu-guest-agent.rules
CVE-2021-3750.patch Patch QEMU to fix CVE-2021-3750 (#5700) 2023-06-19 12:59:31 -07:00
CVE-2021-3929.patch qemu: Patched CVE-2021-3929, CVE-2021-4207 (#4484) 2022-12-22 16:41:22 -08:00
CVE-2021-4158.patch
CVE-2021-4206.patch
CVE-2021-4207.patch qemu: Patched CVE-2021-3929, CVE-2021-4207 (#4484) 2022-12-22 16:41:22 -08:00
CVE-2021-20255.patch
CVE-2022-0358.patch
CVE-2022-1050.patch
CVE-2022-2962.nopatch
CVE-2022-3165.patch Patch CVE-2022-3165 in qemu (#5355) 2023-04-21 21:10:12 -07:00
CVE-2022-3872.patch qemu: Patch CVE-2022-3872 (#4474) 2022-12-20 10:11:37 -08:00
CVE-2022-4144.patch Mitigate CVE-2022-4144 by avoiding buffer overrun in qxl_phys2virt (#4391) 2022-12-12 10:22:19 -08:00
CVE-2022-26353.patch
CVE-2022-26354.patch
CVE-2022-35414.patch
README.tests
bridge.conf
disable_qos_test.patch
fixing-glibc-struct-statx-usage.patch
kvm-s390x.conf
kvm-x86.conf
kvm.conf
qemu-ga.sysconfig
qemu-guest-agent.service
qemu.signatures.json
qemu.spec Patch QEMU to fix CVE-2021-3750 (#5700) 2023-06-19 12:59:31 -07:00
vhost.conf

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-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.