qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-15 19:48:02 to 2025-04-16 03:46:46 UTC [more...]

[PATCH v3 00/10] Support vbootrom for AST2700
 2025-04-16  3:43 UTC  (11+ messages)
` [PATCH v3 01/10] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
` [PATCH v3 02/10] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [PATCH v3 03/10] hw/arm/aspeed: Add vbootrom support on AST2700 EVB machines
` [PATCH v3 04/10] hw/arm/aspeed: Reuse rom_size variable for vbootrom setup
` [PATCH v3 05/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v3 06/10] pc-bios: Add AST27x0 vBootrom
` [PATCH v3 07/10] tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuse
` [PATCH v3 08/10] tests/functional/aspeed: Update test ASPEED SDK v09.06
` [PATCH v3 09/10] tests/functional/aspeed: Add to test vbootrom for AST2700
` [PATCH v3 10/10] docs/system/arm/aspeed: Support "

[PATCH v1 0/3] target/i386: Add the immediate form MSR access instruction support
 2025-04-16  3:25 UTC  (2+ messages)

[PATCH v4 00/13] Enable shared device assignment
 2025-04-16  3:32 UTC  (7+ messages)
` [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager

[PATCH 0/2] fix record/replay on MacOS
 2025-04-16  3:16 UTC  (9+ messages)
` [PATCH 1/2] system/main: transfer replay mutex ownership from main thread to main loop thread

[PATCH v4 0/3] vhost: fix the IO error after live migration
 2025-04-16  2:47 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] system/runstate: add VM state change cb with return value
  ` [PATCH v5 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop
  ` [PATCH v5 3/3] vhost-user: return failure if backend crash when live migration

[PATCH v2 00/10] Support vbootrom for AST2700
 2025-04-16  2:21 UTC  (8+ messages)
` [PATCH v2 07/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"

[RFC PATCH 0/2] tests/qtest: Enable spapr dma tests
 2025-04-16  2:06 UTC  (4+ messages)
` [RFC PATCH 2/2] tests/qtest: Enable spapr dma with linear iommu map

[PATCH v9 0/7] Allow to enable multifd and postcopy migration together
 2025-04-16  0:31 UTC  (2+ messages)

[PATCH] Hexagon (target/hexagon) Remove gen_tcg_func_table.py
 2025-04-15 23:55 UTC 

[PATCH v3 0/5] misc hexagon patches
 2025-04-15 23:31 UTC  (5+ messages)
