Messages by Thread
-
[PATCH v2 0/8] usb/xhci: TR NOOP, TI HCD device, more qtests
Nicholas Piggin
-
[PATCH 0/1] s390x: Abort immediately on invalid loadparm
jrossi
-
Nested virtualization with windows guest
Michał Zegan
-
[RFC PATCH 00/10] rust: remaining part of qdev bindings
Paolo Bonzini
-
[PATCH] hw/i386/pc: Fix crash that occurs when introspecting TYPE_PC_MACHINE machines
Thomas Huth
-
[PATCH 0/2] docs: A couple of small changes to system/arm/cpu-features
Kashyap Chamarthy
-
[PULL 00/68] tcg patch queue
Richard Henderson
-
[PULL 01/68] disas/riscv: Guard dec->cfg dereference for host disassemble
Richard Henderson
-
[PULL 15/68] tcg: Remove TCG_TARGET_NEED_LDST_LABELS and TCG_TARGET_NEED_POOL_LABELS
Richard Henderson
-
[PULL 11/68] tcg: Add tcg_op_deposit_valid
Richard Henderson
-
[PULL 35/68] tcg: Change have_vec to has_type in tcg_op_supported
Richard Henderson
-
[PULL 29/68] tcg/sparc64: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 17/68] tcg/tci: Move TCI specific opcodes to tcg-target-opc.h.inc
Richard Henderson
-
[PULL 31/68] tcg: Include 'tcg-target-has.h' once in 'tcg-has.h'
Richard Henderson
-
[PULL 21/68] tcg/aarch64: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 33/68] tcg: Split out tcg-target-mo.h
Richard Henderson
-
[PULL 05/68] tcg: Copy TCGOP_TYPE in tcg_op_insert_{after,before}
Richard Henderson
-
[PULL 20/68] tcg: Extract default TCG_TARGET_HAS_foo definitions to 'tcg-has.h'
Richard Henderson
-
[PULL 08/68] target/arm: Do not test TCG_TARGET_HAS_bitsel_vec
Richard Henderson
-
[PULL 09/68] target/arm: Use tcg_op_supported
Richard Henderson
-
[PULL 07/68] tcg: Add type and flags arguments to tcg_op_supported
Richard Henderson
-
[PULL 36/68] tcg: Reorg process_op_defs
Richard Henderson
-
[PULL 06/68] tcg: Add TCGOP_FLAGS
Richard Henderson
-
[PULL 34/68] tcg: Use C_NotImplemented in tcg_target_op_def
Richard Henderson
-
[PULL 04/68] tcg: Move tcg_op_insert_{after, before} decls to tcg-internal.h
Richard Henderson
-
[PULL 13/68] target/i386: Use tcg_op_deposit_valid
Richard Henderson
-
[PULL 10/68] target/tricore: Use tcg_op_supported
Richard Henderson
-
[PULL 30/68] tcg/tci: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 18/68] tcg: Move fallback tcg_can_emit_vec_op out of line
Richard Henderson
-
[PULL 27/68] tcg/riscv: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 41/68] tcg: Pass type and flags to tcg_target_op_def
Richard Henderson
-
[PULL 44/68] tcg: Drop implementation checks from tcg-opc.h
Richard Henderson
-
[PULL 23/68] tcg/i386: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 37/68] tcg: Remove args_ct from TCGOpDef
Richard Henderson
-
[PULL 63/68] util/cpuinfo-riscv: Detect Zbs
Richard Henderson
-
[PULL 46/68] tcg/mips: Expand bswap unconditionally
Richard Henderson
-
[PULL 22/68] tcg/arm: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 62/68] tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64}
Richard Henderson
-
[PULL 48/68] tcg/i386: Fold the ext{8, 16, 32}[us] cases into {s}extract
Richard Henderson
-
[PULL 67/68] accel/tcg: Call tcg_tb_insert() for one-insn TBs
Richard Henderson
-
[PULL 14/68] target/i386: Use tcg_op_supported
Richard Henderson
-
[PULL 58/68] tcg/sparc64: Use SRA, SRL for {s}extract_i64
Richard Henderson
-
[PULL 45/68] tcg: Replace IMPLVEC with TCG_OPF_VECTOR
Richard Henderson
-
[PULL 42/68] tcg: Add TCGType argument to tcg_out_op
Richard Henderson
-
[PULL 24/68] tcg/loongarch64: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 65/68] linux-user: Add missing /proc/cpuinfo fields for sparc
Richard Henderson
-
[PULL 64/68] tcg/riscv: Use BEXTI for single-bit extractions
Richard Henderson
-
[PULL 53/68] tcg/mips: Fold the ext{8, 16, 32}[us] cases into {s}extract
Richard Henderson
-
[PULL 16/68] tcg: Rename tcg-target.opc.h to tcg-target-opc.h.inc
Richard Henderson
-
[PULL 47/68] tcg/i386: Handle all 8-bit extensions for i686
Richard Henderson
-
[PULL 61/68] tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}
Richard Henderson
-
[PULL 59/68] tcg/tci: Provide TCG_TARGET_{s}extract_valid
Richard Henderson
-
[PULL 19/68] tcg/ppc: Remove TCGPowerISA enum
Richard Henderson
-
[PULL 60/68] tcg/tci: Remove assertions for deposit and extract
Richard Henderson
-
[PULL 50/68] tcg/aarch64: Expand extract with offset 0 with andi
Richard Henderson
-
[PULL 55/68] tcg/riscv64: Fold the ext{8, 16, 32}[us] cases into {s}extract
Richard Henderson
-
[PULL 28/68] tcg/s390x: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 66/68] tcg: Document tb_lookup() and tcg_tb_lookup()
Richard Henderson
-
[PULL 40/68] tcg: Add TCG_OPF_NOT_PRESENT to opcodes without inputs or outputs
Richard Henderson
-
[PULL 68/68] softfloat: Constify helpers returning float_status field
Richard Henderson
-
[PULL 26/68] tcg/ppc: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 39/68] tcg: Validate op supported in opcode_args_ct
Richard Henderson
-
[PULL 49/68] tcg/aarch64: Provide TCG_TARGET_{s}extract_valid
Richard Henderson
-
[PULL 56/68] tcg/riscv: Use SRAIW, SRLIW for {s}extract_i64
Richard Henderson
-
[PULL 32/68] tcg: Only include 'tcg-has.h' when necessary
Richard Henderson
-
[PULL 52/68] tcg/loongarch64: Fold the ext{8, 16, 32}[us] cases into {s}extract
Richard Henderson
-
[PULL 54/68] tcg/ppc: Fold the ext{8, 16, 32}[us] cases into {s}extract
Richard Henderson
-
[PULL 02/68] tcg: Move call abi parameters from tcg-target.h to tcg-target.c.inc
Richard Henderson
-
[PULL 51/68] tcg/arm: Add full [US]XT[BH] into {s}extract
Richard Henderson
-
[PULL 57/68] tcg/s390x: Fold the ext{8, 16, 32}[us] cases into {s}extract
Richard Henderson
-
[PULL 03/68] tcg: Replace TCGOP_VECL with TCGOP_TYPE
Richard Henderson
-
[PULL 12/68] target/i386: Remove TCG_TARGET_extract_tl_valid
Richard Henderson
-
[PULL 25/68] tcg/mips: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
Richard Henderson
-
[PULL 38/68] tcg: Constify tcg_op_defs
Richard Henderson
-
[PULL 43/68] tcg: Remove TCG_OPF_64BIT
Richard Henderson
-
[PATCH] migration: ram block cpr blockers
Steve Sistare
-
[PATCH 0/2] hw/pci: catch a few error cases
Nicholas Piggin
-
[PATCH v3 0/4] qtest/libqos/pci: pci and msix fixes
Nicholas Piggin
-
[PATCH] user: Extract common MMAP API to 'user/mmap.h'
Philippe Mathieu-Daudé
-
[PATCH 0/9] hw/e1000e|igb: interrupts and qtests fixes
Nicholas Piggin
-
[PATCH v3] qemu/compiler: Absorb 'clang-tsa.h'
Philippe Mathieu-Daudé
-
[PULL 0/5] QTest patches for 2025-01-17
Fabiano Rosas
-
[PULL 00/37] maintainer updates for gdb, plugins, documentation and windows builds
Alex Bennée
-
Re: [PATCH 2/2] qapi/crypto: support enable encryption/decryption in parallel
Daniel P . Berrangé
-
[PATCH v3 0/3] scripts: mandate use of SPDX-License-Identifier tags in new files
Daniel P . Berrangé
-
Re: [PATCH v3 3/4] target/mips: Enable MSA ASE using a CLI flag
Aleksandar Rakic
-
Re: [PATCH v3 2/4] Skip NaN mode check for soft-float
Aleksandar Rakic
-
Re: [PATCH v3 1/4] Add support for emulation of CRC32 instructions
Aleksandar Rakic
-
[PATCH 0/2] net: Fix announce_self with vhost
Laurent Vivier
-
[PATCH 0/3] Remove deprecated machines pc-i440fx-2.4 up to pc-i440fx-2.12
Thomas Huth
-
Re: [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
Zhao Liu
-
[PATCH 00/10] rust: pl011: correctly use interior mutability
Paolo Bonzini