summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-25meson: avoid compiling qemu-keymap by defaultLaurent Vivier1-0/+5
2020-08-25meson: move xkbcommon to mesonLaurent Vivier4-31/+12
2020-08-25meson: drop keymaps symlinkGerd Hoffmann1-1/+1
2020-08-24target/arm: Use correct FPST for VCMLA, VCADD on fp16Peter Maydell1-3/+3
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell4-2/+18
2020-08-24target/arm: Make A32/T32 use new fpstatus_ptr() APIPeter Maydell3-49/+36
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell4-72/+103
2020-08-24target/arm: Delete unused ARM_FEATURE_CRCPeter Maydell1-1/+0
2020-08-24target/arm/translate.c: Delete/amend incorrect commentsPeter Maydell1-2/+2
2020-08-24target/arm: Delete unused VFP_DREG macrosPeter Maydell1-15/+0
2020-08-24target/arm: Remove ARCH macroPeter Maydell1-5/+9
2020-08-24target/arm: Convert T32 coprocessor insns to decodetreePeter Maydell2-62/+21
2020-08-24target/arm: Do M-profile NOCP checks early and via decodetreePeter Maydell5-27/+100
2020-08-24target/arm: Tidy up disas_arm_insn()Peter Maydell1-17/+9
2020-08-24target/arm: Convert A32 coprocessor insns to decodetreePeter Maydell3-11/+111
2020-08-24target/arm: Separate decode from handling of coproc insnsPeter Maydell1-32/+44
2020-08-24target/arm: Pull handling of XScale insns out of disas_coproc_insn()Peter Maydell1-15/+29
2020-08-24docs/system/arm: Document the Xilinx Versal Virt boardEdgar E. Iglesias3-1/+179
2020-08-24hw/arm/smmuv3: Advertise SMMUv3.2 range invalidationEric Auger2-0/+2
2020-08-24hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 supportEric Auger5-3/+10
2020-08-24hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 supportEric Auger3-0/+5
2020-08-24hw/arm/smmuv3: Fix IIDR offsetEric Auger1-1/+1
2020-08-24hw/arm/smmuv3: Get prepared for range invalidationEric Auger5-31/+69
2020-08-24hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helperEric Auger2-21/+18
2020-08-24hw/arm/smmu-common: Manage IOTLB block entriesEric Auger5-25/+67
2020-08-24hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB valueEric Auger3-23/+31
2020-08-24hw/arm/smmu: Introduce smmu_get_iotlb_key()Eric Auger3-30/+38
2020-08-24hw/arm/smmu-common: Add IOTLB helpersEric Auger4-26/+43
2020-08-24hw/arm/smmu-common: Factorize some code in smmu_ptw_64()Eric Auger1-31/+17
2020-08-24hw/cpu/a9mpcore: Verify the machine use Cortex-A9 coresPhilippe Mathieu-Daudé1-1/+11
2020-08-24microblaze: petalogix-s3adsp1800: Add device-tree sourceEdgar E. Iglesias2-0/+282
2020-08-24microblaze: petalogix-ml605: Add device-tree sourceEdgar E. Iglesias2-0/+350
2020-08-24target/microblaze: mbar: Trap sleeps from user-spaceEdgar E. Iglesias1-0/+5
2020-08-24configure: microblaze: Enable mttcgEdgar E. Iglesias1-0/+1
2020-08-24target/microblaze: swx: Use atomic_cmpxchgEdgar E. Iglesias1-8/+13
2020-08-24target/microblaze: mbar: Add support for data-access barriersEdgar E. Iglesias1-0/+5
2020-08-24target/microblaze: mbar: Move LOG_DIS to before sleepEdgar E. Iglesias1-1/+2
2020-08-24target/microblaze: mbar: Transfer dc->rd to mbar_immEdgar E. Iglesias1-2/+4
2020-08-23linux-user: Fix 'utimensat()' implementationFilip Bozuta1-2/+7
2020-08-23linux-user: Add support for a group of 2038 safe syscallsFilip Bozuta2-1/+143
2020-08-23linux-user: Modify 'target_to_host/host_to_target_itimerspec()'Filip Bozuta1-27/+19
2020-08-23linux-user: Adjust guest page protection for the hostRichard Henderson1-1/+5
2020-08-23linux-user: Validate mmap/mprotect prot valueRichard Henderson1-33/+73
2020-08-23linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last valueFilip Bozuta1-2/+6
2020-08-21hw/intc: ibex_plic: Honour source prioritiesAlistair Francis1-5/+10
2020-08-21hw/intc: ibex_plic: Don't allow repeat interrupts on claimed linesAlistair Francis2-0/+18
2020-08-21hw/intc: ibex_plic: Update the pending irqsAlistair Francis1-0/+4
2020-08-21target/riscv: Change the TLB page size depends on PMP entries.Zong Li3-2/+62
2020-08-21target/riscv: Fix the translation of physical addressZong Li1-2/+3
2020-08-21gitlab-ci/opensbi: Update GitLab CI to build generic platformBin Meng1-18/+10