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
2024-08-16
Revert "replay: stop us hanging in rr_wait_io_event"
Nicholas Piggin
2024-08-01
accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logic
Salil Mehta
2024-07-26
accel/kvm: Introduce kvm_create_and_park_vcpu() helper
Harsh Prateek Bora
2024-07-24
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-07-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-07-24
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2024-07-23
accel: Restrict probe_access*() functions to TCG
Philippe Mathieu-Daudé
2024-07-23
Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-07-23
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
Richard Henderson
2024-07-22
accel/kvm: Extract common KVM vCPU {creation,parking} code
Salil Mehta
2024-07-22
Add support for RAPL MSRs in KVM/Qemu
Anthony Harivel
2024-07-22
plugins: fix mem callback array size
Pierrick Bouvier
2024-07-17
accel/kvm/kvm-all: Fix superfluous trailing semicolon
Zhao Liu
2024-07-16
accel/tcg: Make cpu_exec_interrupt hook mandatory
Peter Maydell
2024-07-11
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
Peter Maydell
2024-07-02
hvf: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
2024-06-30
cpu: fix memleak of 'halt_cond' and 'thread'
Matheus Tavares Bernardino
2024-06-24
accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
Max Chou
2024-06-24
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
2024-06-24
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
Pierrick Bouvier
2024-06-24
qtest: use cpu interface in qtest_clock_warp
Alex Bennée
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-06-19
accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
Anton Johansson
2024-06-17
migration/dirtyrate: Fix segmentation fault
Masato Imai
2024-06-08
hvf: Makes assert_hvf_ok report failed expression
Phil Dennis-Jordan
2024-06-08
hvf: Consistent types for vCPU handles
Phil Dennis-Jordan
2024-06-04
cpu: move Qemu[Thread|Cond] setup into common code
Alex Bennée
2024-06-04
accel/kvm: Fix two lines with hard-coded tabs
Peter Maydell
2024-06-04
accel/tcg: Move common declarations to 'internal-common.h'
Philippe Mathieu-Daudé
2024-05-30
accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
Peter Maydell
2024-05-24
tcg/cputlb: remove other-cpu capability from TLB flushing
Nicholas Piggin
2024-05-24
tcg/cputlb: Remove non-synced variants of global TLB flushes
Nicholas Piggin
2024-05-22
accel/tcg: Init tb size and icount before plugin_gen_tb_end
Richard Henderson
2024-05-16
plugins: extract cpu_index generate
Pierrick Bouvier
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
2024-05-16
plugins: extract generate ptr for qemu_plugin_u64
Pierrick Bouvier
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
2024-05-15
accel/tcg: Introduce translator_fake_ld
Richard Henderson
2024-05-15
disas: Use translator_st to get disassembly data
Richard Henderson
2024-05-15
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
2024-05-15
plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
Richard Henderson
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
2024-05-15
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
2024-05-15
accel/tcg: Implement translator_st
Richard Henderson
2024-05-15
accel/tcg: Record DisasContextBase in tcg_ctx for plugins
Richard Henderson
[next]