unicorn/qemu/include
Paolo Bonzini a47c68164d
compiler: never omit assertions if using a static analysis tool
Assertions help both Coverity and the clang static analyzer avoid
false positives, but on the other hand both are confused when
the condition is compiled as (void)(x != FOO). Always expand
assertion macros when using Coverity or clang, through a new
QEMU_STATIC_ANALYSIS preprocessor symbol.

This fixes a couple false positives in TCG.

Backports commit 8bff06a0bbf257a2083223534c1607bf87d913e6 from qemu
2018-02-25 19:19:28 -05:00
..
crypto Drop unused crypto source files 2018-02-17 15:23:57 -05:00
exec Clean up decorations and whitespace around header guards 2018-02-25 04:26:02 -05:00
fpu Clean up decorations and whitespace around header guards 2018-02-25 04:26:02 -05:00
hw Clean up decorations and whitespace around header guards 2018-02-25 04:26:02 -05:00
qapi Clean up header guards that don't match their file name 2018-02-25 04:18:42 -05:00
qemu compiler: never omit assertions if using a static analysis tool 2018-02-25 19:19:28 -05:00
qom Fix confusing argument names in some common functions 2018-02-25 03:58:27 -05:00
sysemu accel: make configure_accelerator return void 2018-02-24 00:31:28 -05:00
config.h import 2015-08-21 15:04:50 +08:00
elf.h fix merge conflicts 2017-03-10 21:04:33 +08:00
glib_compat.h qapi: Fix memleak in string visitors on int lists 2018-02-25 00:20:34 -05:00
qemu-common.h qemu-common.h: Drop WORDS_ALIGNED define 2018-02-24 17:01:55 -05:00