qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-15 01:37:59 to 2025-02-16 23:29:12 UTC [more...]

[PATCH v3 000/162] tcg: Convert to TCGOutOp structures
 2025-02-16 23:10 UTC  (91+ messages)
` [PATCH v3 001/162] tcg: Add all_outop[]
` [PATCH v3 002/162] tcg: Remove INDEX_op_ext{8,16,32}*
` [PATCH v3 003/162] tcg: Merge INDEX_op_mov_{i32,i64}
` [PATCH v3 005/162] tcg: Merge INDEX_op_add_{i32,i64}
` [PATCH v3 006/162] tcg: Convert and to TCGOutOpBinary
` [PATCH v3 007/162] tcg: Merge INDEX_op_and_{i32,i64}
` [PATCH v3 009/162] tcg/optimize: Emit add r, r, -1 in fold_setcond_tst_pow2
` [PATCH v3 010/162] tcg: Convert andc to TCGOutOpBinary
` [PATCH v3 011/162] tcg: Merge INDEX_op_andc_{i32,i64}
` [PATCH v3 012/162] tcg: Convert or to TCGOutOpBinary
` [PATCH v3 013/162] tcg: Merge INDEX_op_or_{i32,i64}
` [PATCH v3 014/162] tcg/optimize: Fold orc with immediate to or
` [PATCH v3 015/162] tcg: Convert orc to TCGOutOpBinary
` [PATCH v3 016/162] tcg: Merge INDEX_op_orc_{i32,i64}
` [PATCH v3 017/162] tcg: Convert xor to TCGOutOpBinary
` [PATCH v3 018/162] tcg: Merge INDEX_op_xor_{i32,i64}
` [PATCH v3 019/162] tcg/optimize: Fold eqv with immediate to xor
` [PATCH v3 020/162] tcg: Convert eqv to TCGOutOpBinary
` [PATCH v3 021/162] tcg: Merge INDEX_op_eqv_{i32,i64}
` [PATCH v3 023/162] tcg: Merge INDEX_op_nand_{i32,i64}
` [PATCH v3 025/162] tcg: Convert nor to TCGOutOpBinary
` [PATCH v3 026/162] tcg: Merge INDEX_op_nor_{i32,i64}
` [PATCH v3 027/162] tcg/arm: Fix constraints for sub
` [PATCH v3 028/162] tcg: Convert sub to TCGOutOpSubtract
` [PATCH v3 030/162] tcg: Convert neg to TCGOutOpUnary
` [PATCH v3 031/162] tcg: Merge INDEX_op_neg_{i32,i64}
` [PATCH v3 032/162] tcg: Convert not to TCGOutOpUnary
` [PATCH v3 033/162] tcg: Merge INDEX_op_not_{i32,i64}
` [PATCH v3 034/162] tcg: Convert mul to TCGOutOpBinary
` [PATCH v3 035/162] tcg: Merge INDEX_op_mul_{i32,i64}
` [PATCH v3 037/162] tcg: Merge INDEX_op_muluh_{i32,i64}
` [PATCH v3 038/162] tcg: Convert mulsh to TCGOutOpBinary
` [PATCH v3 039/162] tcg: Merge INDEX_op_mulsh_{i32,i64}
` [PATCH v3 041/162] tcg: Merge INDEX_op_div_{i32,i64}
` [PATCH v3 043/162] tcg: Merge INDEX_op_divu_{i32,i64}
` [PATCH v3 044/162] tcg: Convert div2 to TCGOutOpDivRem
` [PATCH v3 045/162] tcg: Merge INDEX_op_div2_{i32,i64}
` [PATCH v3 047/162] tcg: Merge INDEX_op_divu2_{i32,i64}
` [PATCH v3 048/162] tcg: Convert rem to TCGOutOpBinary
` [PATCH v3 049/162] tcg: Merge INDEX_op_rem_{i32,i64}
` [PATCH v3 050/162] tcg: Convert remu to TCGOutOpBinary
` [PATCH v3 051/162] tcg: Merge INDEX_op_remu_{i32,i64}
` [PATCH v3 052/162] tcg: Convert shl to TCGOutOpBinary
` [PATCH v3 053/162] tcg: Merge INDEX_op_shl_{i32,i64}
` [PATCH v3 054/162] tcg: Convert shr to TCGOutOpBinary
` [PATCH v3 055/162] tcg: Merge INDEX_op_shr_{i32,i64}
` [PATCH v3 058/162] tcg: Do not require both rotr and rotl from the backend
` [PATCH v3 059/162] tcg: Convert rotl, rotr to TCGOutOpBinary
` [PATCH v3 064/162] tcg: Merge INDEX_op_ctz_{i32,i64}
` [PATCH v3 066/162] tcg: Merge INDEX_op_ctpop_{i32,i64}
` [PATCH v3 067/162] tcg: Convert muls2 to TCGOutOpMul2
` [PATCH v3 068/162] tcg: Merge INDEX_op_muls2_{i32,i64}
` [PATCH v3 070/162] tcg: Merge INDEX_op_mulu2_{i32,i64}
` [PATCH v3 071/162] tcg/loongarch64: Support negsetcond
` [PATCH v3 072/162] tcg/mips: "
` [PATCH v3 073/162] tcg/tci: "
` [PATCH v3 074/162] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PATCH v3 075/162] tcg: Convert setcond, negsetcond to TCGOutOpSetcond
` [PATCH v3 077/162] tcg: Convert brcond to TCGOutOpBrcond
` [PATCH v3 078/162] tcg: Merge INDEX_op_brcond_{i32,i64}
` [PATCH v3 080/162] tcg: Merge INDEX_op_movcond_{i32,i64}
` [PATCH v3 082/162] tcg/arm: Expand arguments to tcg_out_cmp2
` [PATCH v3 084/162] tcg: Convert brcond2_i32 to TCGOutOpBrcond2
` [PATCH v3 085/162] tcg: Convert setcond2_i32 to TCGOutOpSetcond2
` [PATCH v3 087/162] tcg: Merge INDEX_op_bswap16_{i32,i64}
` [PATCH v3 088/162] tcg: Convert bswap32 to TCGOutOpBswap
` [PATCH v3 092/162] tcg: Convert extract to TCGOutOpExtract
` [PATCH v3 094/162] tcg: Convert sextract "
` [PATCH v3 097/162] tcg: Convert extu_i32_i64 to TCGOutOpUnary
` [PATCH v3 098/162] tcg: Convert extrl_i64_i32 "
` [PATCH v3 099/162] tcg: Convert extrh_i64_i32 "
` [PATCH v3 101/162] tcg/aarch64: Improve deposit
` [PATCH v3 103/162] tcg: Convert extract2 to TCGOutOpExtract2
` [PATCH v3 107/162] tcg: Do not default add2/sub2_i32 for 32-bit hosts
` [PATCH v3 111/162] tcg: Sink def, nb_iargs, nb_oargs loads in liveness_pass_1
` [PATCH v3 114/162] tcg/optimize: Handle add/sub with carry opcodes
` [PATCH v3 116/162] tcg: Use add carry opcodes to expand add2
` [PATCH v3 118/162] tcg/i386: Honor carry_live in tcg_out_movi
` [PATCH v3 123/162] target/arm: Use tcg_gen_addcio_* for ADCS
` [PATCH v3 124/162] target/hppa: Use tcg_gen_addcio_i64
` [PATCH v3 128/162] target/s390x: Use tcg_gen_addcio_i64 for op_addc64
` [PATCH v3 133/162] tcg/aarch64: Remove support for add2/sub2
` [PATCH v3 135/162] tcg/arm: "
` [PATCH v3 137/162] tcg/ppc: "
` [PATCH v3 138/162] tcg/s390x: Honor carry_live in tcg_out_movi
` [PATCH v3 147/162] tcg/tci: Remove support for add2/sub2
` [PATCH v3 149/162] tcg: Formalize tcg_out_mb
` [PATCH v3 155/162] tcg: Convert st to TCGOutOpStore
` [PATCH v3 157/162] tcg: Stash MemOp size in TCGOP_FLAGS
` [PATCH v3 162/162] tcg: Remove tcg_out_op

[PATCH v9 0/3] TPM TIS SPI Support
 2025-02-16 22:11 UTC  (4+ messages)
` [PATCH v9 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
` [PATCH v9 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
` [PATCH v9 3/3] tests/qtest/tpm: add unit test to tis-spi

[PATCH v2 00/28] x86: Improve operation under QEMU
 2025-02-16 21:57 UTC  (6+ messages)
` [PATCH v2 02/28] x86: qemu: Switch to bochs display
` [PATCH v2 03/28] x86: qemu: Enable dhrystone
` [PATCH v2 04/28] x86: qemu: Avoid accessing BSS too early

[PATCH 0/5] hw: More DEVICE_ [NATIVE -> LITTLE] _ENDIAN conversions
 2025-02-16 21:03 UTC  (2+ messages)

[PATCH v8 0/6] hw/microblaze: Allow running cross-endian vCPUs
 2025-02-16 21:03 UTC  (2+ messages)

[PULL 00/39] Misc HW patches for 2025-02-16
 2025-02-16 21:01 UTC  (12+ messages)
` [PULL 29/39] hw/qdev-properties-system: Introduce EndianMode QAPI enum
` [PULL 30/39] hw/intc/xilinx_intc: Make device endianness configurable
` [PULL 31/39] hw/net/xilinx_ethlite: "
` [PULL 32/39] hw/timer/xilinx_timer: "
` [PULL 33/39] hw/char/xilinx_uartlite: "
` [PULL 34/39] hw/ssi/xilinx_spi: "
` [PULL 35/39] hw/arm: Mark Allwinner Technology devices as little-endian
` [PULL 36/39] hw/mips: Mark Boston machine "
` [PULL 37/39] hw/mips: Mark Loonson3 Virt "
` [PULL 38/39] hw/pci-host: Mark versatile regions "
` [PULL 39/39] hw/rx: Allow execution without either bios or kernel

[PATCH 0/2] tcg: minor cleanups
 2025-02-16 19:04 UTC  (5+ messages)
` [PATCH 1/2] tcg/i386: Use tcg_{high, unsigned}_cond in tcg_out_brcond2
` [PATCH 2/2] tcg: Remove TCG_TARGET_HAS_{br, set}cond2 from riscv and loongarch64

[PATCH v20 00/11] hw/pci: SR-IOV related fixes and improvements
 2025-02-16 18:39 UTC  (5+ messages)
` [PATCH v20 06/11] pcie_sriov: Do not manually unrealize

[PATCH] tcg: refactor pool data for simplicity and comprehension
 2025-02-16 18:01 UTC  (10+ messages)

[PATCH 0/5] Improve Microchip Polarfire SoC customization
 2025-02-16 14:06 UTC  (3+ messages)
` [PATCH 5/5] hw/riscv: Configurable MPFS CLINT timebase freq

[PATCH 0/6] tcg: Introduce constraint for zero register
 2025-02-16 13:06 UTC  (4+ messages)
` [PATCH 2/6] tcg/aarch64: Use 'z' constraint

[PATCH v2 00/10] rust: Add HPET timer device
 2025-02-16 11:47 UTC  (4+ messages)
` [PATCH v2 01/10] i386/fw_cfg: move hpet_cfg definition to hpet.c

[PATCH v2] hpet: do not overwrite properties on post_load
 2025-02-16  9:28 UTC 

[PATCH] bcm2838: Add GIC-400 timer interupt connections
 2025-02-16  3:54 UTC 

[PULL 00/24] tcg patch queue
 2025-02-16  0:01 UTC  (25+ messages)
` [PULL 01/24] tcg: Remove last traces of TCG_TARGET_NEED_POOL_LABELS
` [PULL 02/24] tcg: Remove TCG_OVERSIZED_GUEST
` [PULL 03/24] tcg: Drop support for two address registers in gen_ldst
` [PULL 04/24] tcg: Merge INDEX_op_qemu_*_{a32,a64}_*
` [PULL 05/24] tcg/arm: Drop addrhi from prepare_host_addr
` [PULL 06/24] tcg/i386: "
` [PULL 07/24] tcg/mips: "
` [PULL 08/24] tcg/ppc: "
` [PULL 09/24] tcg: Replace addr{lo, hi}_reg with addr_reg in TCGLabelQemuLdst
` [PULL 10/24] plugins: Fix qemu_plugin_read_memory_vaddr parameters
` [PULL 11/24] accel/tcg: Fix tlb_set_page_with_attrs, tlb_set_page
` [PULL 12/24] include/exec: Change vaddr to uintptr_t
` [PULL 13/24] include/exec: Use uintptr_t in CPUTLBEntry
` [PULL 14/24] tcg: Introduce the 'z' constraint for a hardware zero register
` [PULL 15/24] tcg/aarch64: Use 'z' constraint
` [PULL 16/24] tcg/loongarch64: "
` [PULL 17/24] tcg/mips: "
` [PULL 18/24] tcg/riscv: "
` [PULL 19/24] tcg/sparc64: "
` [PULL 20/24] elfload: Fix alignment when unmapping excess reservation
` [PULL 21/24] linux-user: Move TARGET_SA_RESTORER out of generic/signal.h
` [PULL 22/24] target/sparc: Fix register selection for all F*TOx and FxTO* instructions
` [PULL 23/24] target/sparc: Fix gdbstub incorrectly handling registers f32-f62
` [PULL 24/24] target/sparc: fake UltraSPARC T1 PCR and PIC registers

[PATCH] target/sparc: fake UltraSPARC T1 PCR and PIC registers
 2025-02-15 20:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/11] tcg: Cleanups after disallowing 64-on-32
 2025-02-15 20:06 UTC  (2+ messages)

