unicorn/qemu
Peter Xu 4956effd11
bitmap: provide to_le/from_le helpers
Provide helpers to convert bitmaps to little endian format. It can be
used when we want to send one bitmap via network to some other hosts.

One thing to mention is that, these helpers only solve the problem of
endianess, but it does not solve the problem of different word size on
machines (the bitmaps managing same count of bits may contains different
size when malloced). So we need to take care of the size alignment issue
on the callers for now.

Backports commit d7788151a0807d5d2d410e3f8944d8c8a651f8d2 from qemu
2018-03-05 01:11:13 -05:00
..
accel target/arm: [tcg] Port to generic translation framework 2018-03-04 20:28:06 -05:00
crypto
default-configs
docs
fpu
hw mips: replace cpu_mips_init() with cpu_generic_init() 2018-03-05 00:49:10 -05:00
include bitmap: provide to_le/from_le helpers 2018-03-05 01:11:13 -05:00
qapi
qobject
qom boards.h: Define new flag ignore_memory_transaction_failures 2018-03-04 21:27:15 -05:00
scripts scripts: use build_ prefix for string not piped through cgen() 2018-03-03 22:11:28 -05:00
target target/arm: Remove out of date ARM ARM section references in A64 decoder 2018-03-05 01:05:53 -05:00
tcg tcg/mips: Fully convert tcg_target_op_def 2018-03-04 23:54:26 -05:00
util bitmap: provide to_le/from_le helpers 2018-03-05 01:11:13 -05:00
aarch64.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
aarch64eb.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
accel.c
arm.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
armeb.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
atomic_template.h
CODING_STYLE
configure configure: Drop AIX host support 2018-03-04 21:32:40 -05:00
COPYING
COPYING.LIB
cpu-exec-common.c
cpu-exec.c tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h 2018-03-04 21:52:35 -05:00
cpus.c
cputlb.c cputlb: Support generating CPU exceptions on memory transaction failures 2018-03-04 13:14:50 -05:00
exec.c memory: Open code FlatView rendering 2018-03-04 02:06:48 -05:00
gen_all_header.sh
glib_compat.c
HACKING
header_gen.py mips: replace cpu_mips_init() with cpu_generic_init() 2018-03-05 00:49:10 -05:00
ioport.c
LICENSE
m68k.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
Makefile
Makefile.objs
Makefile.target tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00
memory.c memory: Move FlatView allocation to a helper 2018-03-04 02:08:37 -05:00
memory_ldst.inc.c
memory_mapping.c
mips.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
mips64.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
mips64el.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
mipsel.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
powerpc.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
qapi-schema.json
qemu-timer.c
rules.mak
softmmu_template.h cputlb: Support generating CPU exceptions on memory transaction failures 2018-03-04 13:14:50 -05:00
sparc.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
sparc64.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00
tcg-runtime.c
translate-all.c tcg: Infrastructure for managing constant pools 2018-03-04 22:17:33 -05:00
translate-all.h
translate-common.c
unicorn_common.h
VERSION
vl.c
vl.h
x86_64.h tcg: Add tcg_op_supported 2018-03-04 23:20:28 -05:00