index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
gen-icount.h
Age
Commit message (
Expand
)
Author
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-08-20
icount: clean up cpu_can_io at the entry to the block
Pavel Dovgalyuk
2019-06-10
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2017-12-29
tcg: Dynamically allocate TCGOps
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
gen-icount: fold exitreq_label into TCGContext
Emilio G. Cota
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-06-30
gen-icount: use tcg_ctx.tcg_env instead of cpu_env
Emilio G. Cota
2017-06-30
gen-icount: add missing inline to gen_tb_end
Emilio G. Cota
2017-02-22
cpu-exec: unify icount_decr and tcg_exit_req
Paolo Bonzini
2016-08-05
tcg: Reorg TCGOp chaining
Richard Henderson
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-05-12
gen-icount: Use tcg_set_insn_param
Edgar E. Iglesias
2015-03-13
tcg: Change translator-side labels to a pointer
Richard Henderson
2015-02-12
tcg: Put opcodes in a linked list
Richard Henderson
2015-02-12
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2015-01-03
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-03-09
tcg: Don't make exitreq flag a local temporary
Richard Henderson
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
2013-03-03
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
Peter Maydell
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini