mbox series

[PULL,0/5] demacro SoftMMU

Message ID 20190510200101.31096-1-alex.bennee@linaro.org
Headers show
Series demacro SoftMMU | expand

Message

Alex Bennée May 10, 2019, 8 p.m. UTC
The following changes since commit a6ae23831b05a11880b40f7d58e332c45a6b04f7:

  Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-05-03 15:26:09 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-demacro-softmmu-100519-1

for you to fetch changes up to 4601f8d10d7628bcaf2a8179af36e04b42879e91:

  cputlb: Do unaligned store recursion to outermost function (2019-05-10 20:23:21 +0100)

----------------------------------------------------------------
Demacrofy the SoftMMU

  - the demacro itself
  - refactor TLB_RECHECK and fix bug
  - move unaligned handler out

----------------------------------------------------------------
Alex Bennée (1):
      accel/tcg: demacro cputlb

Richard Henderson (4):
      cputlb: Move TLB_RECHECK handling into load/store_helper
      cputlb: Drop attribute flatten
      cputlb: Do unaligned load recursion to outermost function
      cputlb: Do unaligned store recursion to outermost function

 accel/tcg/cputlb.c           | 626 +++++++++++++++++++++++++++++++++++++------
 accel/tcg/softmmu_template.h | 454 -------------------------------
 2 files changed, 546 insertions(+), 534 deletions(-)
 delete mode 100644 accel/tcg/softmmu_template.h

-- 
2.20.1

Comments

Peter Maydell May 13, 2019, 11:46 a.m. UTC | #1
On Fri, 10 May 2019 at 21:01, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit a6ae23831b05a11880b40f7d58e332c45a6b04f7:

>

>   Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-05-03 15:26:09 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-demacro-softmmu-100519-1

>

> for you to fetch changes up to 4601f8d10d7628bcaf2a8179af36e04b42879e91:

>

>   cputlb: Do unaligned store recursion to outermost function (2019-05-10 20:23:21 +0100)

>

> ----------------------------------------------------------------

> Demacrofy the SoftMMU

>

>   - the demacro itself

>   - refactor TLB_RECHECK and fix bug

>   - move unaligned handler out

>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM