summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-14target/arm/helper: restrict define_tlb_insn_regs to system targetPierrick Bouvier1-0/+2
2025-05-14target/arm/tcg/tlb_helper: compile file twice (system, user)Pierrick Bouvier2-2/+4
2025-05-14target/arm/tcg/neon_helper: compile file twice (system, user)Pierrick Bouvier2-2/+5
2025-05-14target/arm/tcg/iwmmxt_helper: compile file twice (system, user)Pierrick Bouvier2-2/+5
2025-05-14target/arm/tcg/hflags: compile file twice (system, user)Pierrick Bouvier2-2/+10
2025-05-14target/arm/tcg/crypto_helper: compile file oncePierrick Bouvier2-3/+8
2025-05-14target/arm/tcg/vec_internal: use forward declaration for CPUARMStatePierrick Bouvier1-0/+2
2025-05-14target/arm/machine: compile file once (system)Pierrick Bouvier1-1/+1
2025-05-14target/arm/kvm-stub: add missing stubsPierrick Bouvier1-0/+10
2025-05-14target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load func...Pierrick Bouvier3-9/+16
2025-05-14target/arm/machine: remove TARGET_AARCH64 from migration statePierrick Bouvier1-4/+0
2025-05-14target/arm/machine: reduce migration include to avoid target specific definit...Pierrick Bouvier1-1/+2
2025-05-14target/arm/kvm-stub: compile file once (system)Pierrick Bouvier1-1/+2
2025-05-14target/arm/meson: accelerator files are not needed in user modePierrick Bouvier1-3/+2
2025-05-14target/arm/ptw: compile file once (system)Pierrick Bouvier1-1/+1
2025-05-14target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptwPierrick Bouvier1-1/+1
2025-05-14target/arm/ptw: replace target_ulong with int64_tPierrick Bouvier1-2/+2
2025-05-14target/arm/cortex-regs: compile file once (system)Pierrick Bouvier1-1/+1
2025-05-14target/arm/arm-powerctl: compile file once (system)Pierrick Bouvier1-1/+1
2025-05-14target/arm/arch_dump: compile file once (system)Pierrick Bouvier1-1/+1
2025-05-14target/arm/arch_dump: remove TARGET_AARCH64 conditionalsPierrick Bouvier1-6/+0
2025-05-14target/arm/vfp_fpscr: compile file twice (user, system)Pierrick Bouvier1-1/+2
2025-05-14target/arm/helper: compile file twice (user, system)Pierrick Bouvier1-1/+2
2025-05-14target/arm/helper: remove remaining TARGET_AARCH64Pierrick Bouvier1-8/+1
2025-05-14target/arm/helper: expose aarch64 cpu registrationPierrick Bouvier1-7/+0
2025-05-14target/arm/helper: replace target_ulong by vaddrPierrick Bouvier1-1/+1
2025-05-14target/arm/helper: restrict include to common helpersPierrick Bouvier1-1/+3
2025-05-14target/arm/debug_helper: compile file twice (user, system)Pierrick Bouvier1-2/+8
2025-05-14target/arm/debug_helper: remove target_ulongPierrick Bouvier1-1/+1
2025-05-14target/arm/debug_helper: only include common helpersPierrick Bouvier1-1/+3
2025-05-14target/arm/helper: extract common helpersPierrick Bouvier2-1150/+1155
2025-05-14target/arm/helper: use vaddr instead of target_ulong for probe_accessPierrick Bouvier2-2/+2
2025-05-14target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignmentPierrick Bouvier4-4/+4
2025-05-14tcg: add vaddr type for helpersPierrick Bouvier4-0/+31
2025-05-14target/arm/cpu32-stubs.c: compile file twice (user, system)Pierrick Bouvier1-7/+7
2025-05-14target/arm/cpu: compile file twice (user, system) onlyPierrick Bouvier1-1/+7
2025-05-14target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_featuresPierrick Bouvier3-6/+33
2025-05-14target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state commonPierrick Bouvier1-11/+0
2025-05-14target/arm/cpu: remove TARGET_BIG_ENDIAN dependencyPierrick Bouvier1-1/+2
2025-05-14target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.cPierrick Bouvier4-31/+36
2025-05-14target/arm/kvm-stub: add kvm_arm_reset_vcpu stubPierrick Bouvier1-0/+5
2025-05-14target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.hPierrick Bouvier2-82/+78
2025-05-14meson: add common libs for target and target_systemPierrick Bouvier1-17/+61
2025-05-14include/system/hvf: missing vaddr includePierrick Bouvier1-0/+1
2025-05-14target/arm: Replace target_ulong -> vaddr for HWBreakpointPhilippe Mathieu-Daudé2-6/+6
2025-05-14MAINTAINERS: Add an entry for the Bananapi machineThomas Huth1-0/+10
2025-05-14hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello11-1401/+1401
2025-05-14rust: pl011: Cut down amount of text quoted from PL011 TRMPeter Maydell1-210/+51
2025-05-14target/arm: Remove TYPE_AARCH64_CPUPeter Maydell5-59/+2
2025-05-14target/arm/kvm: don't check TYPE_AARCH64_CPUPeter Maydell1-2/+1