[Qemu-devel] [PATCH v2] Rudimentary Intel Restricted Transactional Memory Support.

2015-02-06 Thread trent . tong
From: Xin Tong A better looking patch generated by git format-patch. Implement a rudimentary support for intel RTM. Xbegin always fails to fallback code path. Handle Xbegin, Xend, Xtest, Xabort described in Intel ISA extension manual @ http://www.intel.com/content/dam/www/public/us/en/documents

[Qemu-devel] [PATCH v1] Rudimentary Intel Restricted Transactional Memory Support.

2015-02-06 Thread trent . tong
Implement a rudimentary support for intel RTM. Xbegin always fails to fallback code path. Handle Xbegin, Xend, Xtest, Xabort described in Intel ISA extension manual @ http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf

[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