messages from 2023-10-17 00:14:51 to 2023-10-17 08:35:26 UTC [more...]
[PULL 00/38] Migration 20231017 patches
2023-10-17 8:30 UTC (21+ messages)
` [PULL 01/38] migration: refactor migration_completion
` [PULL 02/38] migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
` [PULL 03/38] migration: Allow user to specify available switchover bandwidth
` [PULL 04/38] migration: fix RAMBlock add NULL check
` [PULL 05/38] migration: Add the configuration vmstate to the json writer
` [PULL 06/38] migration: Fix analyze-migration.py 'configuration' parsing
` [PULL 07/38] migration: Add capability parsing to analyze-migration.py
` [PULL 08/38] migration: Fix analyze-migration.py when ignore-shared is used
` [PULL 09/38] migration: Fix analyze-migration read operation signedness
` [PULL 13/38] migration: Non multifd migration don't care about multifd flushes
` [PULL 14/38] migration: Create migrate_rdma()
` [PULL 15/38] migration/rdma: Unfold ram_control_before_iterate()
` [PULL 19/38] migration/rdma: Create rdma_control_save_page()
` [PULL 20/38] qemu-file: Remove QEMUFileHooks
` [PULL 21/38] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PULL 22/38] migration/rdma: Remove qemu_ prefix from exported functions
` [PULL 32/38] migration/ram: Remove RAMState from xbzrle_cache_zero_page
` [PULL 35/38] migration/ram: Merge save_zero_page functions
` [PULL 36/38] migration/multifd: Remove direct "socket" references
` [PULL 38/38] migration/multifd: Clarify Error usage in multifd_channel_connect
[PATCH v2 00/27] vfio: Adopt iommufd
2023-10-17 8:27 UTC (4+ messages)
` [PATCH v2 17/27] backends/iommufd: Introduce the iommufd object
[PATCH] vhost-user: Fix protocol feature bit conflict
2023-10-17 8:25 UTC (10+ messages)
[PULL 00/38] Migration 20231016 patches
2023-10-17 8:20 UTC (7+ messages)
` [PULL 11/38] tests/qtest: migration-test: Add tests for file-based migration
[Virtio-fs] (no subject)
2023-10-17 8:13 UTC (12+ messages)
[PATCH qemu v2 0/1] Switch memory management calls to new coding conventions
2023-10-17 8:09 UTC (3+ messages)
` [PATCH qemu v2 1/1] "
[PATCH v2 00/10] riscv: RVA22U64 profile support
2023-10-17 8:08 UTC (6+ messages)
[PATCH 1/1] target/arm: Adding a check for the result of calling the CPU information check function
2023-10-17 7:48 UTC (3+ messages)
[RFC PATCH v3 00/78] Strict disable implicit fallthrough
2023-10-17 7:48 UTC (3+ messages)
` [RFC PATCH v3 60/78] qga: add fallthrough pseudo-keyword
[PATCH] guest-agent: improve help for --allow-rpcs and --block-rpcs
2023-10-17 7:47 UTC (2+ messages)
[RFC PATCH 0/5] virtio-net: Introduce LM early load
2023-10-17 7:32 UTC (2+ messages)
[PATCH v3 0/2] Add PowerNV I2C Controller Model
2023-10-17 7:01 UTC (2+ messages)
[PATCH v2 0/2] Add PowerNV I2C Controller Model
2023-10-17 6:57 UTC (5+ messages)
` [PATCH v2 1/2] ppc/pnv: Add an I2C controller model
[PATCH 00/20] target/sparc: Cleanup condition codes etc
2023-10-17 6:41 UTC (21+ messages)
` [PATCH 01/20] target/sparc: Introduce cpu_put_psr_icc
` [PATCH 02/20] target/sparc: Split psr and xcc into components
` [PATCH 03/20] target/sparc: Remove CC_OP_DIV
` [PATCH 04/20] target/sparc: Remove CC_OP_LOGIC
` [PATCH 05/20] target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
` [PATCH 06/20] target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
` [PATCH 07/20] target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
` [PATCH 08/20] target/sparc: Remove CC_OP leftovers
` [PATCH 09/20] target/sparc: Remove DisasCompare.is_bool
` [PATCH 10/20] target/sparc: Change DisasCompare.c2 to int
` [PATCH 11/20] target/sparc: Always copy conditions into a new temporary
` [PATCH 12/20] target/sparc: Do flush_cond in advance_jump_cond
` [PATCH 13/20] target/sparc: Merge gen_branch2 into advance_pc
` [PATCH 14/20] target/sparc: Merge advance_jump_uncond_{never, always} into advance_jump_cond
` [PATCH 15/20] target/sparc: Use DISAS_EXIT in do_wrpsr
` [PATCH 16/20] target/sparc: Merge gen_op_next_insn into only caller
` [PATCH 17/20] target/sparc: Record entire jump condition in DisasContext
` [PATCH 18/20] target/sparc: Discard cpu_cond at the end of each insn
` [PATCH 19/20] target/sparc: Implement UDIVX and SDIVX inline
` [PATCH 20/20] target/sparc: Implement UDIV inline
[PATCH v3 0/3] Add emulation of AmigaOne XE board
2023-10-17 6:41 UTC (4+ messages)
[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
2023-10-17 6:32 UTC (4+ messages)
[PATCH v2 00/90] target/sparc: Convert to decodetree
2023-10-17 6:12 UTC (91+ messages)
` [PATCH v2 01/90] target/sparc: Clear may_lookup for npc == DYNAMIC_PC
` [PATCH v2 02/90] target/sparc: Implement check_align inline
` [PATCH v2 03/90] target/sparc: Avoid helper_raise_exception in helper_st_asi
` [PATCH v2 04/90] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH v2 05/90] configs: Enable MTTCG for sparc, sparc64
` [PATCH v2 06/90] target/sparc: Define features via cpu-feature.h.inc
` [PATCH v2 07/90] target/sparc: Use CPU_FEATURE_BIT_* for cpu properties
` [PATCH v2 08/90] target/sparc: Remove sparcv7 cpu features
` [PATCH v2 09/90] target/sparc: Add decodetree infrastructure
` [PATCH v2 10/90] target/sparc: Define AM_CHECK for sparc32
` [PATCH v2 11/90] target/sparc: Move CALL to decodetree
` [PATCH v2 12/90] target/sparc: Move BPcc and Bicc "
` [PATCH v2 13/90] target/sparc: Move BPr "
` [PATCH v2 14/90] target/sparc: Move FBPfcc and FBfcc "
` [PATCH v2 15/90] target/sparc: Merge gen_cond with only caller
` [PATCH v2 16/90] target/sparc: Merge gen_fcond "
` [PATCH v2 17/90] target/sparc: Merge gen_branch_[an] "
` [PATCH v2 18/90] target/sparc: Pass DisasCompare to advance_jump_cond
` [PATCH v2 19/90] target/sparc: Move SETHI to decodetree
` [PATCH v2 20/90] target/sparc: Move Tcc "
` [PATCH v2 21/90] target/sparc: Move RDASR, STBAR, MEMBAR "
` [PATCH v2 22/90] target/sparc: Move RDPSR, RDHPR "
` [PATCH v2 23/90] target/sparc: Move RDWIM, RDPR "
` [PATCH v2 24/90] target/sparc: Move RDTBR, FLUSHW "
` [PATCH v2 25/90] target/sparc: Move WRASR "
` [PATCH v2 26/90] target/sparc: Move WRPSR, SAVED, RESTORED "
` [PATCH v2 27/90] target/sparc: Move WRWIM, WRPR "
` [PATCH v2 28/90] target/sparc: Move WRTBR, WRHPR "
` [PATCH v2 29/90] target/sparc: Move basic arithmetic "
` [PATCH v2 30/90] target/sparc: Move ADDC "
` [PATCH v2 31/90] target/sparc: Move MULX "
` [PATCH v2 32/90] target/sparc: Move UMUL, SMUL "
` [PATCH v2 33/90] target/sparc: Move SUBC "
` [PATCH v2 34/90] target/sparc: Move UDIVX, SDIVX "
` [PATCH v2 35/90] target/sparc: Move UDIV, SDIV "
` [PATCH v2 36/90] target/sparc: Move TADD, TSUB, MULS "
` [PATCH v2 37/90] target/sparc: Move SLL, SRL, SRA "
` [PATCH v2 38/90] target/sparc: Move MOVcc, MOVR "
` [PATCH v2 39/90] target/sparc: Move POPC "
` [PATCH v2 40/90] target/sparc: Convert remaining v8 coproc insns "
` [PATCH v2 41/90] target/sparc: Move JMPL, RETT, RETURN "
` [PATCH v2 42/90] target/sparc: Move FLUSH, SAVE, RESTORE "
` [PATCH v2 43/90] target/sparc: Move DONE, RETRY "
` [PATCH v2 44/90] target/sparc: Split out resolve_asi
` [PATCH v2 45/90] target/sparc: Drop ifdef around get_asi and friends
` [PATCH v2 46/90] target/sparc: Split out ldst functions with asi pre-computed
` [PATCH v2 47/90] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for GET_ASI_DTWINX
` [PATCH v2 48/90] target/sparc: Move simple integer load/store to decodetree
` [PATCH v2 49/90] target/sparc: Move asi "
` [PATCH v2 50/90] target/sparc: Move LDSTUB, LDSTUBA "
` [PATCH v2 51/90] target/sparc: Move SWAP, SWAPA "
` [PATCH v2 52/90] target/sparc: Move CASA, CASXA "
` [PATCH v2 53/90] target/sparc: Move PREFETCH, PREFETCHA "
` [PATCH v2 54/90] target/sparc: Split out fp ldst functions with asi precomputed
` [PATCH v2 55/90] target/sparc: Move simple fp load/store to decodetree
` [PATCH v2 56/90] target/sparc: Move asi "
` [PATCH v2 57/90] target/sparc: Move LDFSR, STFSR "
` [PATCH v2 58/90] target/sparc: Merge LDFSR, LDXFSR implementations
` [PATCH v2 59/90] target/sparc: Move EDGE* to decodetree
` [PATCH v2 60/90] target/sparc: Move ARRAY* "
` [PATCH v2 61/90] target/sparc: Move ADDRALIGN* "
` [PATCH v2 62/90] target/sparc: Move BMASK "
` [PATCH v2 63/90] target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S "
` [PATCH v2 64/90] target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D "
` [PATCH v2 65/90] target/sparc: Use tcg_gen_vec_{add,sub}*
` [PATCH v2 66/90] target/sparc: Move gen_ne_fop_FFF insns to decodetree
` [PATCH v2 67/90] target/sparc: Move gen_ne_fop_DDD "
` [PATCH v2 68/90] target/sparc: Move PDIST "
` [PATCH v2 69/90] target/sparc: Move gen_gsr_fop_DDD insns "
` [PATCH v2 70/90] target/sparc: Move gen_fop_FF "
` [PATCH v2 71/90] target/sparc: Move gen_fop_DD "
` [PATCH v2 72/90] target/sparc: Move FSQRTq "
` [PATCH v2 73/90] target/sparc: Move gen_fop_FFF insns "
` [PATCH v2 74/90] target/sparc: Move gen_fop_DDD "
` [PATCH v2 75/90] target/sparc: Move gen_fop_QQQ "
` [PATCH v2 76/90] target/sparc: Move FSMULD "
` [PATCH v2 77/90] target/sparc: Move FDMULQ "
` [PATCH v2 78/90] target/sparc: Move gen_fop_FD insns "
` [PATCH v2 79/90] target/sparc: Move FiTOd, FsTOd, FsTOx "
` [PATCH v2 80/90] target/sparc: Move FqTOs, FqTOi "
` [PATCH v2 81/90] target/sparc: Move FqTOd, FqTOx "
` [PATCH v2 82/90] target/sparc: Move FiTOq, FsTOq "
` [PATCH v2 83/90] target/sparc: Move FdTOq, FxTOq "
` [PATCH v2 84/90] target/sparc: Move FMOVq, FNEGq, FABSq "
` [PATCH v2 85/90] target/sparc: Move FMOVR, FMOVcc, FMOVfcc "
` [PATCH v2 86/90] target/sparc: Convert FCMP, FCMPE "
` [PATCH v2 87/90] target/sparc: Move FPCMP* "
` [PATCH v2 88/90] target/sparc: Move FPACK16, FPACKFIX "
` [PATCH v2 89/90] target/sparc: Convert FZERO, FONE "
` [PATCH v2 90/90] target/sparc: Remove disas_sparc_legacy
[PATCH v4 00/10] Migration deprecated parts
2023-10-17 5:53 UTC (7+ messages)
` [PATCH v4 03/10] migration: migrate 'inc' command option is deprecated
[PATCH 00/17] More build system cleanups, optional non-relocatable installs
2023-10-17 5:46 UTC (5+ messages)
` [PATCH 03/17] meson, cutils: allow "
[PATCH 00/52] migration/rdma: Error handling fixes
2023-10-17 5:22 UTC (9+ messages)
` [PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() to Error
[PATCH v2 0/3] Initial support for SPDM Responders
2023-10-17 5:21 UTC (4+ messages)
` [PATCH v2 1/3] hw/pci: Add all Data Object Types defined in PCIe r6.0
` [PATCH v2 2/3] backends: Initial support for SPDM socket support
` [PATCH v2 3/3] hw/nvme: Add SPDM over DOE support
[PATCH 0/2] virtio: Drop out of coroutine context in virtio_load()
2023-10-17 5:19 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v17 0/9] gfxstream + rutabaga_gfx
2023-10-17 5:15 UTC (4+ messages)
[PATCH v5 00/21] virtio-net RSS/hash report fixes and improvements
2023-10-17 4:09 UTC (22+ messages)
` [PATCH v5 01/21] tap: Remove tap_probe_vnet_hdr_len()
` [PATCH v5 02/21] tap: Remove qemu_using_vnet_hdr()
` [PATCH v5 03/21] net: Move virtio-net header length assertion
` [PATCH v5 04/21] net: Remove receive_raw()
` [PATCH v5 05/21] tap: Remove tap_receive()
` [PATCH v5 06/21] net: Remove flag propagation
` [PATCH v5 07/21] tap: Shrink zeroed virtio-net header
` [PATCH v5 08/21] virtio-net: Copy header only when necessary
` [PATCH v5 09/21] virtio-net: Disable RSS on reset
` [PATCH v5 10/21] virtio-net: Unify the logic to update NIC state for RSS
` [PATCH v5 11/21] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH v5 12/21] virtio-net: Always set populate_hash
` [PATCH v5 13/21] virtio-net: Do not clear VIRTIO_NET_F_RSS
` [PATCH v5 14/21] virtio-net: Do not write hashes to peer buffer
` [PATCH v5 15/21] virtio-net: Do not clear VIRTIO_NET_F_HASH_REPORT
` [PATCH v5 16/21] ebpf: Fix RSS error handling
` [PATCH v5 17/21] ebpf: Use standard section name
` [PATCH v5 18/21] ebpf: Simplify error handling
` [PATCH v5 19/21] ebpf: Return 0 when configuration fails
` [PATCH v5 20/21] ebpf: Refactor tun_rss_steering_prog()
` [PATCH v5 21/21] ebpf: Add a separate target for skeleton
[PATCH v2 0/3] gdbstub and TCG plugin improvements
2023-10-17 3:39 UTC (7+ messages)
` [PATCH v2 1/3] target/riscv: Do not allow MXL_RV32 for TARGET_RISCV64
[PATCH 0/4] gdbstub and TCG plugin improvements
2023-10-17 3:37 UTC (4+ messages)
` [PATCH 1/4] target/riscv: Remove misa_mxl validation
[PATCH v5 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
2023-10-17 0:54 UTC (2+ messages)
QEMU Virtio GPU features status & roadmap?
2023-10-17 0:48 UTC
[PATCH v3 0/1] Qemu crashes on VM migration after an handled memory error
2023-10-17 0:38 UTC (5+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 2/2] migration: prevent migration when a poisoned page is unknown from the VM
[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
2023-10-17 0:13 UTC (5+ messages)
` [PATCH RFC V2 32/37] target/arm: Add support of *unrealize* ARMCPU during vCPU Hot-unplug
` [PATCH RFC V2 35/37] hw/arm: Support hotplug capability check using _OSC method
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).