All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
@ 2019-12-11 20:36 Richard Henderson
  2019-12-11 20:36 ` [PATCH 1/2] target/s390x: Split out helper_per_store_real Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Richard Henderson @ 2019-12-11 20:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-s390x, david

Found while working on other parts of cputlb,
this cleanup can be split out independently.


r~


Richard Henderson (2):
  target/s390x: Split out helper_per_store_real
  target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline

 target/s390x/helper.h      |  5 +----
 target/s390x/mem_helper.c  | 38 --------------------------------------
 target/s390x/misc_helper.c | 10 ++++++++++
 target/s390x/translate.c   | 21 ++++++++-------------
 target/s390x/insn-data.def |  8 ++++----
 5 files changed, 23 insertions(+), 59 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-12-17 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11 20:36 [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline Richard Henderson
2019-12-11 20:36 ` [PATCH 1/2] target/s390x: Split out helper_per_store_real Richard Henderson
2019-12-12 10:29   ` David Hildenbrand
2019-12-11 20:36 ` [PATCH 2/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline Richard Henderson
2019-12-12 10:35   ` David Hildenbrand
2019-12-16 17:04 ` [PATCH 0/2] " Cornelia Huck
2019-12-16 20:23   ` Richard Henderson
2019-12-17 10:01 ` Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.