On 07/03/2017 09:34 AM, Paolo Bonzini wrote:
From: Yang Zhong<[email protected]>
Move cpu_get_fp80()/cpu_set_fp80() from fpu_helper.c to
machine.c because fpu_helper.c will be disabled if tcg is
disabled in the build.
Signed-off-by: Yang Zhong<[email protected]>
Signed-off-by: Paolo Bonzini<[email protected]>
---
target/i386/cpu.h | 2 --
target/i386/fpu_helper.c | 18 ------------------
target/i386/machine.c | 18 ++++++++++++++++++
3 files changed, 18 insertions(+), 20 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~