aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-30tests/decode: Convert tests to mesonRichard Henderson3-28/+60
2023-05-30decodetree: Do not remove output_file from /devRichard Henderson1-1/+6
2023-05-30decodetree: Diagnose empty pattern groupRichard Henderson1-0/+6
2023-05-30decodetree: Fix recursion in prop_format and build_treeRichard Henderson1-2/+2
2023-05-30decodetree: Add --test-for-errorRichard Henderson1-2/+7
2023-05-30tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITSRichard Henderson9-9/+0
2023-05-30accel/tcg: Add aarch64 store_atom_insert_al16Richard Henderson1-0/+47
2023-05-30accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8Richard Henderson1-0/+40
2023-05-30accel/tcg: Add x86_64 load_atom_extract_al16_or_al8Richard Henderson1-0/+50
2023-05-30accel/tcg: Extract store_atom_insert_al16 to host headerRichard Henderson2-39/+51
2023-05-30accel/tcg: Extract load_atom_extract_al16_or_al8 to host headerRichard Henderson2-34/+47
2023-05-30tcg/s390x: Support 128-bit load/storeRichard Henderson3-4/+107
2023-05-30tcg/ppc: Support 128-bit load/storeRichard Henderson4-13/+101
2023-05-30tcg/aarch64: Support 128-bit load/storeRichard Henderson3-3/+151
2023-05-30tcg/aarch64: Simplify constraints on qemu_ld/stRichard Henderson3-29/+19
2023-05-30tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2Richard Henderson1-2/+7
2023-05-30tcg/aarch64: Rename temporariesRichard Henderson1-25/+25
2023-05-30tcg/i386: Support 128-bit load/storeRichard Henderson2-5/+190
2023-05-30qemu/atomic128: Add x86_64 atomic128-ldst.hRichard Henderson1-0/+68
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson2-7/+12
2023-05-30accel/tcg: Fix check for page writeability in load_atomic16_or_exitRichard Henderson1-2/+2
2023-05-30tcg: Fix register move type in tcg_out_ld_helper_retRichard Henderson1-2/+2
2023-05-30Merge tag 'pull-target-arm-20230530-1' of https://git.linaro.org/people/pmayd...Richard Henderson21-145/+774
2023-05-30docs: sbsa: correct graphics card nameMarcin Juszkiewicz1-1/+1
2023-05-30hw/arm/sbsa-ref: add GIC node into DTMarcin Juszkiewicz1-1/+18
2023-05-30Update copyright dates to 2023Enze Li2-2/+2
2023-05-30arm/Kconfig: Make TCG dependence explicitFabiano Rosas1-41/+82
2023-05-30arm/Kconfig: Keep Kconfig default entries in default.mak as documentationFabiano Rosas2-0/+46
2023-05-30target/arm: Explain why we need to select ARM_V7MFabiano Rosas1-0/+3
2023-05-30target/arm: Explicitly select short-format FSR for M-profilePeter Maydell1-2/+11
2023-05-30tests/qtest: Run arm-specific tests only if the required machine is availableThomas Huth1-3/+4
2023-05-30hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs numberClément Chigot1-1/+1
2023-05-30hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu1-3/+8
2023-05-30hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh2-10/+23
2023-05-30hw/arm/smmuv3: Add stage-2 support in iova notifierMostafa Saleh2-14/+27
2023-05-30hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh4-9/+67
2023-05-30hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh5-22/+39
2023-05-30hw/arm/smmuv3: Make TLB lookup work for stage-2Mostafa Saleh1-11/+33
2023-05-30hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh4-10/+186
2023-05-30hw/arm/smmuv3: Add page table walk for stage-2Mostafa Saleh2-1/+176
2023-05-30hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh4-21/+26
2023-05-30hw/arm/smmuv3: Update translation config to hold stage-2Mostafa Saleh1-3/+19
2023-05-30hw/arm/smmuv3: Add missing fields for IDR0Mostafa Saleh1-0/+2
2023-05-30fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov2-0/+10
2023-05-29Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson26-129/+201
2023-05-29Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson19-60/+442
2023-05-28ppc/pegasos2: Change default CPU to 7457BALATON Zoltan1-1/+1
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin9-9/+30
2023-05-28ui/gtk: enable backend to send multi-touch eventsSergio Lopez1-0/+92
2023-05-28target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRFRichard Henderson1-56/+22