messages from 2023-05-03 07:06:56 to 2023-05-03 07:50:13 UTC [more...]
[PATCH v4 00/57] tcg: Improve atomicity support
2023-05-03 7:06 UTC (58+ messages)
` [PATCH v4 01/57] include/exec/memop: Add bits describing atomicity
` [PATCH v4 02/57] accel/tcg: Add cpu_in_serial_context
` [PATCH v4 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v4 04/57] accel/tcg: Reorg system mode load helpers
` [PATCH v4 05/57] accel/tcg: Reorg system mode store helpers
` [PATCH v4 06/57] accel/tcg: Honor atomicity of loads
` [PATCH v4 07/57] accel/tcg: Honor atomicity of stores
` [PATCH v4 08/57] target/loongarch: Do not include tcg-ldst.h
` [PATCH v4 09/57] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v4 11/57] tcg/tci: Use helper_{ld,st}*_mmu "
` [PATCH v4 12/57] tcg: Add 128-bit guest memory primitives
` [PATCH v4 13/57] meson: Detect atomic128 support with optimization
` [PATCH v4 14/57] tcg/i386: Add have_atomic16
` [PATCH v4 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v4 16/57] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v4 17/57] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v4 18/57] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v4 19/57] accel/tcg: Add have_lse2 support in ldst_atomicity
` [PATCH v4 20/57] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH v4 21/57] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v4 22/57] tcg/aarch64: "
` [PATCH v4 23/57] tcg/ppc: "
` [PATCH v4 24/57] tcg/loongarch64: "
` [PATCH v4 25/57] tcg/riscv: "
` [PATCH v4 26/57] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v4 27/57] tcg/arm: Use full load/store helpers in user-only mode
` [PATCH v4 28/57] tcg/mips: "
` [PATCH v4 29/57] tcg/s390x: "
` [PATCH v4 30/57] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v4 31/57] tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
` [PATCH v4 32/57] tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
` [PATCH v4 33/57] tcg/sparc64: Split out tcg_out_movi_s32
` [PATCH v4 34/57] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v4 35/57] accel/tcg: Remove helper_unaligned_{ld,st}
` [PATCH v4 36/57] tcg/loongarch64: Assert the host supports unaligned accesses
` [PATCH v4 37/57] tcg/loongarch64: Support softmmu "
` [PATCH v4 38/57] tcg/riscv: "
` [PATCH v4 39/57] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v4 40/57] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v4 41/57] tcg: Support TCG_TYPE_I128 in tcg_out_{ld, st}_helper_{args, ret}
` [PATCH v4 42/57] tcg: Introduce atom_and_align_for_opc
` [PATCH v4 43/57] tcg/i386: Use atom_and_align_for_opc
` [PATCH v4 44/57] tcg/aarch64: "
` [PATCH v4 45/57] tcg/arm: "
` [PATCH v4 46/57] tcg/loongarch64: "
` [PATCH v4 47/57] tcg/mips: "
` [PATCH v4 48/57] tcg/ppc: "
` [PATCH v4 49/57] tcg/riscv: "
` [PATCH v4 50/57] tcg/s390x: "
` [PATCH v4 51/57] tcg/sparc64: "
` [PATCH v4 52/57] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v4 53/57] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v4 54/57] tcg/aarch64: Rename temporaries
` [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store
` [PATCH v4 56/57] tcg/ppc: "
` [PATCH v4 57/57] tcg/s390x: "
[RESEND PATCH 00/84] tcg: Build once for system, once for user
2023-05-03 7:23 UTC (77+ messages)
` [PATCH 02/84] tcg: Widen gen_insn_data to uint64_t
` [PATCH 03/84] accel/tcg: Widen tcg-ldst.h addresses "
` [PATCH 04/84] tcg: Widen helper_{ld,st}_i128 "
` [PATCH 05/84] tcg: Widen helper_atomic_* "
` [PATCH 06/84] tcg: Widen tcg_gen_code pc_start argument "
` [PATCH 07/84] accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callback
` [PATCH 08/84] accel/tcg: Merge do_gen_mem_cb into caller
` [PATCH 09/84] tcg: Reduce copies for plugin_gen_mem_callbacks
` [PATCH 10/84] accel/tcg: Widen plugin_gen_empty_mem_callback to i64
` [PATCH 11/84] tcg: Add addr_type to TCGContext
` [PATCH 12/84] tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*
` [PATCH 13/84] tcg: Remove TCGv from tcg_gen_atomic_*
` [PATCH 14/84] tcg: Split INDEX_op_qemu_{ld, st}* for guest address size
` [PATCH 15/84] tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong
` [PATCH 16/84] tcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32
` [PATCH 17/84] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH 18/84] tcg/i386: Adjust type of tlb_mask
` [PATCH 19/84] tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH 20/84] tcg/arm: Remove TARGET_LONG_BITS
` [PATCH 21/84] tcg/aarch64: Remove USE_GUEST_BASE
` [PATCH 22/84] tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH 23/84] tcg/loongarch64: "
` [PATCH 24/84] tcg/mips: "
` [PATCH 25/84] tcg/ppc: "
` [PATCH 26/84] tcg/riscv: "
` [PATCH 27/84] tcg/s390x: "
` [PATCH 28/84] tcg/sparc64: "
` [PATCH 29/84] tcg: "
` [PATCH 30/84] tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
` [PATCH 31/84] tcg: Add page_bits and page_mask to TCGContext
` [PATCH 32/84] tcg: Add tlb_dyn_max_bits "
` [PATCH 33/84] tcg: Widen CPUTLBEntry comparators to 64-bits
` [PATCH 34/84] tcg: Add tlb_fast_offset to TCGContext
` [PATCH 35/84] tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS
` [PATCH 36/84] tcg: Split out tcg/debug-assert.h
` [PATCH 38/84] *: Add missing includes of tcg/debug-assert.h
` [PATCH 39/84] *: Add missing includes of tcg/tcg.h
` [PATCH 40/84] tcg: Split out tcg-target-reg-bits.h
` [PATCH 41/84] target/arm: Fix test of TCG_OVERSIZED_GUEST
` [PATCH 42/84] tcg: Split out tcg/oversized-guest.h
` [PATCH 43/84] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
` [PATCH 44/84] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
` [PATCH 45/84] target/arm: Include helper-gen.h in translator.h
` [PATCH 46/84] target/hexagon: Include helper-gen.h where needed
` [PATCH 47/84] tcg: Remove outdated comments in helper-head.h
` [PATCH 49/84] tcg: Pass TCGHelperInfo to tcg_gen_callN
` [PATCH 50/84] tcg: Move temp_idx and tcgv_i32_temp debug out of line
` [PATCH 51/84] tcg: Split tcg_gen_callN
` [PATCH 52/84] tcg: Split helper-gen.h
` [PATCH 53/84] tcg: Split helper-proto.h
` [PATCH 54/84] tcg: Add insn_start_words to TCGContext
` [PATCH 55/84] tcg: Add guest_mo "
` [PATCH 56/84] tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
` [PATCH 57/84] tcg: Split tcg/tcg-op-gvec.h
` [PATCH 58/84] tcg: Remove NO_CPU_IO_DEFS
` [PATCH 59/84] exec-all: Widen tb_page_addr_t for user-only
` [PATCH 60/84] exec-all: Widen TranslationBlock pc and cs_base to 64-bits
` [PATCH 61/84] tcg: Remove DEBUG_DISAS
` [PATCH 62/84] tcg: Remove USE_TCG_OPTIMIZATIONS
` [PATCH 63/84] tcg: Spit out exec/translation-block.h
` [PATCH 64/84] include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
` [PATCH 65/84] accel/tcg: Move most of gen-icount.h into translator.c
` [PATCH 66/84] accel/tcg: Introduce translator_io_start
` [PATCH 67/84] accel/tcg: Move translator_fake_ldb out of line
` [PATCH 68/84] target/arm: Tidy helpers for translation
` [PATCH 69/84] target/mips: "
` [PATCH 70/84] *: Add missing includes of exec/translation-block.h
` [PATCH 71/84] *: Add missing includes of exec/exec-all.h
` [PATCH 72/84] accel/tcg: Tidy includes for translator.[ch]
` [PATCH 73/84] tcg: Define IN_TCG
` [PATCH 74/84] tcg: Fix PAGE/PROT confusion
` [PATCH 75/84] tcg: Move env defines out of NEED_CPU_H in helper-head.h
` [PATCH 78/84] plugins: Drop unused headers from exec/plugin-gen.h
` [PATCH 79/84] disas: Move disas.c to disas/
` [PATCH 82/84] disas: Remove target-specific headers
` [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU
[PATCH 00/84] tcg: Build once for system, once for user
2023-05-03 7:21 UTC (20+ messages)
` [PULL v2 01/12] softmmu: Tidy dirtylimit_dirty_ring_full_time
` [PATCH 01/84] tcg: Split out memory ops to tcg-op-ldst.c
` [PULL v2 02/12] accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
` [PATCH 03/84] accel/tcg: Widen tcg-ldst.h addresses to uint64_t
` [PULL v2 03/12] qemu/bitops.h: Limit rotate amounts
` [PULL v2 04/12] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
` [PATCH 04/84] tcg: Widen helper_{ld,st}_i128 addresses to uint64_t
` [PULL v2 05/12] tcg: Add tcg_gen_gvec_andcs
` [PATCH 05/84] tcg: Widen helper_atomic_* addresses to uint64_t
` [PULL v2 06/12] tcg: Add tcg_gen_gvec_rotrs
` [PATCH 06/84] tcg: Widen tcg_gen_code pc_start argument to uint64_t
` [PATCH 07/84] accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callback
` [PULL v2 07/12] qemu/int128: Re-shuffle Int128Alias members
` [PATCH 08/84] accel/tcg: Merge do_gen_mem_cb into caller
` [PULL v2 08/12] migration/xbzrle: Use __attribute__((target)) for avx512
` [PULL v2 09/12] accel/tcg: Add cpu_ld*_code_mmu
` [PATCH 09/84] tcg: Reduce copies for plugin_gen_mem_callbacks
` [PATCH 10/84] accel/tcg: Widen plugin_gen_empty_mem_callback to i64
` [PULL v2 10/12] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
[PATCH v4 00/54] tcg: Simplify calls to load/store helpers
2023-05-03 6:57 UTC (40+ messages)
` [PATCH v4 07/54] tcg/i386: Use indexed addressing for softmmu fast path
` [PATCH v4 09/54] tcg/aarch64: Introduce HostAddress
` [PATCH v4 11/54] tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 12/54] tcg/arm: Introduce HostAddress
` [PATCH v4 17/54] tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 18/54] tcg/mips: Introduce prepare_host_addr
` [PATCH v4 19/54] tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 20/54] tcg/ppc: Introduce HostAddress
` [PATCH v4 21/54] tcg/ppc: Introduce prepare_host_addr
` [PATCH v4 22/54] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH v4 23/54] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 24/54] tcg/riscv: Introduce prepare_host_addr
` [PATCH v4 25/54] tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v4 26/54] tcg/s390x: Introduce HostAddress
` [PATCH v4 29/54] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v4 30/54] tcg: Move TCGLabelQemuLdst to tcg.c
` [PATCH v4 31/54] tcg: Replace REG_P with arg_loc_reg_p
` [PATCH v4 32/54] tcg: Introduce arg_slot_stk_ofs
` [PATCH v4 33/54] tcg: Widen helper_*_st[bw]_mmu val arguments
` [PATCH v4 34/54] tcg: Add routines for calling slow-path helpers
` [PATCH v4 36/54] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v4 37/54] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v4 38/54] tcg/arm: "
` [PATCH v4 39/54] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v4 40/54] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v4 41/54] tcg/ppc: "
` [PATCH v4 42/54] tcg/riscv: "
` [PATCH v4 43/54] tcg/s390x: "
` [PATCH v4 44/54] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v4 45/54] tcg/mips: Remove MO_BSWAP handling
` [PATCH v4 46/54] tcg/mips: Reorg tlb load within prepare_host_addr
` [PATCH v4 47/54] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v4 48/54] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v4 49/54] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v4 50/54] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v4 51/54] tcg/ppc: Remove unused constraint J
` [PATCH v4 52/54] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v4 53/54] tcg/s390x: Use ALGFR in constructing softmmu host address
` [PATCH v4 54/54] tcg/s390x: Simplify constraints on qemu_ld/st
[PULL v3 0/10] xenpvh3-tag
2023-05-03 7:47 UTC (2+ messages)
[PATCH v2] vhost-user: send SET_STATUS 0 after GET_VRING_BASE
2023-05-03 7:22 UTC (2+ messages)
[PATCH 0/3] OpenRISC updates for user space FPU
2023-05-03 7:37 UTC (5+ messages)
` [PATCH 2/3] target/openrisc: Set PC to cpu state on FPU exception
` [PATCH 3/3] target/openrisc: Setup FPU for detecting tininess before rounding
[PATCH v20 00/21] s390x: CPU Topology
2023-05-03 7:23 UTC (5+ messages)
` [PATCH v20 01/21] s390x/cpu topology: add s390 specifics to CPU topology
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).