index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
stubs
/
tcg-stub.c
Age
Commit message (
Expand
)
Author
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-06-28
accel/stubs: Add tcg stub for probe_access_flags
Richard Henderson
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-01-23
accel/tcg: Declare missing cpu_loop_exit*() stubs
Philippe Mathieu-Daudé
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2020-07-10
accel/tcg: Add stub for probe_access()
Philippe Mathieu-Daudé
2019-10-28
accel/stubs: reduce headers from tcg-stub
Alex Bennée
2019-08-16
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
2018-07-02
tcg: simplify !CONFIG_TCG handling of tb_invalidate_*
Paolo Bonzini
2018-07-02
tcg: Fix --disable-tcg build breakage
Philippe Mathieu-Daudé
2018-06-22
tcg: fix --disable-tcg build breakage
Emilio G. Cota
2017-11-23
tcg: Fix compilation without TCG
Juan Quintela
2017-07-04
tcg: add the tcg-stub.c file into accel/stubs/
Yang Zhong