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
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Unify declarations of tb_invalidate_phys_range
Richard Henderson
2022-10-26
1
-11
/
+2
*
accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
Richard Henderson
2022-10-26
1
-7
/
+8
*
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
2022-10-26
3
-4
/
+5
*
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-26
4
-30
/
+33
*
accel/tcg: Remove duplicate store to tb->page_addr[]
Richard Henderson
2022-10-26
1
-3
/
+0
*
accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
Richard Henderson
2022-10-26
1
-23
/
+2
*
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
*
i386: add notify VM exit support
Chenyi Qiang
2022-10-11
1
-0
/
+2
*
kvm: expose struct KVMState
Chenyi Qiang
2022-10-11
1
-74
/
+0
*
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-10-10
1
-0
/
+2
*
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2022-10-06
2
-11
/
+0
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
4
-0
/
+14
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
5
-37
/
+106
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
3
-1
/
+40
*
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
6
-10
/
+66
*
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
*
kvm: fix memory leak on failure to read stats descriptors
Paolo Bonzini
2022-09-18
1
-5
/
+4
*
KVM: use store-release to mark dirty pages as harvested
Paolo Bonzini
2022-09-18
1
-1
/
+17
*
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
*
KVM: dirty ring: add missing memory barrier
Paolo Bonzini
2022-09-01
1
-1
/
+5
*
kvm: fix segfault with query-stats-schemas and -M none
Paolo Bonzini
2022-08-18
1
-3
/
+5
*
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
*
kvm: don't use perror() without useful errno
Cornelia Huck
2022-07-29
1
-1
/
+1
[next]