Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
qemu-testsuite.20395
0238-libqos-pci-pc-use-32-bit-write-for-.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0238-libqos-pci-pc-use-32-bit-write-for-.patch of Package qemu-testsuite.20395
From: Jose R Ziviani <jose.ziviani@suse.com> Date: Tue, 11 May 2021 07:55:42 -0600 Subject: libqos: pci-pc: use 32-bit write for EJ register Git-commit: 4b7c06837ae0b1ff56473202a42e7e386f53d6db References: bsc#1172382 CVE-2020-13754 The memory region ops have min_access_size == 4 so obey it. Tested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jose R Ziviani <jose.ziviani@suse.com> --- tests/libqos/pci-pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libqos/pci-pc.c b/tests/libqos/pci-pc.c index ded1c54c063829e657cf92bcd592..024028e4e76351e5ccfb236d5439 100644 --- a/tests/libqos/pci-pc.c +++ b/tests/libqos/pci-pc.c @@ -171,7 +171,7 @@ void qpci_unplug_acpi_device_test(const char *id, uint8_t slot) g_assert(!qdict_haskey(response, "error")); QDECREF(response); - outb(ACPI_PCIHP_ADDR + PCI_EJ_BASE, 1 << slot); + outl(ACPI_PCIHP_ADDR + PCI_EJ_BASE, 1 << slot); response = qmp(""); g_assert(response);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor