[PATCH 0/2] target/hppa: Extract System/FPU helpers from op_helper.c

Philippe Mathieu-Daudé posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221217173219.8715-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>
target/hppa/fpu_helper.c | 450 ++++++++++++++++++++++++++++++++++
target/hppa/meson.build  |   2 +
target/hppa/op_helper.c  | 504 ---------------------------------------
target/hppa/sys_helper.c |  99 ++++++++
4 files changed, 551 insertions(+), 504 deletions(-)
create mode 100644 target/hppa/fpu_helper.c
create mode 100644 target/hppa/sys_helper.c
[PATCH 0/2] target/hppa: Extract System/FPU helpers from op_helper.c
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
Extract 500 lines of op_helper.c into 2 new files: sys_helper.c
and fpu_helper.c, easing my life with "cpu.h" header cleanup.

Philippe Mathieu-Daudé (2):
  target/hppa: Extract FPU helpers to fpu_helper.c
  target/hppa: Extract system helpers to sys_helper.c

 target/hppa/fpu_helper.c | 450 ++++++++++++++++++++++++++++++++++
 target/hppa/meson.build  |   2 +
 target/hppa/op_helper.c  | 504 ---------------------------------------
 target/hppa/sys_helper.c |  99 ++++++++
 4 files changed, 551 insertions(+), 504 deletions(-)
 create mode 100644 target/hppa/fpu_helper.c
 create mode 100644 target/hppa/sys_helper.c

-- 
2.38.1