summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Expand)Author
2026-03-23configs/targets: Restrict the legacy ldst_phys() API on ARM / Aarch64Philippe Mathieu-Daudé
2026-03-10gdbstub: Remove 'gdb-xml/' directory prefix in TARGET_XML_FILESPhilippe Mathieu-Daudé
2026-03-06hw/arm: Remove the deprecated "highbank" and "midway" machinesThomas Huth
2026-03-02Merge tag 'pull-request-2026-03-02' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2026-03-02Remove the qemu-system-microblazeel target from the buildThomas Huth
2026-03-01bsd-user: update aarch64-bsd-user.mak gdb XML listSiva Mahadevan
2026-02-26target-info: Add page_bits_{init,vary}Richard Henderson
2026-02-26target/or1k: Use XML register definitions from GDBPhilippe Mathieu-Daudé
2026-02-26target/sparc: Expose gdbstub registers to sparc32 targetsPhilippe Mathieu-Daudé
2026-02-26target/sparc: Expose gdbstub registers to sparc32plus targetPhilippe Mathieu-Daudé
2026-02-26target/sparc: Restore 'gdb-xml/sparc64-cpu.xml'Philippe Mathieu-Daudé
2026-02-26target/sparc: Restore 'gdb-xml/sparc64-fpu.xml'Philippe Mathieu-Daudé
2026-02-26target/sparc: Restore 'gdb-xml/sparc64-cp0.xml'Philippe Mathieu-Daudé
2026-02-09target/or1k: Rename from openriscRichard Henderson
2026-02-09configs/targets: Restrict the legacy ldst_phys() API on x86 targetsPhilippe Mathieu-Daudé
2026-02-09configs/targets: Restrict legacy ldst_phys() API on 32-bit SPARC targetPhilippe Mathieu-Daudé
2026-02-09configs/targets: Forbid SPARC to use legacy native endianness APIsPhilippe Mathieu-Daudé
2026-02-02target/alpha: Replace legacy ld_phys() -> address_space_ld()Philippe Mathieu-Daudé
2026-02-02configs/targets: Forbid Alpha to use legacy native endianness APIsPhilippe Mathieu-Daudé
2026-01-22configs/targets: Forbid s390x to use legacy native endianness APIsPhilippe Mathieu-Daudé
2026-01-22configs/targets: Forbid Renesas RX to use legacy native endianness APIPhilippe Mathieu-Daudé
2026-01-22configs/targets: Forbid TriCore to use legacy native endianness APIPhilippe Mathieu-Daudé
2026-01-22configs/targets: Forbid OpenRISC to use legacy native endianness APIsPhilippe Mathieu-Daudé
2026-01-22configs/targets: Forbid LoongArch to use legacy native endianness APIsPhilippe Mathieu-Daudé
2026-01-22configs/targets: Forbid HPPA to use legacy native endianness APIsPhilippe Mathieu-Daudé
2026-01-22configs/targets: Forbid Hexagon to use legacy native endianness APIPhilippe Mathieu-Daudé
2026-01-13configs: use default prefix for Windows compilationPaolo Bonzini
2026-01-09hw/riscv: Add support for MIPS Boston-aia board modeDjordje Todorovic
2025-12-30configs/targets: Mark targets not using legacy ldst_phys() APIPhilippe Mathieu-Daudé
2025-12-30configs/targets: Mark targets not using legacy ldst_phys() APIPhilippe Mathieu-Daudé
2025-12-27i386/gdbstub: Add APX support for gdbstubZhao Liu
2025-11-01Merge tag 'pull-ppc-for-10.2-d4-20251030' of https://gitlab.com/harshpb/qemu ...Richard Henderson
2025-10-31Merge tag 'single-binary-20251030' of https://github.com/philmd/qemu into sta...Richard Henderson
2025-10-30config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)Philippe Mathieu-Daudé
2025-10-30meson: Prepare to accept per-binary TargetInfo structure implementationPhilippe Mathieu-Daudé
2025-10-30hw/ppc/pegasos2: Rename to pegasosBALATON Zoltan
2025-10-29configs: drop SBSA_REF from minimal specificationAlex Bennée
2025-10-23target/arm: Implement SME2 support in gdbstubPeter Maydell
2025-09-02hw/mips: Remove mipssim machinePhilippe Mathieu-Daudé
2025-07-14gdbstub: add the GDB register XML files for sparc64.Rot127
2025-07-14target/alpha: Add GDB XML feature fileYodel Eldar
2025-07-04hw/riscv: Initial support for BOSC's Xiangshan Kunminghu FPGA prototypeHuang Borong
2025-05-30Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2025-05-28i386: Introduce tdx-guest objectXiaoyao Li
2025-05-28target/microblaze: Use TARGET_LONG_BITS == 32 for system modeRichard Henderson
2025-05-06meson: Add wasm build in build scriptsKohei Tokunaga
2025-04-23tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported fieldPhilippe Mathieu-Daudé
2025-04-03hw/arm: Do not build VMapple machine by defaultPhilippe Mathieu-Daudé
2025-03-20rust: Kconfig: Factor out whether HPET is Rust or CPeter Maydell
2025-02-20hw/arm: Add NPCM8XX SoCHao Wu