Bug 1380310
Summary: | match the OEM ID and OEM Table ID fields of the FADT and the RSDT to those of the SLIC [7.2.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Marcel Kolaja <mkolaja> |
Component: | qemu-kvm-rhev | Assignee: | Laszlo Ersek <lersek> |
Status: | CLOSED ERRATA | QA Contact: | jingzhao <jinzhao> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.1 | CC: | alex3kov, areis, bloch, chayang, ehabkost, f.gruenbichler, gbailey, huding, jherrman, juzhang, knoel, lersek, lijin, makhomed, martin, Michael, michen, mprivozn, mrezanin, mst, obockows, pbonzini, rjones, sfalpha, s.kieske, virt-maint, xfu |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.3.0-31.el7_2.23 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1248758 | Environment: | |
Last Closed: | 2016-11-17 15:01:59 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1248758 | ||
Bug Blocks: |
Description
Marcel Kolaja
2016-09-29 09:23:21 UTC
Testing instructions as per bug 1248758 comment 42. Fix included in qemu-kvm-rhev-2.3.0-31.el7_2.23 According to bug 1248758 comment 42. Reproduce the bz on qemu-kvm-rhev-2.3.0-31.el7_2.21.x86_64 [root@dhcp-66-148-176 ~]# dmesg -t | egrep '^ACPI: [A-Z]{4} ' | tee tables.pre.txt ACPI: RSDT 000000007ffe16e3 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) ACPI: FACP 000000007ffe0c14 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) .... ACPI: SLIC 000000007ffe16bf 00024 (v01 ABRACA DABRAXYZ 01020304 QUUX 05060708) Verified it on qemu-kvm-rhev-2.3.0-31.el7_2.23.x86_64 [root@dhcp-66-148-176 ~]# dmesg -t | egrep '^ACPI: [A-Z]{4} ' | tee tables.txt ACPI: RSDT 000000007ffe16e3 00034 (v01 ABRACA DABRAXYZ 00000001 BXPC 00000001) ACPI: FACP 000000007ffe0c14 00074 (v01 ABRACA DABRAXYZ 00000001 BXPC 00000001) ..... ACPI: SLIC 000000007ffe16bf 00024 (v01 ABRACA DABRAXYZ 01020304 QUUX 05060708) [root@dhcp-66-148-176 ~]# diff tables.pre.txt tables.txt 2,3c2,3 < ACPI: RSDT 000000007ffe16e3 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) < ACPI: FACP 000000007ffe0c14 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) --- > ACPI: RSDT 000000007ffe16e3 00034 (v01 ABRACA DABRAXYZ 00000001 BXPC 00000001) > ACPI: FACP 000000007ffe0c14 00074 (v01 ABRACA DABRAXYZ 00000001 BXPC 00000001) Thanks Jing Zhao Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2803.html |