]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/qemu: Remove ifndef CONFIG_USER_ONLY from accel.h
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 13 Mar 2025 03:18:08 +0000 (20:18 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:44 +0000 (14:08 -0700)
commitc09a2edce0b0764698f61073e968288820b0941c
treea4690dc3c64507b97d23ff52285aced1d2ee90db
parent4d9baad7dc1d57cc3fe7d71d16431ccff203dfbb
include/qemu: Remove ifndef CONFIG_USER_ONLY from accel.h

While setup_post and has_memory will not be used for
CONFIG_USER_ONLY, let the struct have constant layout.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/qemu/accel.h