unicorn/qemu/util
Markus Armbruster c2a61848d6
error: De-duplicate code creating Error objects
Duplicated when commit 680d16d added error_set_errno(), and again when
commit 20840d4 added error_set_win32().

Make the original copy in error_set() reusable by factoring out
error_setv(), then rewrite error_set_errno() and error_set_win32() on
top of it.

Backports commit 552375088a832fd5945ede92d01f98977b4eca13 from qemu
2018-02-17 15:23:36 -05:00
..
bitmap.c bitmap: add atomic test and clear 2018-02-13 10:02:12 -05:00
bitops.c Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
crc32c.c import 2015-08-21 15:04:50 +08:00
cutils.c Remove unused qemu_fls function 2018-02-17 15:23:35 -05:00
error.c error: De-duplicate code creating Error objects 2018-02-17 15:23:36 -05:00
getauxval.c Add getauxval.c back 2016-01-18 12:47:32 +01:00
host-utils.c platform.h move #3 2017-01-21 00:13:21 +11:00
Makefile.objs crypto: move built-in AES implementation into crypto/ 2018-02-17 15:23:17 -05:00
module.c import 2015-08-21 15:04:50 +08:00
oslib-posix.c fix conflicts 2017-01-21 11:06:05 +08:00
oslib-win32.c Arm support ported. (#736) 2017-01-23 23:30:57 +08:00
qemu-error.c This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
qemu-thread-posix.c platform.h move #3 2017-01-21 00:13:21 +11:00
qemu-thread-win32.c Some more little edits to prepare for pull request. 2017-01-20 22:46:32 +11:00
qemu-timer-common.c cleanup qemu/util/qemu-timer-common.c 2017-01-21 14:55:35 +08:00