aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela
2023-05-15migration/calc-dirty-rate: replaced CRC32 with xxHashAndrei Gudkov
2023-05-13Merge tag 'or1k-pull-request-20230513' of https://github.com/stffrdhrn/qemu i...Richard Henderson
2023-05-13Merge tag 'pull-target-arm-20230512' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell
2023-05-12tests/qtest: Don't run cdrom boot tests if no accelerator is presentFabiano Rosas
2023-05-12target/arm: Select CONFIG_ARM_V7M when TCG is enabledFabiano Rosas
2023-05-12target/arm: Select SEMIHOSTING when using TCGFabiano Rosas
2023-05-12hw/mips/malta: Fix minor dead code issuePeter Maydell
2023-05-12docs: Remove unused weirdly-named cross-reference targetsPeter Maydell
2023-05-12ui: Fix pixel colour channel order for PNG screenshotsPeter Maydell
2023-05-12MAINTAINERS: Update Akihiko Odaki's email addressAkihiko Odaki
2023-05-12target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell
2023-05-12target/arm: Don't allow stage 2 page table walks to downgrade to NSPeter Maydell
2023-05-12target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/Richard Henderson
2023-05-12target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/Richard Henderson
2023-05-11target/openrisc: Setup FPU for detecting tininess before roundingStafford Horne
2023-05-11target/openrisc: Set PC to cpu state on FPU exceptionStafford Horne
2023-05-11target/openrisc: Allow fpcsr access in user modeStafford Horne
2023-05-11Merge tag 'pull-tcg-20230511-2' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-05-11target/loongarch: Do not include tcg-ldst.hRichard Henderson
2023-05-11accel/tcg: Reorg system mode store helpersRichard Henderson
2023-05-11accel/tcg: Reorg system mode load helpersRichard Henderson
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson
2023-05-11accel/tcg: Add cpu_in_serial_contextRichard Henderson
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11target/sh4: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11target/sh4: Use MO_ALIGN where requiredRichard Henderson
2023-05-11target/nios2: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11target/mips: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11target/mips: Use MO_ALIGN instead of 0Richard Henderson
2023-05-11target/mips: Add missing default_tcg_memop_maskRichard Henderson
2023-05-11target/mips: Add MO_ALIGN to gen_llwp, gen_scwpRichard Henderson
2023-05-11tcg/s390x: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-11tcg/s390x: Use ALGFR in constructing softmmu host addressRichard Henderson
2023-05-11tcg/riscv: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-11tcg/ppc: Remove unused constraint JRichard Henderson
2023-05-11tcg/ppc: Remove unused constraints A, B, C, DRichard Henderson
2023-05-11tcg/ppc: Adjust constraints on qemu_ld/stRichard Henderson
2023-05-11tcg/ppc: Reorg tcg_out_tlb_readRichard Henderson
2023-05-11tcg/mips: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-11tcg/mips: Reorg tlb load within prepare_host_addrRichard Henderson
2023-05-11tcg/mips: Remove MO_BSWAP handlingRichard Henderson
2023-05-11tcg/loongarch64: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-11tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/arm: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson