From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9zS8-0002fD-8u for qemu-devel@nongnu.org; Thu, 15 Aug 2013 11:27:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9zS3-0005Ix-5D for qemu-devel@nongnu.org; Thu, 15 Aug 2013 11:27:08 -0400 Received: from mail-qe0-f42.google.com ([209.85.128.42]:47243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9zS3-0005In-1P for qemu-devel@nongnu.org; Thu, 15 Aug 2013 11:27:03 -0400 Received: by mail-qe0-f42.google.com with SMTP id s14so522780qeb.15 for ; Thu, 15 Aug 2013 08:27:02 -0700 (PDT) From: Mike Day Date: Thu, 15 Aug 2013 11:26:32 -0400 Message-Id: <1376580395-23334-1-git-send-email-ncmike@ncultra.org> Subject: [Qemu-devel] [RFC PATCH 0/2] v2.1 RCU Implementation for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mike Day , Paolo Bonzini This series applies on top today's git.qemu.org/master and is online at: https://github.com/ncultra/qemu/tree/rcu-for-1.7 Paolo Bonzini (2): fixed tests/Makefile to correctly link rcutorture enable TLS in build and activate test-tls in make check configure | 63 ++++++++++++++++++++++---- include/qemu/tls.h | 127 +++++++++++++++++++++++++++++++++++++++++++++-------- include/qom/cpu.h | 2 +- tests/Makefile | 14 ++++-- tests/test-tls.c | 87 ++++++++++++++++++++++++++++++++++++ 5 files changed, 261 insertions(+), 32 deletions(-) create mode 100644 tests/test-tls.c -- 1.8.3.1