On 3/1/21 8:49 AM, Claudio Fontana wrote:
vfp_get_fpsr and vfp_set_fpsr are needed also for KVM.

Signed-off-by: Claudio Fontana<[email protected]>
---
  target/arm/cpu-vfp.h          |  29 +++++
  target/arm/cpu-vfp.c          |  92 +++++++++++++++
  target/arm/kvm/helper-stubs.c |  10 ++
  target/arm/tcg/cpu-vfp.c      | 146 +++++++++++++++++++++++
  target/arm/tcg/vfp_helper.c   | 210 +---------------------------------
  target/arm/meson.build        |   1 +
  target/arm/tcg/meson.build    |   1 +
  7 files changed, 281 insertions(+), 208 deletions(-)
  create mode 100644 target/arm/cpu-vfp.h
  create mode 100644 target/arm/cpu-vfp.c
  create mode 100644 target/arm/tcg/cpu-vfp.c

kvm/helper-stubs.c should be for all !tcg.


r~

Reply via email to