From: Aleksandar Markovic <amarko...@wavecomp.com> The following changes since commit f31160c7d1b89cfb4dd4001a23575b42141cb0ec:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200203' into staging (2020-02-03 11:14:24 +0000) are available in the git repository at: https://github.com/AMarkovic/qemu tags/mips-queue-feb-04-2020 for you to fetch changes up to 7b77f048e21af71da7b82155f1f205ca7cebf1b4: target/mips: Separate FPU-related helpers into their own file (2020-02-04 08:53:54 +0100) ---------------------------------------------------------------- MIPS queue for February 4th, 2020 Content: - fix for a recent regression in LL/SC - mechanical reorganization of files containing helpers Notes: - v2 was sent because of a mistake in a comment in patch #3; the commit message of patch #1 was improved as well - six checkpatch errors and two warnings are benign and should be ignored ---------------------------------------------------------------- Aleksandar Markovic (2): target/mips: Separate CP0-related helpers into their own file target/mips: Separate FPU-related helpers into their own file Alex Richardson (1): target/mips: Fix handling of LL/SC instructions after 7dd547e5ab target/mips/Makefile.objs | 5 +- target/mips/cp0_helper.c | 1678 +++++++++++++++++ target/mips/fpu_helper.c | 1911 ++++++++++++++++++++ target/mips/op_helper.c | 4422 +++++---------------------------------------- 4 files changed, 4044 insertions(+), 3972 deletions(-) create mode 100644 target/mips/cp0_helper.c create mode 100644 target/mips/fpu_helper.c -- 2.7.4