diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-05-16 19:01:31 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-03-06 13:15:42 +0100 |
commit | 1f649fe088fc6ac119ebdffa9a7691f25a02e937 (patch) | |
tree | 3bb4d9464b3e3387660ff6746a602579575ce9d9 /version.rc | |
parent | e52fc5e15606a270f5961a231b3806b1bba689d5 (diff) | |
download | qemu-1f649fe088fc6ac119ebdffa9a7691f25a02e937.zip qemu-1f649fe088fc6ac119ebdffa9a7691f25a02e937.tar.gz qemu-1f649fe088fc6ac119ebdffa9a7691f25a02e937.tar.bz2 |
exec/cpu: Make address_space_init/reloading_memory_map target agnostic
cpu_address_space_init() and cpu_reloading_memory_map() are
target-agnostic, but are declared in "exec/exec-all.h" which
contains target-specific declarations. Any target-agnostic
source including "exec/exec-all.h" becomes target-specific and
we have to compile it N times for the N targets built. In order
to avoid that, move the declarations to "exec/cpu-common.h" which
only contains target-agnostic declarations.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220207075426.81934-20-f4bug@amsat.org>
Diffstat (limited to 'version.rc')
0 files changed, 0 insertions, 0 deletions