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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-03-06
plugins: cleanup codepath for previous inline operation
Pierrick Bouvier
1
-9
/
+4
2024-03-06
plugins: add inline operation per vcpu
Pierrick Bouvier
1
-0
/
+7
2024-03-06
plugins: implement inline operation relative to cpu_index
Pierrick Bouvier
1
-13
/
+56
2024-03-05
accel/tcg: Add TLB_CHECK_ALIGNED
Richard Henderson
1
-3
/
+27
2024-03-05
accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull
Richard Henderson
1
-4
/
+1
2024-02-29
accel/tcg: Disconnect TargetPageDataNode from page size
Richard Henderson
1
-5
/
+8
2024-02-29
cpu: Remove page_size_init
Richard Henderson
1
-1
/
+0
2024-02-29
accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
Richard Henderson
1
-8
/
+10
2024-02-29
tcg: Avoid double lock if page tables happen to be in mmio memory.
Jonathan Cameron
1
-24
/
+10
2024-02-29
accel/tcg: Set can_do_io at at start of lookup_tb_ptr helper
Peter Maydell
1
-0
/
+8
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
1
-1
/
+2
2024-02-28
plugins: Use different helpers when reading registers
Akihiko Odaki
2
-5
/
+41
2024-02-20
accel/tcg: correct typos
Manos Pitsidianakis
1
-1
/
+1
2024-02-16
i386: xen: fix compilation --without-default-devices
Paolo Bonzini
1
-0
/
+1
2024-02-05
migration: prevent migration when VM has poisoned memory
William Roche
2
-0
/
+15
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2
-23
/
+41
2024-01-29
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
1
-12
/
+0
2024-01-29
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
1
-0
/
+5
2024-01-29
accel/tcg: Inline need_replay_interrupt
Richard Henderson
1
-15
/
+2
2024-01-29
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
1
-4
/
+0
2024-01-29
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
1
-3
/
+5
2024-01-29
accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
Richard Henderson
1
-49
/
+52
2024-01-29
accel/tcg: Un-inline icount_exit_request() for clarity
Philippe Mathieu-Daudé
1
-4
/
+12
2024-01-29
accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
Philippe Mathieu-Daudé
4
-4
/
+4
2024-01-29
accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
Philippe Mathieu-Daudé
4
-4
/
+4
2024-01-29
accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
Philippe Mathieu-Daudé
1
-6
/
+6
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
6
-612
/
+1
2024-01-29
accel/tcg: Remove #ifdef TARGET_I386 from perf.c
Ilya Leoshkevich
1
-4
/
+0
2024-01-29
accel/tcg: Make use of qemu_target_page_mask() in perf.c
Ilya Leoshkevich
1
-1
/
+2
2024-01-29
accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
Philippe Mathieu-Daudé
1
-3
/
+1
2024-01-29
cpu-exec: simplify jump cache management
Paolo Bonzini
2
-46
/
+28
2024-01-19
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
10
-46
/
+167
2024-01-19
accel: Rename accel_init_ops_interfaces() to include 'system'
Philippe Mathieu-Daudé
3
-3
/
+3
2024-01-19
system/watchpoint: Move TCG specific code to accel/tcg/
Philippe Mathieu-Daudé
2
-0
/
+144
2024-01-19
util/async: Only call icount_notify_exit() if icount is enabled
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-19
system/cpu-timers: Introduce ICountMode enumerator
Philippe Mathieu-Daudé
1
-9
/
+7
2024-01-19
system/cpu-timers: Have icount_configure() return a boolean
Philippe Mathieu-Daudé
1
-7
/
+9
2024-01-19
accel/tcg: Remove tb_invalidate_phys_page() from system emulation
Philippe Mathieu-Daudé
1
-23
/
+1
2024-01-19
accel: Do not set CPUState::can_do_io in non-TCG accels
Philippe Mathieu-Daudé
3
-3
/
+0
2024-01-18
Add class property to configure KVM device node to use
Daan De Meyer
1
-1
/
+24
2024-01-09
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
12
-67
/
+67
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2
-3
/
+3
2024-01-08
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
Stefan Hajnoczi
1
-2
/
+2
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
12
-62
/
+62
2024-01-08
replay: stop us hanging in rr_wait_io_event
Alex Bennée
1
-1
/
+1
2024-01-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-1
/
+3
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
1
-1
/
+1
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
1
-1
/
+3
2023-12-23
accel/kvm: Turn DPRINTF macro use into tracepoints
Jai Arora
2
-23
/
+12
2023-12-19
accel/kvm: Make kvm_has_guest_debug static
Richard Henderson
1
-1
/
+1
[next]