[PATCH v2] target/sparc: Fix gdbstub incorrectly handling registers f32-f62
 2025-02-15 19:58 UTC  (2+ messages)

[PATCH v2 0/2] target/sparc: Fix register selection for all F*TOx and FxTO* instructions
 2025-02-15 19:55 UTC  (2+ messages)

[PATCH] linux-user: Move TARGET_SA_RESTORER out of generic/signal.h
 2025-02-15 19:28 UTC  (2+ messages)

[RFC PATCH] elfload: Fix alignment when unmapping excess reservation
 2025-02-15 19:08 UTC  (3+ messages)

[PATCH 0/5] Renesas RX target fixes
 2025-02-15 18:42 UTC  (12+ messages)
` [PATCH 1/5] hw/rx: Allow execution without either bios or kernel
` [PATCH 2/5] target/rx: Set exception vector base to 0xffffff80
` [PATCH 3/5] target/rx: Reset the CPU at qemu reset time
` [PATCH 4/5] target/rx: Load reset vector from memory after first run
` [PATCH 5/5] target/rx: Remove TCG_CALL_NO_WG from helpers which write env

[PULL 00/27] rust, Windows patches for 2025-02-13
 2025-02-15 17:35 UTC  (3+ messages)
` [PULL 27/27] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

[PATCH v2 7/7] hw/net/can: Correct Kconfig dependencies after switch to meson build
 2025-02-15 13:30 UTC  (2+ messages)

