On Tue, Feb 4, 2020 at 7:43 AM Aleksandar Markovic <aleksandar.marko...@rt-rk.com> wrote: > > 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 78e91b612eb746c7916cce3ea91f709b916b007c: > > target/mips: Separate FPU-related helpers into their own file (2020-02-03 > 23:55:53 +0100) > > ---------------------------------------------------------------- > > MIPS queue for February 4th, 2020
Peter, please discard this pull request. I just sent PULL v2 that corrects a mistake in a comment and improves a commit message. Sorry about this. Aleksandar > > Content: > > - fix for a recent regression in LL/SC > - mechanical reorganization of files containing helpers > > Note: > > - 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 ll/sc after 7dd547e5ab6b31e7a0cfc182d3ad131dd55a948f > > 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 > >