Re: [Qemu-devel] [PATCH v3 3/7] target/riscv: Create function to test if FP is enabled

2019-08-16 Thread Bin Meng
On Fri, Aug 16, 2019 at 5:42 AM Alistair Francis wrote: > > Let's create a function that tests if floating point support is > enabled. We can then protect all floating point operations based on if > they are enabled. > > This patch so far doesn't change anything, it's just preparing for the >

[Qemu-devel] [PATCH v3 3/7] target/riscv: Create function to test if FP is enabled

2019-08-15 Thread Alistair Francis
Let's create a function that tests if floating point support is enabled. We can then protect all floating point operations based on if they are enabled. This patch so far doesn't change anything, it's just preparing for the Hypervisor support for floating point operations. Signed-off-by: