index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Move assert_no_pages_locked to internal.h
Richard Henderson
2022-10-26
1
-0
/
+5
*
accel/tcg: Split out tb-maint.c
Richard Henderson
2022-10-26
4
-755
/
+802
*
accel/tcg: Split out PageDesc to internal.h
Richard Henderson
2022-10-26
2
-30
/
+32
*
accel/tcg: Remove disabled debug in translate-all.c
Richard Henderson
2022-10-26
1
-109
/
+0
*
accel/tcg: Make page_alloc_target_data allocation constant
Richard Henderson
2022-10-26
1
-2
/
+6
*
accel/tcg: Add a quicker check for breakpoints
Leandro Lupori
2022-10-26
1
-6
/
+9
*
Revert "accel/tcg: Init TCG cflags in vCPU thread handler"
Peter Maydell
2022-10-25
2
-5
/
+7
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
1
-0
/
+6
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
1
-0
/
+92
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
1
-0
/
+17
*
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
4
-27
/
+98
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
3
-37
/
+52
*
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
5
-10
/
+62
*
accel/tcg: Inline tb_flush_jmp_cache
Richard Henderson
2022-10-04
1
-11
/
+14
*
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
2022-10-04
3
-13
/
+15
*
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-10-04
2
-12
/
+12
*
accel/tcg: Use bool for page_find_alloc
Richard Henderson
2022-10-04
1
-7
/
+7
*
accel/tcg: Remove PageDesc code_bitmap
Richard Henderson
2022-10-04
1
-74
/
+4
*
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
2022-10-04
1
-18
/
+33
*
accel/tcg: Introduce probe_access_full
Richard Henderson
2022-10-04
1
-18
/
+29
*
accel/tcg: Suppress auto-invalidate in probe_access_internal
Richard Henderson
2022-10-04
1
-1
/
+9
*
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
2022-10-04
1
-4
/
+3
*
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson
2022-10-04
1
-50
/
+52
*
cputlb: used cached CPUClass in our hot-paths
Alex Bennée
2022-10-04
1
-9
/
+6
*
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
2022-09-27
1
-1
/
+1
*
accel/tcg: Add fast path for translator_ld*
Richard Henderson
2022-09-06
2
-44
/
+105
*
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
2
-6
/
+9
*
accel/tcg: Document the faulting lookup in tb_lookup_cmp
Richard Henderson
2022-09-06
1
-1
/
+10
*
accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
Richard Henderson
2022-09-06
1
-50
/
+26
*
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
2022-09-06
1
-12
/
+0
*
accel/tcg: Make tb_htable_lookup static
Richard Henderson
2022-09-06
1
-61
/
+61
*
accel/tcg: Unlock mmap_lock after longjmp
Richard Henderson
2022-09-06
2
-9
/
+6
*
accel/tcg: Properly implement get_page_addr_code for user-only
Richard Henderson
2022-09-06
2
-5
/
+14
*
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
2022-08-11
1
-0
/
+26
*
icount: Take iothread lock when running QEMU timers
Peter Maydell
2022-08-09
1
-0
/
+6
*
linux-user/aarch64: Do not clear PROT_MTE on mprotect
Richard Henderson
2022-07-18
1
-2
/
+11
*
accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore
Ilya Leoshkevich
2022-07-12
1
-3
/
+5
*
accel/tcg: Reorganize tcg_accel_ops_init()
Philippe Mathieu-Daudé
2022-06-20
1
-7
/
+8
*
accel/tcg: Init TCG cflags in vCPU thread handler
Philippe Mathieu-Daudé
2022-06-20
2
-7
/
+5
*
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
2022-06-11
2
-6
/
+1
*
accel/tcg/cpu-exec: Unexport dump_drift_info()
Bernhard Beschow
2022-06-11
1
-1
/
+1
*
Fix 'writeable' typos
Peter Maydell
2022-06-08
1
-3
/
+3
*
replay: rewrite async event handling
Pavel Dovgalyuk
2022-06-06
1
-3
/
+2
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
4
-12
/
+12
*
accel/tcg: Assert mmu_idx in range before use in cputlb
Richard Henderson
2022-04-27
1
-13
/
+27
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-2
/
+1
*
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-21
4
-4
/
+0
|
\
|
*
accel/tcg: Remove ATOMIC_MMU_IDX
Richard Henderson
2022-04-20
2
-2
/
+0
|
*
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
2
-2
/
+0
*
|
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-1
/
+0
[next]