[Qemu-devel] [PATCH 0/4] cpus: improve seqlock usage for timers_state, allow cpu_get_ticks out of BQL

Paolo Bonzini posted 4 patches 7 years, 2 months ago
Failed in applying to current master (apply log)
cpus.c                 | 174 +++++++++++++++++++++++++----------------
include/qemu/seqlock.h |  20 +++++
2 files changed, 128 insertions(+), 66 deletions(-)
[Qemu-devel] [PATCH 0/4] cpus: improve seqlock usage for timers_state, allow cpu_get_ticks out of BQL
Posted by Paolo Bonzini 7 years, 2 months ago
This should help in enabling MTTCG for x86.

Paolo

Paolo Bonzini (4):
  cpus: protect all icount computation with seqlock
  seqlock: add QemuLockable support
  cpus: protect TimerState writes with a spinlock
  cpus: allow cpu_get_ticks out of BQL

 cpus.c                 | 174 +++++++++++++++++++++++++----------------
 include/qemu/seqlock.h |  20 +++++
 2 files changed, 128 insertions(+), 66 deletions(-)

-- 
2.17.1