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-16
qtest/bios-tables-test: Add tests for legacy smmuv3 and smmuv3 device
Shameer Kolothum
1
-0
/
+86
2025-09-16
bios-tables-test: Allow for smmuv3 test data.
Shameer Kolothum
5
-0
/
+4
2025-09-16
qemu-options.hx: Document the arm-smmuv3 device
Shameer Kolothum
1
-0
/
+7
2025-09-16
hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
Shameer Kolothum
5
-1
/
+64
2025-09-16
hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrieval
Shameer Kolothum
3
-0
/
+34
2025-09-16
hw/arm/virt: Add an SMMU_IO_LEN macro
Nicolin Chen
1
-1
/
+4
2025-09-16
hw/arm/virt: Factor out common SMMUV3 dt bindings code
Shameer Kolothum
1
-25
/
+29
2025-09-16
hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
Shameer Kolothum
1
-0
/
+64
2025-09-16
hw/arm/virt-acpi-build: Re-arrange SMMUv3 IORT build
Shameer Kolothum
3
-45
/
+94
2025-09-16
hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
Shameer Kolothum
3
-4
/
+29
2025-09-16
target/arm: Added test case for SME register exposure to GDB
Vacha Bhavsar
3
-0
/
+152
2025-09-16
target/arm: Added support for SME register exposure to GDB
Vacha Bhavsar
4
-1
/
+132
2025-09-16
target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging
Vacha Bhavsar
1
-1
/
+21
2025-09-16
arm/kvm: report registers we failed to set
Cornelia Huck
1
-0
/
+86
2025-09-16
system: drop the -old-param option
Peter Maydell
7
-106
/
+13
2025-09-16
target/arm: Drop ARM_FEATURE_IWMMXT handling
Peter Maydell
6
-117
/
+0
2025-09-16
target/arm: Drop ARM_FEATURE_XSCALE handling
Peter Maydell
5
-80
/
+3
2025-09-16
target/arm: Remove iwmmxt helper functions
Peter Maydell
3
-769
/
+0
2025-09-16
target/arm: Remove XScale and iWMMXt translate.c code
Peter Maydell
4
-1339
/
+7
2025-09-16
target/arm: Remove deprecated pxa CPU family
Peter Maydell
3
-184
/
+14
2025-09-16
hw/arm/raspi4b: remove redundant check in raspi_add_memory_node
Osama Abdelkader
1
-13
/
+9
2025-09-16
target/arm: Implement FEAT_ATS1A
Richard Henderson
5
-0
/
+52
2025-09-16
target/arm: Remove outdated comment for ZCR_EL12
Richard Henderson
1
-5
/
+0
2025-09-16
target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5
Richard Henderson
1
-2
/
+26
2025-09-16
target/arm: Add prot_check parameter to do_ats_write
Richard Henderson
1
-8
/
+8
2025-09-16
target/arm: Skip AF and DB updates for AccessType_AT
Richard Henderson
1
-1
/
+14
2025-09-16
target/arm: Introduce get_phys_addr_for_at
Richard Henderson
3
-28
/
+24
2025-09-16
target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
Richard Henderson
1
-1
/
+1
2025-09-16
target/arm: Add in_prot_check to S1Translate
Richard Henderson
1
-5
/
+14
2025-09-16
target/arm: Add prot_check parameter to pmsav8_mpu_lookup
Richard Henderson
3
-9
/
+11
2025-09-16
linux-user/aarch64: Generate ESR signal records
Richard Henderson
2
-1
/
+36
2025-09-16
linux-user/aarch64: Check syndrome for EXCP_UDEF
Richard Henderson
1
-1
/
+74
2025-09-16
linux-user/aarch64: Split out signal_for_exception
Richard Henderson
1
-37
/
+47
2025-09-16
tests, scripts: Don't import print_function from __future__
Peter Maydell
14
-14
/
+0
2025-09-04
tcg/i386: Use vgf2p8affineqb for MO_8 vector shifts
Richard Henderson
1
-4
/
+71
2025-09-04
tcg/i386: Add INDEX_op_x86_vgf2p8affineqb_vec
Richard Henderson
2
-0
/
+7
2025-09-04
tcg/i386: Use canonical operand ordering in expand_vec_sari
Richard Henderson
1
-2
/
+2
2025-09-04
tcg/i386: Expand sari of bits-1 as pcmpgt
Richard Henderson
1
-0
/
+6
2025-09-04
cpuinfo/i386: Detect GFNI as an AVX extension
Richard Henderson
3
-0
/
+5
2025-09-04
tcg/arm: Fix tgen_deposit
Richard Henderson
1
-1
/
+2
2025-09-03
docs: fix typo in xive doc
Aditya Gupta
1
-1
/
+1
2025-09-03
scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
Philippe Mathieu-Daudé
1
-0
/
+3
2025-09-03
block/curl: drop old/unuspported curl version checks
Michael Tokarev
1
-12
/
+1
2025-09-03
block/curl: fix curl internal handles handling
Michael Tokarev
1
-5
/
+2
2025-09-03
chardev/baum: Fix compiler warning for Windows builds
Stefan Weil via
1
-2
/
+6
2025-09-02
hw/i386/pc_piix.c: remove unnecessary if() from pc_init1()
Mark Cave-Ayland
1
-4
/
+2
2025-09-02
hw/arm/boot: Correctly free the MemoryDeviceInfoList
Peter Maydell
1
-1
/
+1
2025-09-02
docs/about/removed-features: Clarify 'device_add' is removed
Philippe Mathieu-Daudé
1
-2
/
+2
2025-09-02
hw/mips/malta: Include 'system/system.h'
Cédric Le Goater
1
-0
/
+1
2025-09-02
hw/mips/loongson3_virt: Include 'system/system.h'
Cédric Le Goater
1
-0
/
+1
[next]