From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLcCx-0003J3-3q for qemu-devel@nongnu.org; Thu, 06 Mar 2014 12:35:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLcCp-0003nj-Qq for qemu-devel@nongnu.org; Thu, 06 Mar 2014 12:35:47 -0500 Received: from mail-qc0-f179.google.com ([209.85.216.179]:63749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLcCp-0003nd-Kl for qemu-devel@nongnu.org; Thu, 06 Mar 2014 12:35:39 -0500 Received: by mail-qc0-f179.google.com with SMTP id m20so3247500qcx.24 for ; Thu, 06 Mar 2014 09:35:39 -0800 (PST) From: Mike Day Date: Thu, 6 Mar 2014 12:35:26 -0500 Message-Id: <1394127328-13779-1-git-send-email-ncmike@ncultra.org> Subject: [Qemu-devel] [PATCH 0/2][RFC] Convert Clock lists to RCU (V3) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mike Day , pbonzini@redhat.com, alex@alex.org.uk 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