CBL-Mariner/SPECS/qemu
Nan Liu 049cb15f04
qemu: Patched CVE-2021-3929, CVE-2021-4207 (#4484)
* qemu:Patched CVE-2021-3929, CVE-2021-4207

* Fix spelling issue
2022-12-22 16:41:22 -08:00
..
0001-acpi-fix-QEMU-crash-when-started-with-SLIC-table.patch Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
0001-ebpf-replace-deprecated-bpf_program__set_socket_filt.patch libbpf: bump version to 1.0.0 (#3725) 2022-09-19 08:34:19 +05:30
0001-removed-tulip.c-from-build-process-due-to-CVE-2022-2962.patch removed tulip.c from build process due to CVE-2022-2962 (#3854) 2022-09-29 14:26:54 -07:00
0001-sgx-stub-fix.patch Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
0001-tools-virtiofsd-Add-rseq-syscall-to-the-seccomp-allo.patch Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
0002-virtiofsd-Do-not-support-blocking-flock.patch Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
95-kvm-memlock.conf
99-qemu-guest-agent.rules
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 Patch qemu CVE-2021-4158 (#3696) 2022-09-07 11:11:39 -07:00
CVE-2021-4206.patch qemu: address CVE-2021-4206 (#3173) 2022-06-16 08:40:49 +05:30
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 Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
CVE-2022-0358.patch Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
CVE-2022-1050.patch Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
CVE-2022-2962.nopatch removed tulip.c from build process due to CVE-2022-2962 (#3854) 2022-09-29 14:26:54 -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 qemu: add patch for CVE-2022-26353 (#3042) 2022-05-23 11:05:27 -07:00
CVE-2022-26354.patch Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
CVE-2022-35414.patch qemu : fix CVE-2022-35414 (#3597) 2022-08-23 13:31:20 +02:00
README.tests
bridge.conf
disable_qos_test.patch Skip qos test for qemu (#1825) 2022-01-05 09:10:17 +05:30
fixing-glibc-struct-statx-usage.patch
kvm-s390x.conf
kvm-x86.conf
kvm.conf
qemu-ga.sysconfig
qemu-guest-agent.service
qemu.signatures.json Update qemu to 6.2.0 (#2922) 2022-05-02 10:25:25 -07:00
qemu.spec qemu: Patched CVE-2021-3929, CVE-2021-4207 (#4484) 2022-12-22 16:41:22 -08: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.