` [PATCH v3 3/5] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof

[PATCH v4 000/163] tcg: Convert to TCGOutOp structures
 2025-04-15 22:09 UTC  (192+ messages)
` [PATCH v4 014/163] tcg: Merge INDEX_op_or_{i32,i64}
` [PATCH v4 017/163] tcg: Merge INDEX_op_orc_{i32,i64}
` [PATCH v4 018/163] tcg: Convert xor to TCGOutOpBinary
` [PATCH v4 023/163] tcg: Convert nand "
` [PATCH v4 025/163] tcg/loongarch64: Do not accept constant argument to nor
` [PATCH v4 026/163] tcg: Convert nor to TCGOutOpBinary
` [PATCH v4 027/163] tcg: Merge INDEX_op_nor_{i32,i64}
` [PATCH v4 028/163] tcg/arm: Fix constraints for sub
` [PATCH v4 029/163] tcg: Convert sub to TCGOutOpSubtract
` [PATCH v4 032/163] tcg: Merge INDEX_op_neg_{i32,i64}
` [PATCH v4 034/163] tcg: Merge INDEX_op_not_{i32,i64}
` [PATCH v4 035/163] tcg: Convert mul to TCGOutOpBinary
` [PATCH v4 040/163] tcg: Merge INDEX_op_mulsh_{i32,i64}
` [PATCH v4 041/163] tcg: Convert div to TCGOutOpBinary
` [PATCH v4 042/163] tcg: Merge INDEX_op_div_{i32,i64}
` [PATCH v4 043/163] tcg: Convert divu to TCGOutOpBinary
` [PATCH v4 044/163] tcg: Merge INDEX_op_divu_{i32,i64}
` [PATCH v4 045/163] tcg: Convert div2 to TCGOutOpDivRem
` [PATCH v4 046/163] tcg: Merge INDEX_op_div2_{i32,i64}
` [PATCH v4 047/163] tcg: Convert divu2 to TCGOutOpDivRem
` [PATCH v4 049/163] tcg: Convert rem to TCGOutOpBinary
` [PATCH v4 050/163] tcg: Merge INDEX_op_rem_{i32,i64}
` [PATCH v4 051/163] tcg: Convert remu to TCGOutOpBinary
` [PATCH v4 053/163] tcg: Convert shl "
` [PATCH v4 054/163] tcg: Merge INDEX_op_shl_{i32,i64}
` [PATCH v4 055/163] tcg: Convert shr to TCGOutOpBinary
` [PATCH v4 056/163] tcg: Merge INDEX_op_shr_{i32,i64}
` [PATCH v4 057/163] tcg: Convert sar to TCGOutOpBinary
` [PATCH v4 058/163] tcg: Merge INDEX_op_sar_{i32,i64}
` [PATCH v4 059/163] tcg: Do not require both rotr and rotl from the backend
` [PATCH v4 060/163] tcg: Convert rotl, rotr to TCGOutOpBinary
` [PATCH v4 061/163] tcg: Merge INDEX_op_rot{l,r}_{i32,i64}
` [PATCH v4 062/163] tcg: Convert clz to TCGOutOpBinary
` [PATCH v4 064/163] tcg: Convert ctz "
` [PATCH v4 065/163] tcg: Merge INDEX_op_ctz_{i32,i64}
` [PATCH v4 066/163] tcg: Convert ctpop to TCGOutOpUnary
` [PATCH v4 067/163] tcg: Merge INDEX_op_ctpop_{i32,i64}
` [PATCH v4 068/163] tcg: Convert muls2 to TCGOutOpMul2
` [PATCH v4 069/163] tcg: Merge INDEX_op_muls2_{i32,i64}
` [PATCH v4 070/163] tcg: Convert mulu2 to TCGOutOpMul2
` [PATCH v4 072/163] tcg/loongarch64: Support negsetcond
` [PATCH v4 073/163] tcg/mips: "
` [PATCH v4 074/163] tcg/tci: "
` [PATCH v4 075/163] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PATCH v4 076/163] tcg: Convert setcond, negsetcond to TCGOutOpSetcond
` [PATCH v4 077/163] tcg: Merge INDEX_op_{neg}setcond_{i32,i64}`
` [PATCH v4 078/163] tcg: Convert brcond to TCGOutOpBrcond
` [PATCH v4 079/163] tcg: Merge INDEX_op_brcond_{i32,i64}
` [PATCH v4 080/163] tcg: Convert movcond to TCGOutOpMovcond
` [PATCH v4 081/163] tcg: Merge INDEX_op_movcond_{i32,i64}
` [PATCH v4 082/163] tcg/ppc: Drop fallback constant loading in tcg_out_cmp
` [PATCH v4 083/163] tcg/arm: Expand arguments to tcg_out_cmp2
` [PATCH v4 084/163] tcg/ppc: "
` [PATCH v4 085/163] tcg: Convert brcond2_i32 to TCGOutOpBrcond2
` [PATCH v4 086/163] tcg: Convert setcond2_i32 to TCGOutOpSetcond2
` [PATCH v4 087/163] tcg: Convert bswap16 to TCGOutOpBswap
` [PATCH v4 088/163] tcg: Merge INDEX_op_bswap16_{i32,i64}
` [PATCH v4 089/163] tcg: Convert bswap32 to TCGOutOpBswap
` [PATCH v4 090/163] tcg: Merge INDEX_op_bswap32_{i32,i64}
` [PATCH v4 091/163] tcg: Convert bswap64 to TCGOutOpUnary
` [PATCH v4 092/163] tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64
` [PATCH v4 093/163] tcg: Convert extract to TCGOutOpExtract
` [PATCH v4 094/163] tcg: Merge INDEX_op_extract_{i32,i64}
` [PATCH v4 095/163] tcg: Convert sextract to TCGOutOpExtract
` [PATCH v4 096/163] tcg: Merge INDEX_op_sextract_{i32,i64}
` [PATCH v4 097/163] tcg: Convert ext_i32_i64 to TCGOutOpUnary
` [PATCH v4 098/163] tcg: Convert extu_i32_i64 "
` [PATCH v4 099/163] tcg: Convert extrl_i64_i32 "
` [PATCH v4 100/163] tcg: Convert extrh_i64_i32 "
` [PATCH v4 101/163] tcg: Convert deposit to TCGOutOpDeposit
` [PATCH v4 102/163] tcg/aarch64: Improve deposit
` [PATCH v4 103/163] tcg: Merge INDEX_op_deposit_{i32,i64}
` [PATCH v4 104/163] tcg: Convert extract2 to TCGOutOpExtract2
` [PATCH v4 105/163] tcg: Merge INDEX_op_extract2_{i32,i64}
` [PATCH v4 106/163] tcg: Expand fallback add2 with 32-bit operations
` [PATCH v4 107/163] tcg: Expand fallback sub2 "
` [PATCH v4 108/163] tcg: Do not default add2/sub2_i32 for 32-bit hosts
` [PATCH v4 109/163] tcg/mips: Drop support for add2/sub2
` [PATCH v4 110/163] tcg/riscv: "
` [PATCH v4 111/163] tcg: Move i into each for loop in liveness_pass_1
` [PATCH v4 112/163] tcg: Sink def, nb_iargs, nb_oargs loads "
` [PATCH v4 113/163] tcg: Add add/sub with carry opcodes and infrastructure
` [PATCH v4 114/163] tcg: Add TCGOutOp structures for add/sub carry opcodes
` [PATCH v4 115/163] tcg/optimize: Handle add/sub with "
` [PATCH v4 116/163] tcg/optimize: With two const operands, prefer 0 in arg1
` [PATCH v4 117/163] tcg: Use add carry opcodes to expand add2
` [PATCH v4 118/163] tcg: Use sub carry opcodes to expand sub2
` [PATCH v4 119/163] tcg/i386: Honor carry_live in tcg_out_movi
` [PATCH v4 120/163] tcg/i386: Implement add/sub carry opcodes
` [PATCH v4 121/163] tcg/i386: Remove support for add2/sub2
` [PATCH v4 122/163] tcg/i386: Special case addci r, 0, 0
` [PATCH v4 123/163] tcg: Add tcg_gen_addcio_{i32,i64,tl}
` [PATCH v4 124/163] target/arm: Use tcg_gen_addcio_* for ADCS
` [PATCH v4 125/163] target/hppa: Use tcg_gen_addcio_i64
` [PATCH v4 126/163] target/microblaze: Use tcg_gen_addcio_i32
` [PATCH v4 127/163] target/openrisc: Use tcg_gen_addcio_* for ADDC
` [PATCH v4 128/163] target/ppc: Use tcg_gen_addcio_tl for ADD and SUBF
` [PATCH v4 129/163] target/s390x: Use tcg_gen_addcio_i64 for op_addc64
` [PATCH v4 130/163] target/sh4: Use tcg_gen_addcio_i32 for addc
` [PATCH v4 131/163] target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int
` [PATCH v4 132/163] target/tricore: Use tcg_gen_addcio_i32 for gen_addc_CC
` [PATCH v4 133/163] tcg/aarch64: Implement add/sub carry opcodes
` [PATCH v4 134/163] tcg/aarch64: Remove support for add2/sub2
` [PATCH v4 135/163] tcg/arm: Implement add/sub carry opcodes
` [PATCH v4 136/163] tcg/arm: Remove support for add2/sub2
` [PATCH v4 137/163] tcg/ppc: Implement add/sub carry opcodes
` [PATCH v4 138/163] tcg/ppc: Remove support for add2/sub2
` [PATCH v4 139/163] tcg/s390x: Honor carry_live in tcg_out_movi
` [PATCH v4 140/163] tcg/s390: Add TCG_CT_CONST_N32
` [PATCH v4 141/163] tcg/s390x: Implement add/sub carry opcodes
` [PATCH v4 142/163] tcg/s390x: Use ADD LOGICAL WITH SIGNED IMMEDIATE
` [PATCH v4 143/163] tcg/s390x: Remove support for add2/sub2
` [PATCH v4 144/163] tcg/sparc64: Hoist tcg_cond_to_bcond lookup out of tcg_out_movcc
` [PATCH v4 145/163] tcg/sparc64: Implement add/sub carry opcodes
` [PATCH v4 146/163] tcg/sparc64: Remove support for add2/sub2
` [PATCH v4 147/163] tcg/tci: Implement add/sub carry opcodes
` [PATCH v4 148/163] tcg/tci: Remove support for add2/sub2
` [PATCH v4 149/163] tcg: Remove add2/sub2 opcodes
` [PATCH v4 150/163] tcg: Formalize tcg_out_mb
` [PATCH v4 151/163] tcg: Formalize tcg_out_br
` [PATCH v4 152/163] tcg: Formalize tcg_out_goto_ptr
` [PATCH v4 153/163] tcg: Assign TCGOP_TYPE in liveness_pass_2
` [PATCH v4 154/163] tcg: Convert ld to TCGOutOpLoad
` [PATCH v4 155/163] tcg: Merge INDEX_op_ld*_{i32,i64}
` [PATCH v4 156/163] tcg: Convert st to TCGOutOpStore
` [PATCH v4 157/163] tcg: Merge INDEX_op_st*_{i32,i64}
` [PATCH v4 158/163] tcg: Stash MemOp size in TCGOP_FLAGS
` [PATCH v4 159/163] tcg: Remove INDEX_op_qemu_st8_*
` [PATCH v4 160/163] tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}
` [PATCH v4 161/163] tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}
` [PATCH v4 162/163] tcg: Convert qemu_st{2} to TCGOutOpLdSt{2}
` [PATCH v4 163/163] tcg: Remove tcg_out_op

[RFC V3 PATCH 00/13] Support ACPI Control Method Sleep button
 2025-04-15 21:48 UTC  (6+ messages)
` [RFC V3 PATCH 05/13] acpi: Send the GPE event of suspend and wakeup for x86

[PATCH] Converting aio_set_event_notifier to use io_uring methods
 2025-04-15 18:49 UTC 


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