]> Git Repo - qemu.git/commit
tcg: Add --accel tcg,split-wx property
authorRichard Henderson <[email protected]>
Thu, 29 Oct 2020 03:50:29 +0000 (20:50 -0700)
committerRichard Henderson <[email protected]>
Thu, 7 Jan 2021 15:09:41 +0000 (05:09 -1000)
commita35b3e14157b9d912898d4800f329dc5f3c200a6
tree406e0b8b0d9efdd5da62455db20d8e31b8c5cb02
parent6bc144237a857bc1238e5dcbc0b4f4ed94929463
tcg: Add --accel tcg,split-wx property

Plumb the value through to alloc_code_gen_buffer.  This is not
supported by any os or tcg backend, so for now enabling it will
result in an error.

Reviewed-by: Joelle van Dyne <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
15 files changed:
accel/tcg/tcg-all.c
accel/tcg/translate-all.c
bsd-user/main.c
include/sysemu/tcg.h
linux-user/main.c
qemu-options.hx
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/mips/tcg-target.h
tcg/ppc/tcg-target.h
tcg/riscv/tcg-target.h
tcg/s390/tcg-target.h
tcg/sparc/tcg-target.h
tcg/tci/tcg-target.h
This page took 0.028658 seconds and 4 git commands to generate.