summary refs log tree commit diff stats
path: root/hw/core/machine-qmp-cmds.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@rabson.org>2022-12-10 08:38:04 +0000
committerWarner Losh <imp@bsdimp.com>2023-03-01 11:09:18 -0700
commit4cf41e80848bdca274b350b878881e2fa809ea0a (patch)
treef5f19122935301139ac70bf0b3a609cb6cb9f044 /hw/core/machine-qmp-cmds.c
parent627634031092e1514f363fd8659a579398de0f0e (diff)
downloadfocaccia-qemu-4cf41e80848bdca274b350b878881e2fa809ea0a.tar.gz
focaccia-qemu-4cf41e80848bdca274b350b878881e2fa809ea0a.zip
bsd-user: Don't truncate the return value from freebsd_syscall
System call return values on FreeBSD are in a register (which is spelled
abi_long in qemu). This was being assigned into an int variable which
causes problems for 64bit targets.

Resolves: https://github.com/qemu-bsd-user/qemu-bsd-user/issues/40
Signed-off-by: Doug Rabson <dfr@rabson.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
[ Edited commit message for upstreaming into qemu-project ]
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/core/machine-qmp-cmds.c')
0 files changed, 0 insertions, 0 deletions