aboutsummaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-02-14 04:18:01 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-02-29 11:35:37 -1000
commitb816e1b5ba58a986b10cd830d6617f351979ab91 (patch)
treec1a015991fff805bc2bb23c469865b8129241a40 /include/hw
parentf2ffdfab7e5ae5217567508bb74c329e3b19dd44 (diff)
downloadqemu-b816e1b5ba58a986b10cd830d6617f351979ab91.zip
qemu-b816e1b5ba58a986b10cd830d6617f351979ab91.tar.gz
qemu-b816e1b5ba58a986b10cd830d6617f351979ab91.tar.bz2
linux-user: Remove pgb_dynamic alignment assertion
The assertion was never correct, because the alignment is a composite of the image alignment and SHMLBA. Even if the image alignment didn't match the image address, an assertion would not be correct -- more appropriate would be an error message about an ill formed image. But the image cannot be held to SHMLBA under any circumstances. Fixes: ee94743034b ("linux-user: completely re-write init_guest_space") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2157 Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reported-by: Alexey Sheplyakov <asheplyakov@yandex.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'include/hw')
0 files changed, 0 insertions, 0 deletions