aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-11tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/i386: Convert tcg_out_qemu_st_slow_pathRichard Henderson
2023-05-11tcg/i386: Convert tcg_out_qemu_ld_slow_pathRichard Henderson
2023-05-11tcg: Add routines for calling slow-path helpersRichard Henderson
2023-05-11tcg/s390x: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/riscv: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/ppc: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/mips: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/loongarch64: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/arm: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/aarch64: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/i386: Use indexed addressing for softmmu fast pathRichard Henderson
2023-05-11tcg/i386: Introduce prepare_host_addrRichard Henderson
2023-05-11accel/tcg/tcg-accel-ops-rr: ensure fairness with icountJamie Iles
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles
2023-05-11disas: Move disas.c into the target-independent source setThomas Huth
2023-05-11disas: Move softmmu specific code to separate fileThomas Huth
2023-05-11disas: Remove target-specific headersRichard Henderson
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson
2023-05-11disas: Move disas.c to disas/Richard Henderson
2023-05-11disas: Fix tabs and braces in disas.cRichard Henderson
2023-05-11accel/tcg: Fix atomic_mmu_lookup for readsRichard Henderson
2023-05-11target/m68k: Fix gen_load_fp for OS_LONGRichard Henderson
2023-05-11Merge tag 'migration-20230509-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-10migration: block incoming colo when capability is disabledVladimir Sementsov-Ogievskiy
2023-05-10migration: disallow change capabilities in COLO stateVladimir Sementsov-Ogievskiy
2023-05-10migration: process_incoming_migration_co: simplify code flow around retVladimir Sementsov-Ogievskiy
2023-05-10migration: drop colo_incoming_thread from MigrationIncomingStateVladimir Sementsov-Ogievskiy
2023-05-10build: move COLO under CONFIG_REPLICATIONVladimir Sementsov-Ogievskiy
2023-05-10colo: make colo_checkpoint_notify static and provide simpler APIVladimir Sementsov-Ogievskiy