Hi qemu community, We are working on some open source project which uses qemu on mac, and we have some signing process to sign qemu-system-x86_64. If qemu-system-x86_64 is not signed, we don’t see any problem, but after sign it, we got the following error:
qemu-system-x86_64 -M none -netdev help]: stdout=\"Accelerators supported in QEMU binary:\\ntcg\\nhax\\nhvf\\n\", stderr=\"qemu-system-x86_64: allocate 1073741824 bytes for jit buffer: Invalid argument Does anyone has clue about what change may result in this failure? Thanks, Kevin