qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] [RFC] Convert Clock lists to RCU (V2)
@ 2014-02-27 19:35 Mike Day
  2014-02-27 19:35 ` [Qemu-devel] [PATCH 1/2] [RFC] Convert active timers list to use RCU V2 Mike Day
  2014-02-27 19:35 ` [Qemu-devel] [PATCH 2/2] [RFC] Convert Clock Timerlists to " Mike Day
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Day @ 2014-02-27 19:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mike Day, pbonzini, alex

The first patch in the series convers the
clock->timerlists->active_timers list to RCU. The second patch
converts clock->timerlists to RCU and also protects access to
timerlists->active_timers->timer_list.

Mike Day (2):
  [RFC] Convert active timers list to use RCU V2
  [RFC] Convert Clock Timerlists to RCU V2

 include/qemu/timer.h |  19 ++++---
 qemu-timer.c         | 148 +++++++++++++++++++++++++++++++--------------------
 2 files changed, 98 insertions(+), 69 deletions(-)

-- 
1.8.5.3

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

end of thread, other threads:[~2014-03-03 14:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 19:35 [Qemu-devel] [PATCH 0/2] [RFC] Convert Clock lists to RCU (V2) Mike Day
2014-02-27 19:35 ` [Qemu-devel] [PATCH 1/2] [RFC] Convert active timers list to use RCU V2 Mike Day
2014-02-28 18:51   ` Alex Bligh
2014-02-27 19:35 ` [Qemu-devel] [PATCH 2/2] [RFC] Convert Clock Timerlists to " Mike Day
2014-02-28 20:05   ` Alex Bligh
2014-03-03 14:02     ` Mike Day
2014-03-03 14:14     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).