mbox series

[0/7] target/s390x: mem_helper.c cleanups

Message ID 20230109201856.3916639-1-richard.henderson@linaro.org
Headers show
Series target/s390x: mem_helper.c cleanups | expand

Message

Richard Henderson Jan. 9, 2023, 8:18 p.m. UTC
I discovered this old branch sitting around from August.
I don't think I ever sent it out.


r~


Richard Henderson (7):
  target/s390x: Fix s390_probe_access for user-only
  target/s390x: Pass S390Access pointer into access_prepare
  target/s390x: Use void* for haddr in S390Access
  target/s390x: Tidy access_prepare_nf
  target/s390x: Remove TLB_NOTDIRTY workarounds
  target/s390x: Inline do_access_{get,set}_byte
  target/s390x: Hoist some computation in access_memmove

 target/s390x/tcg/mem_helper.c | 289 +++++++++++++++-------------------
 1 file changed, 126 insertions(+), 163 deletions(-)

Comments

Thomas Huth Feb. 20, 2023, 5:53 p.m. UTC | #1
On 09/01/2023 21.18, Richard Henderson wrote:
> I discovered this old branch sitting around from August.
> I don't think I ever sent it out.
> 
> r~
> 
> Richard Henderson (7):
>    target/s390x: Fix s390_probe_access for user-only
>    target/s390x: Pass S390Access pointer into access_prepare
>    target/s390x: Use void* for haddr in S390Access
>    target/s390x: Tidy access_prepare_nf
>    target/s390x: Remove TLB_NOTDIRTY workarounds
>    target/s390x: Inline do_access_{get,set}_byte
>    target/s390x: Hoist some computation in access_memmove

Thanks, applied to my staging branch now:

  https://gitlab.com/thuth/qemu/-/commits/staging

  Thomas