messages from 2025-11-03 12:22:37 to 2025-11-03 20:32:04 UTC [more...]
[PATCH 0/8] Fix deadlock with bdrv_open of self-served NBD
2025-11-03 20:10 UTC (9+ messages)
` [PATCH 1/8] qio: Add trace points to net_listener
` [PATCH 2/8] qio: Minor optimization when callback function is unchanged
` [PATCH 3/8] qio: Remember context of qio_net_listener_set_client_func_full
` [PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
` [PATCH 5/8] qio: Let listening sockets remember their owning QIONetListener
` [PATCH 6/8] qio: Hoist ref of listener outside loop
` [PATCH 7/8] qio: Use AioContext for default-context QIONetListener
` [PATCH 8/8] iotests: Add coverage of recent NBD qio deadlock fix
[PATCH v3 00/13] Pegasos2 clean up and pegasos1 emulation
2025-11-03 20:27 UTC (11+ messages)
[PATCH v3] ui/sdl2: Fix using GL display on macOS with improvements
2025-11-03 20:23 UTC
[PATCH v4 -qemu 0/5] hw/cxl: Support Back-Invalidate
2025-11-03 19:52 UTC (6+ messages)
` [PATCH 1/5] hw/pcie: Support enabling flit mode
` [PATCH 2/5] hw/cxl: Refactor component register initialization
` [PATCH 3/5] hw/cxl: Allow BI by default in Window restrictions
` [PATCH 4/5] hw/cxl: Support type3 HDM-DB
` [PATCH 5/5] hw/cxl: Remove register special_ops->read()
[PATCH v3 0/2] KVM Support for imx8mp-evk Machine
2025-11-03 19:22 UTC (4+ messages)
[PATCH] tests/functional/mips64el: Silence issues reported by pylint
2025-11-03 19:24 UTC
[PATCH v3 0/2] amd_iommu: Cleanups and fixes (PART 2)
2025-11-03 19:20 UTC (7+ messages)
` [PATCH v3 1/2] amd_iommu: Fix handling device on buses != 0
` [PATCH v3 2/2] amd_iommu: Support 64 bit address for IOTLB lookup
[PATCH v4 0/8] migration: Introduce POSTCOPY_DEVICE state
2025-11-03 19:09 UTC (11+ messages)
` [PATCH v4 1/8] migration: Flush migration channel after sending data of CMD_PACKAGED
` [PATCH v4 2/8] migration: Do not try to start VM if disk activation fails
` [PATCH v4 3/8] migration: Move postcopy_ram_listen_thread() to postcopy-ram.c
` [PATCH v4 4/8] migration: Introduce postcopy incoming setup and cleanup functions
` [PATCH v4 5/8] migration: Refactor all incoming cleanup info migration_incoming_destroy()
` [PATCH v4 6/8] migration: Respect exit-on-error when migration fails before resuming
` [PATCH v4 7/8] migration: Make postcopy listen thread joinable
` [PATCH v4 8/8] migration: Introduce POSTCOPY_DEVICE state
[PATCH v2 0/3] vhost-user-blk: support inflight migration
2025-11-03 18:55 UTC (3+ messages)
` [PATCH v2 3/3] vhost-user-blk: support inter-host "
[PATCH v5 00/32] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-11-03 18:51 UTC (72+ messages)
` [PATCH v5 06/32] hw/arm/smmuv3-accel: Initialize shared system address space
` [PATCH v5 07/32] hw/pci/pci: Move pci_init_bus_master() after adding device to bus
` [PATCH v5 08/32] hw/pci/pci: Add optional supports_address_space() callback
` [PATCH v5 09/32] hw/pci-bridge/pci_expander_bridge: Move TYPE_PXB_PCIE_DEV to header
` [PATCH v5 10/32] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [PATCH v5 11/32] hw/arm/smmuv3: Implement get_viommu_cap() callback
` [PATCH v5 12/32] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [PATCH v5 13/32] hw/arm/smmuv3-accel: Add nested vSTE install/uninstall support
` [PATCH v5 16/32] hw/arm/smmuv3-accel: Make use of get_msi_address_space() callback
` [PATCH v5 17/32] hw/arm/smmuv3-accel: Add support to issue invalidation cmd to host
` [PATCH v5 18/32] hw/arm/smmuv3: Initialize ID registers early during realize()
` [PATCH v5 19/32] hw/arm/smmuv3-accel: Get host SMMUv3 hw info and validate
` [PATCH v5 20/32] hw/pci-host/gpex: Allow to generate preserve boot config DSM #5
` [PATCH v5 21/32] hw/arm/virt: Set PCI preserve_config for accel SMMUv3
` [PATCH v5 22/32] tests/qtest/bios-tables-test: Prepare for IORT revison upgrade
` [PATCH v5 23/32] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
` [PATCH v5 24/32] tests/qtest/bios-tables-test: Update IORT blobs after revision upgrade
` [PATCH v5 25/32] hw/arm/smmuv3: Add accel property for SMMUv3 device
` [PATCH v5 26/32] hw/arm/smmuv3-accel: Add a property to specify RIL support
` [PATCH v5 30/32] Extend get_cap() callback to support PASID
` [PATCH v5 31/32] vfio: Synthesize vPASID capability to VM
[PATCH v4 0/2] HP-PARISC: LASI's NCR710 SCSI Controller
2025-11-03 18:40 UTC (3+ messages)
` [PATCH v4 1/2] hw/scsi/ncr53c710.c: Fixing null pointer dereference issue
` [PATCH v4 2/2] hw/scsi/ncr53c710.c: Fixing Incorrect expression (IDENTICAL_BRANCHES)
[PATCH] util/oslib-posix: increase memprealloc thread count to 32
2025-11-03 18:57 UTC
[PATCH 0/3] hw/net/e1000e: Fix assertion failures in e1000e_write_payload_frag_to_rx_buffers()
2025-11-03 17:58 UTC (4+ messages)
` [PATCH 1/3] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors
` [PATCH 2/3] hw/net/e1000e_core: Correct rx oversize packet checks
` [PATCH 3/3] hw/net/e1000e_core: Adjust e1000e_write_payload_frag_to_rx_buffers() assert
[PATCH v5 00/25] single-binary: Make riscv cpu.h target independent
2025-11-03 17:12 UTC (26+ messages)
` [PATCH v5 01/25] target/riscv: Fix size of gpr and gprh
` [PATCH v5 02/25] target/riscv: Fix size of vector CSRs
` [PATCH v5 03/25] target/riscv: Fix size of pc, load_[val|res]
` [PATCH v5 04/25] target/riscv: Fix size of frm and fflags
` [PATCH v5 05/25] target/riscv: Fix size of badaddr and bins
` [PATCH v5 06/25] target/riscv: Fix size of guest_phys_fault_addr
` [PATCH v5 07/25] target/riscv: Fix size of priv_ver and vext_ver
` [PATCH v5 08/25] target/riscv: Fix size of retxh
` [PATCH v5 09/25] target/riscv: Fix size of ssp
` [PATCH v5 10/25] target/riscv: Fix size of excp_uw2
` [PATCH v5 11/25] target/riscv: Fix size of sw_check_code
` [PATCH v5 12/25] target/riscv: Fix size of priv
` [PATCH v5 13/25] target/riscv: Fix size of gei fields
` [PATCH v5 14/25] target/riscv: Fix size of [m|s|vs]iselect fields
` [PATCH v5 15/25] target/riscv: Fix arguments to board IMSIC emulation callbacks
` [PATCH v5 16/25] target/riscv: Fix size of irq_overflow_left
` [PATCH v5 17/25] target/riscv: Indent PMUFixedCtrState correctly
` [PATCH v5 18/25] target/riscv: Replace target_ulong in riscv_cpu_get_trap_name()
` [PATCH v5 19/25] target/riscv: Replace target_ulong in riscv_ctr_add_entry()
` [PATCH v5 20/25] target/riscv: Fix size of trigger data
` [PATCH v5 21/25] target/riscv: Fix size of mseccfg
` [PATCH v5 22/25] target/riscv: Move debug.h include away from cpu.h
` [PATCH v5 23/25] target/riscv: Move CSR declarations to separate csr.h header
` [PATCH v5 24/25] target/riscv: Introduce externally facing CSR access functions
` [PATCH v5 25/25] target/riscv: Make pmp.h target_ulong agnostic
[RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
2025-11-03 16:45 UTC (5+ messages)
[PULL 0/3] target-arm queue
2025-11-03 15:47 UTC (4+ messages)
` [PULL 1/3] hw/arm/imx8mp-evk: Add KVM support
` [PULL 2/3] hw/arm/imx8mp-evk: Fix guest time in KVM mode
` [PULL 3/3] docs/devel/testing/fuzzing: Note that you can get qtest to read from a file
[PATCH 00/11] rust: migration: add high-level migration wrappers
2025-11-03 15:49 UTC (4+ messages)
` [PATCH 08/11] rust: qemu-macros: add ToMigrationState derive macro
[PULL 00/25] vfio queue
2025-11-03 15:24 UTC (10+ messages)
` [PULL 09/25] vfio-user: implement message receive infrastructure
[PATCH v5 0/6] sd: Add RPMB emulation to eMMC model
2025-11-03 15:18 UTC (9+ messages)
` [PATCH v5 3/6] hw/sd/sdcard: Add basic support for RPMB partition
` [PATCH v5 4/6] hw/sd/sdcard: Handle RPMB MAC field
` [PATCH v5 5/6] scripts: Add helper script to generate eMMC block device images
` [PATCH v5 6/6] docs: Add eMMC device model description
[PATCH v3 0/3] HP-PARISC 82596 Network Interface Card
2025-11-03 14:48 UTC (5+ messages)
` [PATCH v3 2/3] i82596: Added core infrastructure and helper functions
` [PATCH v3 3/3] i82596: Implement enhanced TX/RX with packet queuing and filtering
[PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
2025-11-03 15:10 UTC (5+ messages)
` [PATCH v5] "
[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-11-03 15:05 UTC (6+ messages)
[PATCH v2 00/37] target/arm: Implement FEAT_SYSREG128
2025-11-03 14:23 UTC (7+ messages)
` [PATCH v2 20/37] target/arm: Consolidate definitions of PAR
[PATCH] target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns
2025-11-03 14:18 UTC (2+ messages)
[PATCH v2] firmware: qemu_fw_cfg: Do not hard depend on CONFIG_HAS_IOPORT_MAP
2025-11-03 14:11 UTC
[PATCH v2] numa: add 'spm' option for Specific Purpose Memory
2025-11-03 12:36 UTC (8+ messages)
[PATCH] MAINTAINERS: Update David Hildenbrand's email address
2025-11-03 10:39 UTC
[PATCH v2 0/7] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
2025-11-03 14:03 UTC (13+ messages)
` [PATCH v2 1/7] ati-vga: Add scissor clipping register support
` [PATCH v2 2/7] ati-vga: Implement scissor rectangle clipping for 2D operations
` [PATCH v2 3/7] ati-vga: Implement foreground and background color register writes
` [PATCH v2 4/7] ati-vga: Fix DP_GUI_MASTER_CNTL register mask
` [PATCH v2 5/7] ati-vga: Implement HOST_DATA register writes
` [PATCH v2 6/7] ati-vga: Add expand_colors() helper for monochrome color expansion
[PULL 00/18] Miscellaneous changes for 2025-10-28
2025-11-03 13:59 UTC (3+ messages)
` [PULL 03/18] rcu: Unify force quiescent state
` Regression with the "replay" test on target alpha (was: [PULL 03/18] rcu: Unify force quiescent state)
[PATCH v3] hw/scsi/ncr53c710: Fixing defects reported by Coverity Scan for QEMU
2025-11-03 13:49 UTC (2+ messages)
[PULL 00/32] Next pr patches
2025-11-03 13:37 UTC (33+ messages)
` [PULL 01/32] Implement -run-with exit-with-parent=on
` [PULL 02/32] tests/qtest: Use exit-with-parent=on in qtest invocations
` [PULL 03/32] crypto/hash: Have hashing functions take void * buffer argument
` [PULL 04/32] io/channel: Have read/write "
` [PULL 05/32] io: add a "blocking" field to QIOChannelSocket
` [PULL 06/32] io: flush zerocopy socket error queue on sendmsg failure due to ENOBUF
` [PULL 07/32] crypto: bump min gnutls to 3.7.5
` [PULL 08/32] crypto: unconditionally enable gnutls XTS support
` [PULL 09/32] crypto: bump min libgcrypt to 1.9.4
` [PULL 10/32] crypto: bump min nettle to 3.7.3
` [PULL 11/32] crypto: drop in-tree XTS cipher mode impl
` [PULL 12/32] crypto: remove redundant parameter checking CA certs
` [PULL 13/32] crypto: add missing free of certs array
` [PULL 14/32] crypto: replace stat() with access() for credential checks
` [PULL 15/32] crypto: remove redundant access() checks before loading certs
` [PULL 16/32] crypto: move check for TLS creds 'dir' property
` [PULL 17/32] crypto: use g_autofree when loading x509 credentials
` [PULL 18/32] crypto: remove needless indirection via parent_obj field
` [PULL 19/32] crypto: move release of DH parameters into TLS creds parent
` [PULL 20/32] crypto: shorten the endpoint == server check in TLS creds
` [PULL 21/32] crypto: remove duplication loading x509 CA cert
` [PULL 22/32] crypto: reduce duplication in handling TLS priority strings
` [PULL 23/32] crypto: introduce method for reloading TLS creds
` [PULL 24/32] crypto: introduce a wrapper around gnutls credentials
` [PULL 25/32] crypto: fix lifecycle handling of gnutls credentials objects
` [PULL 26/32] crypto: make TLS credentials structs private
` [PULL 27/32] crypto: deprecate use of external dh-params.pem file
` [PULL 28/32] crypto: avoid loading the CA certs twice
` [PULL 29/32] crypto: avoid loading the identity "
` [PULL 30/32] crypto: expand logic to cope with multiple certificate identities
` [PULL 31/32] crypto: support upto 5 parallel "
` [PULL 32/32] docs: creation of x509 certs compliant with post-quantum crypto
[PATCH v7 00/23] intel_iommu: Enable first stage translation for passthrough device
2025-11-03 13:23 UTC (13+ messages)
` [PATCH v7 17/23] iommufd: Introduce a helper function to extract vendor capabilities
` [PATCH v7 18/23] vfio: Add a new element bypass_ro in VFIOContainer
` [PATCH v7 19/23] Workaround for ERRATA_772415_SPR17
` [PATCH v7 20/23] vfio: Bypass readonly region for dirty tracking
` [PATCH v7 21/23] intel_iommu: Add migration support with x-flts=on
` [PATCH v7 23/23] docs/devel: Add IOMMUFD nesting documentation
[PULL v3 0/7] Accelerators & CPU patches for 2025-11-02
2025-11-03 13:22 UTC
[PULL 0/3] I82596 fixes patches
2025-11-03 13:20 UTC (4+ messages)
` [PULL 1/3] hw/hppa: Enable LASI i82596 network on 715 machine
` [PULL 2/3] i82596: Added core infrastructure and helper functions
` [PULL 3/3] i82596: Implement enhanced TX/RX with packet queuing and filtering
[PULL v2 0/8] Accelerators & CPU patches for 2025-11-02
2025-11-03 13:19 UTC (3+ messages)
[PULL 0/7] nvme queue
2025-11-03 12:50 UTC (4+ messages)
` [PULL 6/7] hw/nvme: enable ns atomic writes
[PATCH] net: pad packets to minimum length in qemu_receive_packet()
2025-11-03 12:49 UTC (3+ messages)
[PATCH] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
2025-11-03 12:47 UTC (5+ messages)
[PATCH v4 00/23] target/arm/hvf: Consolidate
2025-11-03 12:45 UTC (3+ messages)
` [PATCH v4 23/23] accel/hvf: Sync CNTV_CTL_EL0 & CNTV_CVAL_EL0
[PATCH] ati-vga: Separate default control bit for source
2025-11-03 12:40 UTC (3+ messages)
[RFC v1 0/1] add virtio bus for rvsp-ref board
2025-11-03 12:39 UTC (2+ messages)
` [RFC v1 1/1] hw/riscv/server_platform_ref.c: add virtio bus
[PATCH] hw/ppc/pegasos: Fix memory leak
2025-11-03 12:33 UTC (3+ messages)
[PATCH RFC 00/10] RFC: Drop qemu.qmp from qemu.git
2025-11-03 12:21 UTC (5+ messages)
` [PATCH RFC 06/10] python/mkvenv: add "tests" dependency group
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).