Re: [Qemu-devel] [PATCH v1] add intel restricted transactional memory test case.

2015-02-10 Thread Xin Tong
Please someone review this patch. Thanks, Xin On Thu, Feb 5, 2015 at 2:04 PM, Xin Tong wrote: > I am planning to implement support for Intel RTM. similar to what is > done for PowerPC. we can default to fault (transaction abort) to the > fallback code path. Would like to check in this test case

Re: [Qemu-devel] [PATCH v1] add intel restricted transactional memory test case.

2015-02-05 Thread Xin Tong
I am planning to implement support for Intel RTM. similar to what is done for PowerPC. we can default to fault (transaction abort) to the fallback code path. Would like to check in this test case first. On Thu, Feb 5, 2015 at 1:56 PM, wrote: > Add test case for intel restrict transactional memo

[Qemu-devel] [PATCH v1] add intel restricted transactional memory test case.

2015-02-05 Thread trent . tong
Add test case for intel restrict transactional memory. compiled with Intel ICC 15.0 as well as GCC 4.8. This test case can be used to test intel RTM support in the target-i386 frontend. Signed-off-by: Xin Tong diff --git a/tests/tcg/test-intelrtm.c b/tests/tcg/test-intelrtm.c new file mode 10064