]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Replace init_guest_commpage macro with function
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jul 2025 19:16:37 +0000 (09:16 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 21:04:04 +0000 (07:04 +1000)
commit6e1c4ec4582814537c9a2b4700ff32da44fb27af
treec8bb3807426e1de5860f22bf67c4894f503db55c
parent6a91f64ee12fe54d1a9573e9ecbbae037b113097
linux-user: Replace init_guest_commpage macro with function

Turn the fallback macro into a function.  This will produce
a link error if the other macros are set up incorrectly.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c