[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] d4f5e5: hw/loongarch: Fix length for lowram i
From: |
Richard Henderson |
Subject: |
[Qemu-commits] [qemu/qemu] d4f5e5: hw/loongarch: Fix length for lowram in ACPI SRAT |
Date: |
Tue, 20 Aug 2024 22:15:20 -0700 |
Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: d4f5e5af86d2e28edb578e556b307e3ad01ebf08
https://github.com/qemu/qemu/commit/d4f5e5af86d2e28edb578e556b307e3ad01ebf08
Author: Jiaxun Yang <jiaxun.yang@flygoat.com>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M hw/loongarch/acpi-build.c
Log Message:
-----------
hw/loongarch: Fix length for lowram in ACPI SRAT
The size of lowram should be "gap" instead of the whole node.
This is failing kernel's sanity check:
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0xffffffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x80000000-0x16fffffff]
[ 0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x170000000-0x26fffffff]
[ 0.000000] Warning: node 0 [mem 0x00000000-0xffffffff] overlaps with itself
[mem 0x80000000-0x16fffffff]
Fixes: fc100011f38d ("hw/loongarch: Refine acpi srat table for numa memory")
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Commit: 3472f54522a928f0020d6928d54c007f862c5478
https://github.com/qemu/qemu/commit/3472f54522a928f0020d6928d54c007f862c5478
Author: Richard Henderson <richard.henderson@linaro.org>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M hw/loongarch/acpi-build.c
Log Message:
-----------
Merge tag 'pull-loongarch-20240821' of https://gitlab.com/gaosong/qemu into
staging
Fix for 9.1
# -----BEGIN PGP SIGNATURE-----
#
# iLMEAAEKAB0WIQS4/x2g0v3LLaCcbCxAov/yOSY+3wUCZsVYjgAKCRBAov/yOSY+
# 306ZA/9/DFdJB5WbVtv8ZNaRKT2jj6N9o5YlLbO1HsdMGpJbDWNJAIrOIdfBCYzF
# oEvjuYItBI9DXcSUE748ucBkct/x4WkBwfL5mxfTRXOhvx3iKFeC2ZKyKPtsciRO
# QE4UDmrFbQ9IrW33Vw0+CRMlN/U8xBO7lPDfbk2MA7fM74ns8A==
# =EbRt
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 21 Aug 2024 01:01:34 PM AEST
# gpg: using RSA key B8FF1DA0D2FDCB2DA09C6C2C40A2FFF239263EDF
# gpg: Good signature from "Song Gao <m17746591750@163.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: B8FF 1DA0 D2FD CB2D A09C 6C2C 40A2 FFF2 3926 3EDF
* tag 'pull-loongarch-20240821' of https://gitlab.com/gaosong/qemu:
hw/loongarch: Fix length for lowram in ACPI SRAT
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Compare: https://github.com/qemu/qemu/compare/f36538b86b9b...3472f54522a9
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications
- [Qemu-commits] [qemu/qemu] d4f5e5: hw/loongarch: Fix length for lowram in ACPI SRAT,
Richard Henderson <=