]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Add target_arch_reg to describe a target's register set
authorWarner Losh <imp@FreeBSD.org>
Fri, 6 Aug 2021 20:02:10 +0000 (14:02 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commite4442059ddcc985207ac857a9509a606fe4bd179
treeca0fbfefe5395bc82ed6315ad4317f00f8fff2eb
parent6a3b9bfde0aff84d1bf2901c89a0d7485e1229d0
bsd-user: Add target_arch_reg to describe a target's register set

target_reg_t is the normal register. target_fpreg_t is the floating
point registers. target_copy_regs copies the registers out of CPU
context for things like core dumps.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/i386/target_arch_reg.h [new file with mode: 0644]
bsd-user/x86_64/target_arch_reg.h [new file with mode: 0644]