]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user, bsd-user: disable on unsupported host architectures
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Sep 2022 16:22:39 +0000 (18:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Sep 2023 21:44:39 +0000 (23:44 +0200)
commit473cd070b11ab1e8aa6085202170e48c356778e8
tree3b611e67017ba884ba202593bfd6bcb7f8af6ae1
parent17780edd81d27fcfdb7a802efc870a99788bd2fc
linux-user, bsd-user: disable on unsupported host architectures

Safe signal handling around system calls is mandatory for user-mode
emulation, and requires a small piece of handwritten assembly code.
So refuse to compile unless the common-user/host subdirectory exists
for the host architecture that was detected or selected with --cpu.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure