unicorn/qemu/include/exec
Bharata B Rao e373c001fa
cpu: Add Error argument to cpu_exec_init()
Add an Error argument to cpu_exec_init() to let users collect the
error. This is in preparation to change the CPU enumeration logic
in cpu_exec_init(). With the new enumeration logic, cpu_exec_init()
can fail if cpu_index values corresponding to max_cpus have already
been handed out.

Since all current callers of cpu_exec_init() are from instance_init,
use error_abort Error argument to abort in case of an error.

Backports commit 5a790cc4b942e651fec7edc597c19b637fad5a76 from qemu
2018-03-21 07:50:33 -04:00
..
address-spaces.h
cpu_ldst_template.h
cpu_ldst.h
cpu-all.h target-*: Don't redefine cpu_exec() 2018-03-20 07:02:47 -04:00
cpu-common.h
cpu-defs.h
cputlb.h exec: Drop unnecessary code for unicorn 2018-03-12 10:11:46 -04:00
exec-all.h cpu: Add Error argument to cpu_exec_init() 2018-03-21 07:50:33 -04:00
gen-icount.h tcg: Dynamically allocate TCGOps 2018-03-05 16:34:40 -05:00
helper-gen.h tcg: Allow 6 arguments to TCG helpers 2018-03-17 18:29:04 -04:00
helper-head.h tcg: Allow 6 arguments to TCG helpers 2018-03-17 18:29:04 -04:00
helper-proto.h tcg: Allow 6 arguments to TCG helpers 2018-03-17 18:29:04 -04:00
helper-tcg.h tcg: Allow 6 arguments to TCG helpers 2018-03-17 18:29:04 -04:00
hwaddr.h
ioport.h
memattrs.h memory.h: Move MemTxResult type to memattrs.h 2018-03-04 13:10:47 -05:00
memory-internal.h memory: Rename mem_begin/mem_commit/mem_add helpers 2018-03-11 21:36:50 -04:00
memory.h memory: Share special empty FlatView 2018-03-11 22:34:28 -04:00
ram_addr.h exec: Drop unnecessary code for unicorn 2018-03-12 10:11:46 -04:00
ramlist.h
semihost.h
tb-context.h
tb-hash-xx.h
tb-hash.h
tb-lookup.h exec-all: bring tb->invalid into tb->cflags 2018-03-05 02:46:21 -05:00
translator.h tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00