[PATCH v6 0/4] Allow to enable multifd and postcopy migration together
 2025-02-15 12:31 UTC  (5+ messages)
` [PATCH v6 1/4] migration/multifd: move macros to multifd header
` [PATCH v6 2/4] migration: enable multifd and postcopy together
` [PATCH v6 3/4] tests/qtest/migration: consolidate set capabilities
` [PATCH v6 4/4] tests/qtest/migration: add postcopy tests with multifd

[PATCH v5] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-02-15 11:41 UTC  (5+ messages)

[PATCH v2] vdpa: Fix endian bugs in shadow virtqueue
 2025-02-15  8:21 UTC  (5+ messages)

[PULL 00/22] Migration patches for 2025-02-14
 2025-02-14 20:31 UTC  (5+ messages)
` [PULL 02/22] io: tls: Add qio_channel_tls_bye
` [PULL 10/22] migration: Unify migration_cancel and migrate_fd_cancel
` [PULL 20/22] guestperf: Nitpick the inconsistent parameters
` [PULL 21/22] guestperf: Introduce multifd compression option

[PATCH V2 00/45] Live update: vfio and iommufd
 2025-02-14 20:40 UTC  (4+ messages)
` [PATCH V2 28/45] vfio: return mr from vfio_get_xlat_addr

[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-14 20:58 UTC  (7+ messages)
` [PATCH v4 26/33] vfio/migration: Multifd device state transfer support - receive init/cleanup
` [PATCH v4 27/33] vfio/migration: Multifd device state transfer support - received buffers queuing

[PATCH V2] migration: ram block cpr blockers
 2025-02-14 21:21 UTC  (2+ messages)


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).