All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Enable MTTCG on PPC64
@ 2017-04-07  6:07 Nikunj A Dadhania
  2017-04-07  6:07 ` [Qemu-devel] [PATCH v2 1/3] target/ppc: Emulate LL/SC using cmpxchg helpers Nikunj A Dadhania
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Nikunj A Dadhania @ 2017-04-07  6:07 UTC (permalink / raw)
  To: qemu-ppc, david, rth
  Cc: qemu-devel, alex.bennee, programmingkidx, bharata, nikunj

The series enables Multi-Threaded TCG on PPC64

Patch 01: Use atomic_cmpxchg in store conditional
      02: Handle first write to page during atomic operation
      03: Generate memory barriers for sync/isync and load/store conditional

Patches are based on ppc-for-2.10

Changelog:
v1:
* Rewrote store_conditional as suggested by Richard

Tested using following:
./ppc64-softmmu/qemu-system-ppc64 -cpu POWER8 -vga none -nographic -machine pseries,usb=off -m 2G  -smp 8,cores=8,threads=1 -accel tcg,thread=multi  f23.img

Todo:
* Implement lqarx and stqcx
* Enable other machine types and PPC32.
* More testing for corner cases.

Nikunj A Dadhania (3):
  target/ppc: Emulate LL/SC using cmpxchg helpers
  cputlb: handle first atomic write to the page
  target/ppc: Generate fence operations

 cputlb.c               |  8 +++++++-
 target/ppc/translate.c | 37 +++++++++++++++++++++++++++++++------
 2 files changed, 38 insertions(+), 7 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-10  8:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07  6:07 [Qemu-devel] [PATCH v2 0/3] Enable MTTCG on PPC64 Nikunj A Dadhania
2017-04-07  6:07 ` [Qemu-devel] [PATCH v2 1/3] target/ppc: Emulate LL/SC using cmpxchg helpers Nikunj A Dadhania
2017-04-07 18:26   ` Richard Henderson
2017-04-07  6:07 ` [Qemu-devel] [PATCH v2 2/3] cputlb: handle first atomic write to the page Nikunj A Dadhania
2017-04-07  6:07 ` [Qemu-devel] [PATCH v2 3/3] target/ppc: Generate fence operations Nikunj A Dadhania
2017-04-07 18:27   ` Richard Henderson
2017-04-07 17:49 ` [Qemu-devel] [Qemu-ppc] [PATCH v2 0/3] Enable MTTCG on PPC64 luigi burdo
2017-04-07 19:29   ` G 3
2017-04-07 20:11     ` luigi burdo
2017-04-08 11:16       ` luigi burdo
2017-04-09 14:17         ` Alex Bennée
2017-04-08  6:51 ` [Qemu-devel] " David Gibson
2017-04-09  8:41   ` [Qemu-devel] [Qemu-ppc] " luigi burdo
2017-04-09 14:27     ` Alex Bennée
2017-04-09 17:10       ` luigi burdo
2017-04-10  5:43       ` Nikunj A Dadhania
2017-04-10  7:12         ` Alex Bennée
2017-04-10  7:47           ` Nikunj A Dadhania
2017-04-09 17:00   ` [Qemu-devel] " Richard Henderson

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.