index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-04
Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
1
-1
/
+0
2024-10-31
accel/tcg/icount-common: Remove the reference to the unused header file
Hyman Huang
1
-1
/
+0
2024-10-31
accel: remove dead statement and useless assertion
Paolo Bonzini
1
-3
/
+1
2024-10-24
plugins: fix qemu_plugin_reset
Pierrick Bouvier
1
-0
/
+4
2024-10-24
accel/tcg: add tracepoints for cpu_loop_exit_atomic
Alex Bennée
3
-1
/
+22
2024-10-17
accel/kvm: check for KVM_CAP_MEMORY_ATTRIBUTES on vm
Paolo Bonzini
1
-6
/
+6
2024-10-17
accel/kvm: check for KVM_CAP_MULTI_ADDRESS_SPACE on vm
Paolo Bonzini
1
-6
/
+6
2024-10-17
accel/kvm: check for KVM_CAP_READONLY_MEM on VM
Tom Dohrmann
1
-1
/
+1
2024-10-17
KVM: Rename KVMState->nr_slots to nr_slots_max
Peter Xu
1
-6
/
+6
2024-10-17
KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_used
Peter Xu
1
-3
/
+3
2024-10-17
KVM: Define KVM_MEMSLOTS_NUM_MAX_DEFAULT
Peter Xu
1
-1
/
+3
2024-10-17
KVM: Dynamic sized kvm memslots array
Peter Xu
2
-15
/
+73
2024-10-15
include: Move QemuLockCnt APIs to their own header
Peter Maydell
1
-0
/
+1
2024-10-13
accel/tcg: Use the alignment test in tlb_fill_align
Richard Henderson
1
-43
/
+45
2024-10-13
accel/tcg: Add TCGCPUOps.tlb_fill_align
Richard Henderson
1
-23
/
+38
2024-10-13
include/exec/memop: Introduce memop_atomicity_bits
Richard Henderson
1
-14
/
+2
2024-10-13
include/exec/memop: Rename get_alignment_bits
Richard Henderson
2
-4
/
+4
2024-10-13
accel/tcg: Assert noreturn from write-only page for atomics
Richard Henderson
1
-3
/
+2
2024-10-13
tcg: remove singlestep_enabled from DisasContextBase
Paolo Bonzini
1
-1
/
+0
2024-10-08
accel/tcg: Make page_set_flags() documentation public
Philippe Mathieu-Daudé
1
-5
/
+0
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
1
-9
/
+32
2024-10-03
accel/kvm: refactor dirty ring setup
Ani Sinha
1
-38
/
+50
2024-10-03
kvm: refactor core virtual machine creation into its own function
Ani Sinha
1
-33
/
+56
2024-10-02
kvm: replace fprintf with error_report()/printf() in kvm_init()
Ani Sinha
1
-22
/
+18
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-1
/
+0
2024-09-24
accel/tcg: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-19
Merge tag 'pull-tcg-plugin-memory-190924-1' of https://gitlab.com/stsquad/qem...
Peter Maydell
3
-23
/
+94
2024-09-19
plugins: save value during memory accesses
Pierrick Bouvier
3
-23
/
+94
2024-09-19
kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread()
Peter Maydell
1
-5
/
+1
2024-09-19
kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu()
Peter Maydell
1
-2
/
+2
2024-09-13
hvf: arm: Implement and use hvf_get_physical_address_range
Danny Canter
1
-1
/
+11
2024-09-13
hvf: Split up hv_vm_create logic per arch
Danny Canter
1
-5
/
+1
2024-09-13
kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
Johannes Stoelp
2
-8
/
+8
2024-09-05
accel/tcg: Remove dead code from rr_cpu_thread_fn()
Peter Maydell
1
-3
/
+1
2024-08-16
Revert "replay: stop us hanging in rr_wait_io_event"
Nicholas Piggin
1
-1
/
+1
2024-08-01
accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logic
Salil Mehta
1
-0
/
+1
2024-07-26
accel/kvm: Introduce kvm_create_and_park_vcpu() helper
Harsh Prateek Bora
1
-0
/
+12
2024-07-24
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-14
/
+0
2024-07-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+27
2024-07-24
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
3
-34
/
+67
2024-07-23
accel: Restrict probe_access*() functions to TCG
Philippe Mathieu-Daudé
1
-14
/
+0
2024-07-23
Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
3
-32
/
+0
2024-07-23
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
Richard Henderson
3
-32
/
+0
2024-07-22
accel/kvm: Extract common KVM vCPU {creation,parking} code
Salil Mehta
3
-34
/
+67
2024-07-22
Add support for RAPL MSRs in KVM/Qemu
Anthony Harivel
1
-0
/
+27
2024-07-22
plugins: fix mem callback array size
Pierrick Bouvier
1
-2
/
+1
2024-07-17
accel/kvm/kvm-all: Fix superfluous trailing semicolon
Zhao Liu
1
-1
/
+1
2024-07-16
accel/tcg: Make cpu_exec_interrupt hook mandatory
Peter Maydell
1
-2
/
+2
2024-07-11
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
Peter Maydell
1
-6
/
+5
2024-07-02
hvf: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
1
-3
/
+0
[next]