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
5 days
accel/tcg: Fix user-only probe_access_internal plugin check
Richard Henderson
2024-11-04
Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-10-31
accel/tcg/icount-common: Remove the reference to the unused header file
Hyman Huang
2024-10-31
accel: remove dead statement and useless assertion
Paolo Bonzini
2024-10-24
plugins: fix qemu_plugin_reset
Pierrick Bouvier
2024-10-24
accel/tcg: add tracepoints for cpu_loop_exit_atomic
Alex Bennée
2024-10-17
accel/kvm: check for KVM_CAP_MEMORY_ATTRIBUTES on vm
Paolo Bonzini
2024-10-17
accel/kvm: check for KVM_CAP_MULTI_ADDRESS_SPACE on vm
Paolo Bonzini
2024-10-17
accel/kvm: check for KVM_CAP_READONLY_MEM on VM
Tom Dohrmann
2024-10-17
KVM: Rename KVMState->nr_slots to nr_slots_max
Peter Xu
2024-10-17
KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_used
Peter Xu
2024-10-17
KVM: Define KVM_MEMSLOTS_NUM_MAX_DEFAULT
Peter Xu
2024-10-17
KVM: Dynamic sized kvm memslots array
Peter Xu
2024-10-15
include: Move QemuLockCnt APIs to their own header
Peter Maydell
2024-10-13
accel/tcg: Use the alignment test in tlb_fill_align
Richard Henderson
2024-10-13
accel/tcg: Add TCGCPUOps.tlb_fill_align
Richard Henderson
2024-10-13
include/exec/memop: Introduce memop_atomicity_bits
Richard Henderson
2024-10-13
include/exec/memop: Rename get_alignment_bits
Richard Henderson
2024-10-13
accel/tcg: Assert noreturn from write-only page for atomics
Richard Henderson
2024-10-13
tcg: remove singlestep_enabled from DisasContextBase
Paolo Bonzini
2024-10-08
accel/tcg: Make page_set_flags() documentation public
Philippe Mathieu-Daudé
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
2024-10-03
accel/kvm: refactor dirty ring setup
Ani Sinha
2024-10-03
kvm: refactor core virtual machine creation into its own function
Ani Sinha
2024-10-02
kvm: replace fprintf with error_report()/printf() in kvm_init()
Ani Sinha
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-09-24
accel/tcg: remove break after g_assert_not_reached()
Pierrick Bouvier
2024-09-19
Merge tag 'pull-tcg-plugin-memory-190924-1' of https://gitlab.com/stsquad/qem...
Peter Maydell
2024-09-19
plugins: save value during memory accesses
Pierrick Bouvier
2024-09-19
kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread()
Peter Maydell
2024-09-19
kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu()
Peter Maydell
2024-09-13
hvf: arm: Implement and use hvf_get_physical_address_range
Danny Canter
2024-09-13
hvf: Split up hv_vm_create logic per arch
Danny Canter
2024-09-13
kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
Johannes Stoelp
2024-09-05
accel/tcg: Remove dead code from rr_cpu_thread_fn()
Peter Maydell
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
[next]