aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand
2023-10-11plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson
2023-10-11accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-10-07accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Make icount.o a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé
2023-10-04accel: Rename accel-common.c -> accel-target.cPhilippe Mathieu-Daudé
2023-10-04accel: Make accel-blocker.o target agnosticPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé
2023-10-04accel/tcg: move ld/st helpers to ldst_common.c.incAnton Johansson
2023-10-04accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()Anton Johansson
2023-10-04accel/tcg: Use CPUState in atomicity helpersAnton Johansson
2023-10-04accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify memory access functions to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify probe_access_internal() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé
2023-10-03accel: Declare AccelClass::cpu_common_[un]realize() handlersPhilippe Mathieu-Daudé
2023-10-03accel: Introduce accel_cpu_common_unrealize() stubPhilippe Mathieu-Daudé
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-09-29tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29accel/kvm/kvm-all: Handle register access errorsAkihiko Odaki
2023-09-28accel/tcg: Always require can_do_ioRichard Henderson
2023-09-28accel/tcg: Always set CF_LAST_IO with CF_NOIRQRichard Henderson
2023-09-28accel/tcg: Improve setting of can_do_io at start of TBRichard Henderson
2023-09-28accel/tcg: Track current value of can_do_io in the TBRichard Henderson
2023-09-28accel/tcg: Hoist CF_MEMI_ONLY check outside translation loopRichard Henderson
2023-09-28accel/tcg: Avoid load of icount_decr if unusedRichard Henderson
2023-09-25user-exec-stub: remove unused variablePaolo Bonzini
2023-09-16accel/tcg: Introduce do_st16_mmio_leNRichard Henderson
2023-09-16accel/tcg: Introduce do_ld16_mmio_beNRichard Henderson
2023-09-16accel/tcg: Merge io_writex into do_st_mmio_leNRichard Henderson