126317 Commits (8b2f8590632204dc61d6973442ea815e9dad5ba8)
 

Author SHA1 Message Date
Philippe Mathieu-Daudé 8b2f859063 system: Allow restricting the legacy DEVICE_NATIVE_ENDIAN definition 4 months ago
Philippe Mathieu-Daudé a9c39c7083 system: Allow restricting the legacy MO_TE* 'native-endian' definitions 4 months ago
Philippe Mathieu-Daudé f9e68a2c82 system: Allow restricting the legacy tswap() 'native-endian' API 4 months ago
Philippe Mathieu-Daudé 0fca27a4d5 system: Allow restricting the legacy translator_ld() 'native-endian' API 4 months ago
Philippe Mathieu-Daudé 2c9429d213 system: Allow restricting the legacy cpu_ld/st() 'native-endian' API 4 months ago
Philippe Mathieu-Daudé 5d267f5b85 system: Allow restricting legacy address_space_ldst() native-endian API 4 months ago
Philippe Mathieu-Daudé 23b34de6df system: Allow restricting the legacy ld/st_phys() 'native-endian' API 4 months ago
Philippe Mathieu-Daudé d5461ff4eb system/memory: Directly call address_space_ldst[M]_internal() helper 3 months ago
Philippe Mathieu-Daudé dd1b3aaa05 system/memory: Use ldm_p() and stm_p() helpers 3 months ago
Philippe Mathieu-Daudé c790e17de2 system/memory: Pass device_endian argument as MemOp bit 4 months ago
Philippe Mathieu-Daudé 9c2ed58b6d system/memory: Factor address_space_ldst[M]_internal() helper out 4 months ago
Philippe Mathieu-Daudé 99989213a2 system/memory: Define address_space_ldst[Q] endian variants via template 4 months ago
Philippe Mathieu-Daudé 2cdca569bd system/memory: Define address_space_ldst[L] endian variants via template 4 months ago
Philippe Mathieu-Daudé 08bcb64bce system/memory: Define address_space_ldst[W] endian variants via template 4 months ago
Philippe Mathieu-Daudé cfb88b2ce3 system/memory: Introduce ldm_p() and stm_p() load/store helpers 3 months ago
Philippe Mathieu-Daudé e3bf323f53 bswap: Remove unnecessary 'qemu/bswap.h' 3 months ago
Philippe Mathieu-Daudé e44dc42f3a bswap: Use 'qemu/bswap.h' instead of 'qemu/host-utils.h' 3 months ago
Philippe Mathieu-Daudé 3115691855 bswap: Include missing 'qemu/bswap.h' header 3 months ago
Philippe Mathieu-Daudé 81c389fd6f target/ppc: Simplify endianness handling in Altivec opcodes 4 months ago
Philippe Mathieu-Daudé ff9359fca2 target/sh4: Replace cpu_stl_data() call in OCBI helper 4 months ago
Philippe Mathieu-Daudé 4cc30fe59f target/sparc: Use big-endian variant of cpu_ld/st_data*() 4 months ago
Philippe Mathieu-Daudé 9668079d8b target/m68k: Use big-endian variant of cpu_ld/st_data*() 4 months ago
Philippe Mathieu-Daudé b7f18d2980 target/riscv: Use little-endian variant of cpu_ld/st_data*() for vector 4 months ago
Philippe Mathieu-Daudé 3c8f525e93 target/i386: Use little-endian variant of cpu_ld/st_data*() 4 months ago
Richard Henderson 2339d0a1cf Misc HW patches 2 months ago
Richard Henderson 464f49bf90 trivial patches for 2026-01-20 2 months ago
Philippe Mathieu-Daudé e8efe5ff4a meson: Do not try to build module for empty per-target hw/ directory 3 months ago
Paolo Bonzini b248ca4670 hw/virtio-nsm: include qemu/osdep.h 2 months ago
Gerd Hoffmann 41e047ad66 hw/uefi: add pcap support 4 months ago
Gerd Hoffmann 9aac42720c hw: move pcap structs to header file 4 months ago
Daan De Meyer 3a18e8a259 hw/loader: Add support for zboot images compressed with zstd 4 months ago
Daan De Meyer 3fd0734cb3 hw/loader: Use g_autofree in unpack_efi_zboot_image() 4 months ago
Daan De Meyer f9e1dcb7d3 hw/loader: Rename UBOOT_MAX _GUNZIP_BYTES to _DECOMPRESSED_BYTES 4 months ago
Daan De Meyer 0d0ba24909 hw/loader: Rename LOAD_IMAGE_MAX _GUNZIP_BYTES to _DECOMPRESSED_BYTES 4 months ago
Bernhard Beschow 4395c14a45 hw/sd/trace-events: Remove redundant "SWITCH " command name 3 months ago
Bernhard Beschow 7980909d65 hw/sd/sdhci: Remove vendor property 3 months ago
Bernhard Beschow ab49b0ac04 hw/sd/sdhci: Remove endianness property 2 years ago
Bernhard Beschow ca35f8cc4d hw/arm/fsl-imx25: Extract TYPE_FSL_ESDHC_LE 1 year ago
Bernhard Beschow 3b8ea2c193 hw/ppc/e500: Use TYPE_FSL_ESDHC_BE 1 year ago
Bernhard Beschow 75e98bc4f8 hw/sd/sdhci: Add TYPE_FSL_ESDHC_BE 1 year ago
Bernhard Beschow f8f1f5917c hw/sd/sdhci: Rename usdhc_ functions 3 months ago
Bernhard Beschow c12125d26f hw/sd/sdhci: Consolidate eSDHC constants 3 months ago
Bernhard Beschow 94f3a4d190 Revert "hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*" 3 months ago
Bernhard Beschow 37d65400b9 hw/arm/fsl-imx25: Apply missing reset quirk 3 months ago
Bernhard Beschow c8145636be hw/arm/fsl-imx6: Fix naming of SDHCI related constants and attributes 3 months ago
Bernhard Beschow 0c135c2f05 hw/arm/fsl-imx6: Remove now redundant setting of "sd-spec-version" property 3 months ago
Bernhard Beschow 214f79fdfb hw/sd/sdhci: Fix TYPE_IMX_USDHC to implement sd-spec-version 3 by default 3 months ago
Tao Tang d8d19c31b2 tests/qtest: Add SMMUv3 bare-metal test using iommu-testdev 6 months ago
Tao Tang 489812e32d tests/qtest/libqos: Add SMMUv3 helper library 4 months ago
Tao Tang a68650098a tests/qtest: Add libqos iommu-testdev helpers 2 months ago