qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 17/22] target/i386: make cpu_get_fp80()/cpu_set_


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 17/22] target/i386: make cpu_get_fp80()/cpu_set_fp80() static
Date: Mon, 3 Jul 2017 13:12:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/03/2017 09:34 AM, Paolo Bonzini wrote:
From: Yang Zhong<address@hidden>

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<address@hidden>
Signed-off-by: Paolo Bonzini<address@hidden>
---
  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 <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]