]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-05-18 Matheus Tavares... Hexagon (target/hexagon/*.py): raise exception on reg...
2023-05-18 Paolo Bonzinitarget/hexagon: fix = vs. == mishap
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Additional instructions handle...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Move items to DisasContext
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Move pkt_has_store_s1 to Disas...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Move pred_written to DisasContext
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Move new_pred_value to DisasCo...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Move new_value to DisasContext
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Make special new_value for USR
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add overrides for disabled...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Short-circuit more HVX single...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Short-circuit packet HVX writes
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Short-circuit packet predicate...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Short-circuit packet register...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Mark registers as read during...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Don't overlap dest writes...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Clean up pred_written usage
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Eliminate uses of log_pred_wri...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Remove log_reg_write from...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add overrides for clr[tf]new
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add overrides for allocframe...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add overrides for loop setup...
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add DisasContext arg to gen_lo...
2023-05-18 Taylor Simpsonmeson.build Add CONFIG_HEXAGON_IDEF_PARSER
2023-05-18 Taylor SimpsonHexagon (tests/tcg/hexagon) Add v73 scalar tests
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add v73 scalar instructions
2023-05-18 Taylor SimpsonHexagon (tests/tcg/hexagon) Add v69 HVX tests
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add v69 HVX instructions
2023-05-18 Taylor SimpsonHexagon (tests/tcg/hexagon) Add v68 HVX tests
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add v68 HVX instructions
2023-05-18 Taylor SimpsonHexagon (tests/tcg/hexagon) Add v68 scalar tests
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add v68 scalar instructions
2023-05-18 Taylor SimpsonHexagon (target/hexagon) Add support for v68/v69/v71/v73
2023-05-11 Richard HendersonMerge tag 'pull-tcg-20230511-2' of https://gitlab.com...
2023-05-11 Richard Hendersontarget/loongarch: Do not include tcg-ldst.h
2023-05-11 Richard Hendersonaccel/tcg: Reorg system mode store helpers
2023-05-11 Richard Hendersonaccel/tcg: Reorg system mode load helpers
2023-05-11 Richard Hendersonaccel/tcg: Introduce tlb_read_idx
2023-05-11 Richard Hendersonaccel/tcg: Add cpu_in_serial_context
2023-05-11 Richard Hendersontcg: Remove TARGET_ALIGNED_ONLY
2023-05-11 Richard Hendersontarget/sh4: Remove TARGET_ALIGNED_ONLY
2023-05-11 Richard Hendersontarget/sh4: Use MO_ALIGN where required
2023-05-11 Richard Hendersontarget/nios2: Remove TARGET_ALIGNED_ONLY
2023-05-11 Richard Hendersontarget/mips: Remove TARGET_ALIGNED_ONLY
2023-05-11 Richard Hendersontarget/mips: Use MO_ALIGN instead of 0
2023-05-11 Richard Hendersontarget/mips: Add missing default_tcg_memop_mask
2023-05-11 Richard Hendersontarget/mips: Add MO_ALIGN to gen_llwp, gen_scwp
2023-05-11 Richard Hendersontcg/s390x: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/s390x: Use ALGFR in constructing softmmu host address
2023-05-11 Richard Hendersontcg/riscv: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/ppc: Remove unused constraint J
2023-05-11 Richard Hendersontcg/ppc: Remove unused constraints A, B, C, D
2023-05-11 Richard Hendersontcg/ppc: Adjust constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/ppc: Reorg tcg_out_tlb_read
2023-05-11 Richard Hendersontcg/mips: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/mips: Reorg tlb load within prepare_host_addr
2023-05-11 Richard Hendersontcg/mips: Remove MO_BSWAP handling
2023-05-11 Richard Hendersontcg/loongarch64: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/i386: Convert tcg_out_qemu_st_slow_path
2023-05-11 Richard Hendersontcg/i386: Convert tcg_out_qemu_ld_slow_path
2023-05-11 Richard Hendersontcg: Add routines for calling slow-path helpers
2023-05-11 Richard Hendersontcg/s390x: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/riscv: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/ppc: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/mips: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/loongarch64: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/arm: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/aarch64: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/i386: Use indexed addressing for softmmu fast path
2023-05-11 Richard Hendersontcg/i386: Introduce prepare_host_addr
2023-05-11 Jamie Ilesaccel/tcg/tcg-accel-ops-rr: ensure fairness with icount
2023-05-11 Jamie Ilescpu: expose qemu_cpu_list_lock for lock-guard use
2023-05-11 Thomas Huthdisas: Move disas.c into the target-independent source set
2023-05-11 Thomas Huthdisas: Move softmmu specific code to separate file
2023-05-11 Richard Hendersondisas: Remove target-specific headers
2023-05-11 Richard Hendersondisas: Remove target_ulong from the interface
2023-05-11 Richard Hendersondisas: Move disas.c to disas/
2023-05-11 Richard Hendersondisas: Fix tabs and braces in disas.c
2023-05-11 Richard Hendersonaccel/tcg: Fix atomic_mmu_lookup for reads
2023-05-11 Richard Hendersontarget/m68k: Fix gen_load_fp for OS_LONG
2023-05-11 Richard HendersonMerge tag 'migration-20230509-pull-request' of https...
2023-05-10 Vladimir Sementsov... migration: block incoming colo when capability is disabled
2023-05-10 Vladimir Sementsov... migration: disallow change capabilities in COLO state
2023-05-10 Vladimir Sementsov... migration: process_incoming_migration_co: simplify...
2023-05-10 Vladimir Sementsov... migration: drop colo_incoming_thread from MigrationInco...
2023-05-10 Vladimir Sementsov... build: move COLO under CONFIG_REPLICATION
2023-05-10 Vladimir Sementsov... colo: make colo_checkpoint_notify static and provide...
2023-05-10 Vladimir Sementsov... block/meson.build: prefer positive condition for replic...
2023-05-10 Lukas Straubmultifd: Add the ramblock to MultiFDRecvParams
2023-05-10 Lukas Straubram: Let colo_flush_ram_cache take the bitmap_mutex
2023-05-10 Lukas Straubram: Add public helper to set colo bitmap
2023-05-10 Richard HendersonMerge tag 'pull-testing-updates-100523-1' of https...
2023-05-10 Fabiano Rosashw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine
next