Commit Graph

14 Commits

Author SHA1 Message Date
1aaf57ca54 Some more little edits to prepare for pull request. 2017-01-20 22:46:32 +11:00
002151874a Unicorn interface working with test app in 32bit and 64bit builds. 2017-01-20 17:27:22 +11:00
52cb0ba78e cleanup more synchronization code 2017-01-09 14:05:39 +08:00
d7ead1135d cleanup 2017-01-09 13:28:28 +08:00
fccbcfd4c2 revert to use of g_free to make future qemu integrations easier (#695)
* revert to use of g_free to make future qemu integrations easier

* bracing
2016-12-21 22:28:36 +08:00
e46545f722 remove glib dependency by provide compatible replacements 2016-12-18 14:56:58 -08:00
72ba554738 qemu_thread_join() takes only 1 arg 2016-04-23 10:17:04 +08:00
3a742fb6f6 fix conflicts when merging no-thread to master 2016-04-23 10:06:57 +08:00
9467254fc0 strip out per cpu thread code 2016-03-25 17:24:28 -07:00
036763d6ae Fix memory leaks as reported by DrMemory and Valgrind.
ARM and probably the rest of the arches have significant memory leaks as
they have no release interface.

Additionally, DrMemory does not have 64-bit support and thus I can't
test the 64-bit version under Windows. Under Linux valgrind supports
both 32-bit and 64-bit but there are different macros and code for Linux
and Windows.
2016-01-08 01:42:56 +02:00
2f297bdd3a handle some errors properly so avoid exit() during initialization. this fixes issue #237 2015-11-12 01:43:41 +08:00
2d9db36a2b fix some errors introduced by the last commit on qemu-thread-win32.c 2015-09-02 01:34:23 -07:00
8b39ec5b0c initial support to remove a static variable in qemu-thread-win32.c 2015-09-02 16:13:12 +08:00
344d016104 import 2015-08-21 15:04:50 +08:00