[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [RFC PATCH 0/2] v2.1 RCU Implementation for QEMU
From: |
Mike Day |
Subject: |
[Qemu-devel] [RFC PATCH 0/2] v2.1 RCU Implementation for QEMU |
Date: |
Thu, 15 Aug 2013 11:26:32 -0400 |
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
- [Qemu-devel] [RFC PATCH 0/2] v2.1 RCU Implementation for QEMU,
Mike Day <=