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
Age
Commit message (
Expand
)
Author
2017-10-27
cris: use generic cpu_model parsing
Igor Mammedov
2017-10-27
cris: cleanup cpu type name composition
Igor Mammedov
2017-10-27
alpha: use generic cpu_model parsing
Igor Mammedov
2017-10-27
alpha: cleanup cpu type name composition
Igor Mammedov
2017-10-26
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
Richard Henderson
2017-10-26
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1...
Peter Maydell
2017-10-25
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging
Peter Maydell
2017-10-25
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...
Peter Maydell
2017-10-25
tpm: print buffers received from TPM when debugging
Stefan Berger
2017-10-25
vl: remove unnecessary #ifdef CONFIG_TPM
Philippe Mathieu-Daudé
2017-10-25
tpm: remove unnecessary #ifdef CONFIG_TPM
Philippe Mathieu-Daudé
2017-10-25
tpm: add stubs
Philippe Mathieu-Daudé
2017-10-24
translate-all: exit from tb_phys_invalidate if qht_remove fails
Emilio G. Cota
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
tcg: enable multiple TCG contexts in softmmu
Emilio G. Cota
2017-10-24
tcg: introduce regions to split code_gen_buffer
Emilio G. Cota
2017-10-24
translate-all: use qemu_protect_rwx/none helpers
Emilio G. Cota
2017-10-24
osdep: introduce qemu_mprotect_rwx/none
Emilio G. Cota
2017-10-24
tcg: allocate optimizer temps with tcg_malloc
Emilio G. Cota
2017-10-24
tcg: distribute profiling counters across TCGContext's
Emilio G. Cota
2017-10-24
tcg: introduce **tcg_ctxs to keep track of all TCGContext's
Emilio G. Cota
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: take tb_ctx out of TCGContext
Emilio G. Cota
2017-10-24
translate-all: report correct avg host TB size
Emilio G. Cota
2017-10-24
exec-all: rename tb_free to tb_remove
Emilio G. Cota
2017-10-24
translate-all: use a binary search tree to track TBs in TBContext
Emilio G. Cota
2017-10-24
tcg: Remove CF_IGNORE_ICOUNT
Richard Henderson
2017-10-24
tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
Richard Henderson
2017-10-24
cpu-exec: lookup/generate TB outside exclusive region during step_atomic
Emilio G. Cota
2017-10-24
tcg: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
target/sparc: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
target/sh4: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
target/s390x: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
target/m68k: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
target/i386: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
target/hppa: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
target/arm: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
tcg: Include CF_COUNT_MASK in CF_HASH_MASK
Richard Henderson
2017-10-24
tcg: Add CPUState cflags_next_tb
Richard Henderson
2017-10-24
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
Emilio G. Cota
2017-10-24
tcg: Use offsets not indices for TCGv_*
Richard Henderson
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
tcg: Remove TCGV_EQUAL*
Richard Henderson
2017-10-24
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
Richard Henderson
2017-10-24
tcg: Introduce temp_tcgv_{i32,i64,ptr}
Richard Henderson
2017-10-24
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
Richard Henderson
2017-10-24
tcg: Push tcg_ctx into tcg_gen_callN
Richard Henderson
2017-10-24
tcg: Push tcg_ctx into generator functions
Richard Henderson
[next]