OSDN Git Service

gdbstub: lightly refactor connection to avoid snprintf
[qmiga/qemu.git] / tcg /
2023-07-01 Richard HendersonMerge tag 'pull-tcg-20230701' of https://gitlab.com...
2023-07-01 Philippe Mathieu... tcg: Reduce tcg_assert_listed_vecop() scope
2023-06-28 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-06-28 Richard HendersonMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-06-26 Richard HendersonMerge tag 'pull-tcg-20230626' of https://gitlab.com...
2023-06-26 Richard Hendersonaccel/tcg: Renumber TLB_DISCARD_WRITE
2023-06-26 Richard Hendersontcg: Do not elide memory barriers for !CF_PARALLEL...
2023-06-26 Max Choutcg: Fix temporary variable in tcg_gen_gvec_andcs
2023-06-26 Fei Wuaccel/tcg: remove CONFIG_PROFILER
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-06-20 Richard HendersonMerge tag 'pull-tcg-20230620' of https://gitlab.com...
2023-06-20 Philippe Mathieu... meson: Replace softmmu_ss -> system_ss
2023-06-20 Richard Hendersontcg/ppc: Define _CALL_AIX for clang on ppc64(be)
2023-06-10 Richard HendersonMerge tag 'trivial-patches-20230610' of https://gitlab...
2023-06-09 Richard Hendersontcg/tci: Fix MemOpIdx operand index for 3-operand memops
2023-06-07 Richard HendersonMerge tag 'pull-tricore-20230607' of https://github...
2023-06-07 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-07 Richard HendersonMerge tag 'pull-xen-20230607' of https://xenbits.xen...
2023-06-07 Richard HendersonMerge tag 'pull-vfio-user-20230607' of https://gitlab...
2023-06-07 Richard HendersonMerge tag 'pull-ci-20230607' of https://gitlab.com...
2023-06-07 Richard Hendersontcg/tci: Adjust call-clobbered regs for int128_t
2023-06-07 Richard Hendersontcg/tci: Adjust passing of MemOpIdx
2023-06-06 Richard HendersonMerge tag 'pull-request-2023-06-06' of https://gitlab...
2023-06-05 Richard HendersonMerge tag 'pull-tcg-20230605' of https://gitlab.com...
2023-06-05 Philippe Mathieu... tcg/tcg-op-vec: Remove left over _link_error() definitions
2023-06-05 Richard Hendersontcg: Build once for system and once for user-only
2023-06-05 Richard Hendersontcg: Remove target-specific headers from tcg.[ch]
2023-06-05 Richard Hendersontcg: Fix PAGE/PROT confusion
2023-06-05 Richard Hendersontcg: Spit out exec/translation-block.h
2023-06-05 Richard Hendersontcg: Remove NO_CPU_IO_DEFS
2023-06-05 Richard Hendersontcg: Split tcg/tcg-op-gvec.h
2023-06-05 Richard Hendersontcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
2023-06-05 Richard Hendersontcg: Add guest_mo to TCGContext
2023-06-05 Richard Hendersontcg: Add insn_start_words to TCGContext
2023-06-05 Richard Hendersontcg: Split tcg_gen_callN
2023-06-05 Richard Hendersontcg: Move temp_idx and tcgv_i32_temp debug out of line
2023-06-05 Richard Hendersontcg: Pass TCGHelperInfo to tcg_gen_callN
2023-06-05 Richard Hendersontcg: Move TCGHelperInfo and dependencies to tcg/helper...
2023-06-05 Richard Hendersontcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
2023-06-05 Richard Hendersontcg: Split out tcg-target-reg-bits.h
2023-06-05 Richard Hendersontcg: Add tlb_fast_offset to TCGContext
2023-06-05 Richard Hendersontcg: Widen CPUTLBEntry comparators to 64-bits
2023-06-05 Richard Hendersontcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-06-05 Richard Hendersontcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-06-05 Richard Hendersontcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-06-05 Richard Hendersontcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-30 Richard HendersonMerge tag 'pull-tcg-20230530' of https://gitlab.com...
2023-05-30 Richard Hendersontcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS
2023-05-30 Richard Hendersontcg/s390x: Support 128-bit load/store
2023-05-30 Richard Hendersontcg/ppc: Support 128-bit load/store
2023-05-30 Richard Hendersontcg/aarch64: Support 128-bit load/store
2023-05-30 Richard Hendersontcg/aarch64: Simplify constraints on qemu_ld/st
2023-05-30 Richard Hendersontcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2
2023-05-30 Richard Hendersontcg/aarch64: Rename temporaries
2023-05-30 Richard Hendersontcg/i386: Support 128-bit load/store
2023-05-30 Richard Hendersontcg: Fix register move type in tcg_out_ld_helper_ret
2023-05-25 Richard HendersonMerge tag 'pull-tcg-20230525' of https://gitlab.com...
2023-05-25 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-05-25 Richard Hendersontcg/riscv: Support CTZ, CLZ from Zbb
2023-05-25 Richard Hendersontcg/riscv: Implement movcond
2023-05-25 Richard Hendersontcg/riscv: Improve setcond expansion
2023-05-25 Richard Hendersontcg/riscv: Support CPOP from Zbb
2023-05-25 Richard Hendersontcg/riscv: Support REV8 from Zbb
2023-05-25 Richard Hendersontcg/riscv: Support rotates from Zbb
2023-05-25 Richard Hendersontcg/riscv: Use ADD.UW for guest address generation
2023-05-25 Richard Hendersontcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from...
2023-05-25 Richard Hendersontcg/riscv: Support ANDN, ORN, XNOR from Zbb
2023-05-25 Richard Hendersontcg/riscv: Probe for Zba, Zbb, Zicond extensions
2023-05-25 Richard Hendersontcg/mips: Replace MIPS_BE with HOST_BIG_ENDIAN
2023-05-25 Richard Hendersontcg/mips: Use qemu_build_not_reached for LO/HI_OFF
2023-05-25 Richard Hendersontcg/mips: Try three insns with shift and add in tcg_out...
2023-05-25 Richard Hendersontcg/mips: Try tb-relative addresses in tcg_out_movi
2023-05-25 Richard Hendersontcg/mips: Aggressively use the constant pool for n64...
2023-05-25 Richard Hendersontcg/mips: Use the constant pool for 64-bit constants
2023-05-25 Richard Hendersontcg/mips: Split out tcg_out_movi_two
2023-05-25 Richard Hendersontcg/mips: Split out tcg_out_movi_one
2023-05-25 Richard Hendersontcg/mips: Create and use TCG_REG_TB
2023-05-25 Richard Hendersontcg/mips: Unify TCG_GUEST_BASE_REG tests
2023-05-25 Richard Hendersontcg/mips: Move TCG_GUEST_BASE_REG to S7
2023-05-25 Richard Hendersontcg/mips: Move TCG_AREG0 to S8
2023-05-24 Richard HendersonMerge tag 'pull-vfio-20230524' of https://github.com...
2023-05-24 Richard HendersonMerge tag 'pull-tcg-20230523-3' of https://gitlab.com...
2023-05-24 Richard Hendersontcg: Remove USE_TCG_OPTIMIZATIONS
2023-05-24 Richard Hendersontcg: Remove DEBUG_DISAS
2023-05-24 Richard Hendersonaccel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
2023-05-23 Richard Hendersonutil: Add cpuinfo-aarch64.c
2023-05-23 Richard Hendersontcg/i386: Use host/cpuinfo.h
2023-05-19 Richard HendersonMerge tag 'pull-hex-20230518-1' of https://github.com...
2023-05-18 Richard HendersonMerge tag 'migration-20230518-pull-request' of https...
2023-05-18 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-05-18 Paolo Bonzinimeson: remove static_kwargs
2023-05-17 Richard HendersonMerge tag 'linux-user-for-8.1-pull-request' of https...
2023-05-17 Richard HendersonMerge tag 'pull-tcg-20230516-3' of https://gitlab.com...
2023-05-17 Richard Hendersontcg: Split out exec/user/guest-base.h
2023-05-17 Richard Hendersontcg: Add tlb_dyn_max_bits to TCGContext
2023-05-17 Richard Hendersontcg: Add page_bits and page_mask to TCGContext
2023-05-17 Richard Hendersontcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
next