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
2022-12-20
accel/tcg: Restrict page_collection structure to system TB maintainance
Philippe Mathieu-Daudé
2
-15
/
+7
2022-12-20
accel/tcg: Factor tb_invalidate_phys_range_fast() out
Philippe Mathieu-Daudé
3
-8
/
+21
2022-12-20
accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()
Philippe Mathieu-Daudé
3
-7
/
+7
2022-12-20
accel/tcg: Remove trace events from trace-root.h
Philippe Mathieu-Daudé
2
-1
/
+5
2022-12-20
accel/tcg: Restrict cpu_io_recompile() to system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
3
-428
/
+408
2022-12-20
accel/tcg: Move PageDesc tree into tb-maint.c for system
Richard Henderson
3
-140
/
+124
2022-12-20
accel/tcg: Use interval tree for user-only page tracking
Richard Henderson
3
-209
/
+428
2022-12-20
accel/tcg: Move page_{get,set}_flags to user-exec.c
Richard Henderson
3
-350
/
+363
2022-12-20
accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
Richard Henderson
1
-65
/
+0
2022-12-20
accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE
Richard Henderson
2
-27
/
+75
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
3
-168
/
+239
2022-12-20
accel/tcg: Rename page_flush_tb
Richard Henderson
1
-5
/
+5
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
1
-4
/
+1
2022-11-09
accel/tcg: Split out setjmp_gen_code
Richard Henderson
1
-25
/
+33
2022-11-09
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
1
-10
/
+0
2022-11-06
accel: abort if we fail to load the accelerator plugin
Claudio Fontana
1
-1
/
+7
2022-11-01
accel/tcg: Complete cpu initialization before registration
Richard Henderson
2
-12
/
+12
2022-11-01
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
3
-11
/
+10
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2
-11
/
+3
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2
-27
/
+51
2022-10-28
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
3
-5
/
+14
2022-10-26
Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
9
-985
/
+915
2022-10-26
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
1
-14
/
+2
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
1
-2
/
+22
2022-10-26
accel/tcg: Simplify page_get/alloc_target_data
Richard Henderson
1
-12
/
+4
2022-10-26
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
2
-50
/
+50
2022-10-26
accel/tcg: Use tb_invalidate_phys_range in page_set_flags
Richard Henderson
1
-2
/
+6
2022-10-26
accel/tcg: Use page_reset_target_data in page_set_flags
Richard Henderson
1
-8
/
+5
2022-10-26
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
1
-8
/
+11
2022-10-26
accel/tcg: Use tb_invalidate_phys_page in page_set_flags
Richard Henderson
1
-1
/
+1
2022-10-26
accel/tcg: Unify declarations of tb_invalidate_phys_range
Richard Henderson
1
-11
/
+2
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
Richard Henderson
1
-7
/
+8
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
3
-4
/
+5
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
4
-30
/
+33
2022-10-26
accel/tcg: Remove duplicate store to tb->page_addr[]
Richard Henderson
1
-3
/
+0
2022-10-26
accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
Richard Henderson
1
-23
/
+2
2022-10-26
accel/tcg: Move assert_no_pages_locked to internal.h
Richard Henderson
1
-0
/
+5
2022-10-26
accel/tcg: Split out tb-maint.c
Richard Henderson
4
-755
/
+802
2022-10-26
accel/tcg: Split out PageDesc to internal.h
Richard Henderson
2
-30
/
+32
2022-10-26
accel/tcg: Remove disabled debug in translate-all.c
Richard Henderson
1
-109
/
+0
2022-10-26
accel/tcg: Make page_alloc_target_data allocation constant
Richard Henderson
1
-2
/
+6
2022-10-26
accel/tcg: Add a quicker check for breakpoints
Leandro Lupori
1
-6
/
+9
2022-10-25
Revert "accel/tcg: Init TCG cflags in vCPU thread handler"
Peter Maydell
2
-5
/
+7
2022-10-24
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Matheus Tavares Bernardino
1
-1
/
+1
2022-10-11
i386: add notify VM exit support
Chenyi Qiang
1
-0
/
+2
2022-10-11
kvm: expose struct KVMState
Chenyi Qiang
1
-74
/
+0
2022-10-10
kvm: allow target-specific accelerator properties
Paolo Bonzini
1
-0
/
+2
2022-10-06
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2
-11
/
+0
2022-10-06
gdbstub: move guest debug support check to ops
Alex Bennée
4
-0
/
+14
[next]