qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Mike Day <ncmike@ncultra.org>
To: qemu-devel@nongnu.org
Cc: Mike Day <ncmike@ncultra.org>, pbonzini@redhat.com, alex@alex.org.uk
Subject: [Qemu-devel] [PATCH 0/2][RFC] Convert Clock lists to RCU (V3)
Date: Thu,  6 Mar 2014 12:35:26 -0500	[thread overview]
Message-ID: <1394127328-13779-1-git-send-email-ncmike@ncultra.org> (raw)

The first patch in the series converts the
clock->timerlists->active_timers list to RCU. It also creates
QemuMutex in the parent QemuClock data structure.

The second patch converts clock->timerlists to RCU.

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

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

-- 
1.9.0

             reply	other threads:[~2014-03-06 17:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-06 17:35 Mike Day [this message]
2014-03-06 17:35 ` [Qemu-devel] [PATCH 1/2] [RFC] Convert active timers list to use RCU V3 Mike Day
2014-03-06 17:35 ` [Qemu-devel] [PATCH 2/2] [RFC] Convert Clock Timerlists to " Mike Day

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1394127328-13779-1-git-send-email-ncmike@ncultra.org \
    --to=ncmike@ncultra.org \
    --cc=alex@alex.org.uk \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).