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
Age
Commit message (
Expand
)
Author
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
2023-10-11
accel/tcg: Add plugin_enabled to DisasContextBase
Richard Henderson
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
2023-10-07
accel: Rename accel_softmmu* -> accel_system*
Philippe Mathieu-Daudé
2023-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
2023-10-04
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Make icount.o a target agnostic unit
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-04
accel: Rename accel-common.c -> accel-target.c
Philippe Mathieu-Daudé
2023-10-04
accel: Make accel-blocker.o target agnostic
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Restrict dump_exec_info() declaration
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: move ld/st helpers to ldst_common.c.inc
Anton Johansson
2023-10-04
accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
Anton Johansson
2023-10-04
accel/tcg: Use CPUState in atomicity helpers
Anton Johansson
2023-10-04
accel/tcg: Modify atomic_mmu_lookup() to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Modify memory access functions to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Modify probe_access_internal() to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Modify tlb_*() to use CPUState
Anton Johansson
2023-10-04
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-10-03
accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
Philippe Mathieu-Daudé
2023-10-03
accel/tcg: Have tcg_exec_realizefn() return a boolean
Philippe Mathieu-Daudé
2023-10-03
accel: Declare AccelClass::cpu_common_[un]realize() handlers
Philippe Mathieu-Daudé
2023-10-03
accel: Introduce accel_cpu_common_unrealize() stub
Philippe Mathieu-Daudé
2023-10-03
accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
Philippe Mathieu-Daudé
2023-10-03
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
2023-10-03
accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
Philippe Mathieu-Daudé
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
2023-09-29
tcg: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-29
accel/kvm/kvm-all: Handle register access errors
Akihiko Odaki
2023-09-28
accel/tcg: Always require can_do_io
Richard Henderson
2023-09-28
accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
Richard Henderson
2023-09-28
accel/tcg: Improve setting of can_do_io at start of TB
Richard Henderson
2023-09-28
accel/tcg: Track current value of can_do_io in the TB
Richard Henderson
2023-09-28
accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop
Richard Henderson
2023-09-28
accel/tcg: Avoid load of icount_decr if unused
Richard Henderson
2023-09-25
user-exec-stub: remove unused variable
Paolo Bonzini
2023-09-16
accel/tcg: Introduce do_st16_mmio_leN
Richard Henderson
2023-09-16
accel/tcg: Introduce do_ld16_mmio_beN
Richard Henderson
2023-09-16
accel/tcg: Merge io_writex into do_st_mmio_leN
Richard Henderson
2023-09-16
accel/tcg: Merge io_readx into do_ld_mmio_beN
Richard Henderson
2023-09-16
accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1
Richard Henderson
[next]