index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-25
target/arm: Move alias setting for wildcards
Richard Henderson
1
-10
/
+12
2025-09-25
target/arm: Remove name argument to alloc_cpreg
Richard Henderson
1
-6
/
+6
2025-09-25
target/arm: Hoist the allocation of ARMCPRegInfo
Richard Henderson
1
-49
/
+48
2025-09-25
target/arm: Split out alloc_cpreg
Richard Henderson
1
-6
/
+23
2025-09-25
target/arm: Add key parameter to add_cpreg_to_hashtable
Richard Henderson
1
-20
/
+20
2025-09-25
target/arm: Move cpreg elimination to define_one_arm_cp_reg
Richard Henderson
1
-59
/
+64
2025-09-25
target/arm: Move cp processing to define_one_arm_cp_reg
Richard Henderson
1
-31
/
+22
2025-09-25
target/arm: Improve asserts in define_one_arm_cp_reg
Richard Henderson
1
-5
/
+10
2025-09-25
target/arm: Split out add_cpreg_to_hashtable_aa{32, 64}
Richard Henderson
1
-71
/
+76
2025-09-25
target/arm: Reorder ENCODE_AA64_CP_REG arguments
Richard Henderson
4
-8
/
+8
2025-09-25
target/arm: Remove cp argument to ENCODE_AA64_CP_REG
Richard Henderson
5
-18
/
+10
2025-09-25
target/arm: Convert init_cpreg_list to g_hash_table_foreach
Richard Henderson
1
-33
/
+21
2025-09-25
target/arm: Rename CP_REG_AA32_NS_{SHIFT,MASK}
Richard Henderson
1
-4
/
+4
2025-09-25
target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
Richard Henderson
1
-5
/
+10
2025-09-25
target/arm: Replace cpreg_field_is_64bit with cpreg_field_type
Richard Henderson
3
-11
/
+24
2025-09-25
target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64
Richard Henderson
2
-9
/
+12
2025-09-25
target/arm: Drop define_one_arm_cp_reg_with_opaque
Richard Henderson
3
-51
/
+20
2025-09-25
target/arm: Rename all ARMCPRegInfo from opaque to ri
Richard Henderson
2
-8
/
+8
2025-09-25
target/arm: Use raw_write in cp_reg_reset
Richard Henderson
1
-8
/
+2
2025-09-25
target/arm/hvf: Use raw_read, raw_write to access
Richard Henderson
1
-2
/
+2
2025-09-25
target/arm/hvf: Sort the cpreg_indexes array
Richard Henderson
1
-0
/
+3
2025-09-25
target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_list
Richard Henderson
1
-30
/
+15
2025-09-25
target/arm/hvf: Remove hvf_sreg_match.key
Richard Henderson
1
-16
/
+19
2025-09-25
target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
Richard Henderson
1
-0
/
+20
2025-09-25
target/arm/hvf: Reorder DEF_SYSREG arguments
Richard Henderson
2
-130
/
+130
2025-09-25
target/arm/hvf: Split out sysreg.c.inc
Richard Henderson
2
-141
/
+152
2025-09-25
target/arm: Move compare_u64 to helper.c
Richard Henderson
3
-11
/
+14
2025-09-25
target/arm: Introduce KVMID_AA64_SYS_REG64
Richard Henderson
1
-0
/
+11
2025-09-25
net/passt: Fix build failure due to missing GIO dependency
Laurent Vivier
1
-0
/
+1
2025-09-25
hw/usb/hcd-uhci: don't assert for SETUP to non-0 endpoint
Peter Maydell
1
-2
/
+8
2025-09-24
accel/tcg: Remove cpu_loop_exit_restore() stub
Philippe Mathieu-Daudé
2
-6
/
+1
2025-09-24
accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_range
Philippe Mathieu-Daudé
1
-1
/
+0
2025-09-24
accel/tcg: Improve buffer overflow in tb_gen_code
Richard Henderson
1
-0
/
+4
2025-09-24
accel/tcg: Create queue_tb_flush from tb_flush
Richard Henderson
3
-20
/
+10
2025-09-24
linux-user: Split out begin_parallel_context
Richard Henderson
3
-17
/
+19
2025-09-24
plugins: Use tb_flush__exclusive_or_serial
Richard Henderson
3
-8
/
+5
2025-09-24
accel/tcg: Move post-load tb_flush to vm_change_state hook
Richard Henderson
2
-9
/
+21
2025-09-24
accel/tcg: Split out tb_flush__exclusive_or_serial
Richard Henderson
2
-14
/
+40
2025-09-24
hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_init
Richard Henderson
1
-2
/
+2
2025-09-24
target/riscv: Record misa_ext in TCGTBCPUState.cs_base
Richard Henderson
2
-4
/
+2
2025-09-24
target/alpha: Simplify call_pal implementation
Richard Henderson
4
-27
/
+6
2025-09-24
gdbstub: Remove tb_flush uses
Richard Henderson
2
-8
/
+0
2025-09-24
tests/tcg/multiarch: Add tb-link test
Richard Henderson
2
-0
/
+69
2025-09-24
accel/tcg: Properly unlink a TB linked to itself
Richard Henderson
1
-0
/
+8
2025-09-24
docs/code-provenance: AI exceptions are in addition to DCO
Paolo Bonzini
1
-0
/
+6
2025-09-24
docs/code-provenance: make the exception process more prominent
Paolo Bonzini
1
-5
/
+10
2025-09-24
docs/code-provenance: clarify scope very early
Paolo Bonzini
1
-6
/
+6
2025-09-24
hw/xen: Do not unparent in instance_finalize()
Akihiko Odaki
1
-10
/
+1
2025-09-24
vfio: Do not unparent in instance_finalize()
Akihiko Odaki
2
-11
/
+1
2025-09-24
hw/sd/sdhci: Do not unparent in instance_finalize()
Akihiko Odaki
1
-4
/
+0
[next]