qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-28 19:10:36 to 2025-05-29 19:29:53 UTC [more...]

[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-05-29 19:28 UTC  (12+ messages)
` [PATCH v2 02/25] hw/s390x/ipl: Create certificate store
` [PATCH v2 07/25] s390x/diag: Implement DIAG 320 subcode 2
` [PATCH v2 17/25] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode

[PATCH V4 00/43] Live update: vfio and iommufd
 2025-05-29 19:24 UTC  (38+ messages)
` [PATCH V4 01/43] MAINTAINERS: Add reviewer for CPR
` [PATCH V4 02/43] vfio: return mr from vfio_get_xlat_addr
` [PATCH V4 03/43] vfio/container: pass MemoryRegion to DMA operations
` [PATCH V4 04/43] vfio/pci: vfio_pci_put_device on failure
` [PATCH V4 05/43] migration: cpr helpers
` [PATCH V4 06/43] migration: lower handler priority
` [PATCH V4 08/43] vfio: move vfio-cpr.h
` [PATCH V4 09/43] vfio/container: register container for cpr
` [PATCH V4 10/43] vfio/container: preserve descriptors
` [PATCH V4 11/43] vfio/container: discard old DMA vaddr
` [PATCH V4 12/43] vfio/container: restore "
` [PATCH V4 13/43] vfio/container: mdev cpr blocker
` [PATCH V4 14/43] vfio/container: recover from unmap-all-vaddr failure
` [PATCH V4 15/43] pci: export msix_is_pending
` [PATCH V4 16/43] pci: skip reset during cpr
` [PATCH V4 18/43] vfio/pci: vfio_pci_vector_init
` [PATCH V4 20/43] vfio/pci: pass vector to virq functions
` [PATCH V4 22/43] vfio/pci: vfio_notifier_cleanup
` [PATCH V4 24/43] vfio-pci: preserve MSI
` [PATCH V4 25/43] vfio-pci: preserve INTx
` [PATCH V4 27/43] migration: cpr_get_fd_param helper
` [PATCH V4 28/43] backends/iommufd: iommufd_backend_map_file_dma
` [PATCH V4 29/43] backends/iommufd: change process ioctl
` [PATCH V4 30/43] physmem: qemu_ram_get_fd_offset
` [PATCH V4 31/43] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PATCH V4 32/43] vfio/iommufd: invariant device name
` [PATCH V4 33/43] vfio/iommufd: add vfio_device_free_name
` [PATCH V4 34/43] vfio/iommufd: device name blocker
` [PATCH V4 35/43] vfio/iommufd: register container for cpr
` [PATCH V4 36/43] migration: vfio cpr state hook
` [PATCH V4 37/43] vfio/iommufd: cpr state
` [PATCH V4 38/43] vfio/iommufd: preserve descriptors
` [PATCH V4 39/43] vfio/iommufd: reconstruct device
` [PATCH V4 40/43] vfio/iommufd: reconstruct hwpt
` [PATCH V4 41/43] vfio/iommufd: change process
` [PATCH V4 42/43] iommufd: preserve DMA mappings
` [PATCH V4 43/43] vfio/container: delete old cpr register

[PATCH v4 0/9] Add additional plugin API functions to read and write memory and registers
 2025-05-29 19:05 UTC  (17+ messages)
` [PATCH v4 1/9] gdbstub: Expose gdb_write_register function to consumers of gdbstub
` [PATCH v4 2/9] plugins: Add register write API
` [PATCH v4 3/9] plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
` [PATCH v4 4/9] plugins: Add memory virtual address write API
` [PATCH v4 5/9] plugins: Add memory hardware address read/write API
` [PATCH v4 6/9] plugins: Add patcher plugin and test
` [PATCH v4 8/9] plugins: Remove use of qemu_plugin_read_register where it is not permitted
` [PATCH v4 9/9] plugins: Update plugin version and add notes

[PATCH 0/3] Misc ppc/e500 patches
 2025-05-29 18:21 UTC  (4+ messages)
` [PATCH 2/3] hw/net/fsl_etsec: Set default MAC address

[PULL 00/58] Misc single binary patches for 2025-04-25
 2025-05-29 18:18 UTC  (3+ messages)
` [PULL 36/58] pc-bios: Move device tree files in their own subdir

[PATCH v1 0/3] target/i386: Add the immediate form MSR access instruction support
 2025-05-29 17:26 UTC  (7+ messages)
` [PATCH v1 2/3] target/i386: Add a new CPU feature word for CPUID.7.1.ECX

[PATCH qemu] hw/cxl: Fix register block locator size
 2025-05-29 17:24 UTC  (2+ messages)

[Qemu PATCH v2] hw/cxl: fix DC extent capacity tracking
 2025-05-29 17:07 UTC  (2+ messages)

[PATCH 00/11] migration: Some enhancements and cleanups for 10.1
 2025-05-29 16:48 UTC  (17+ messages)
` [PATCH 01/11] migration/hmp: Reorg "info migrate" once more
` [PATCH 03/11] migration/docs: Move docs for postcopy blocktime feature
` [PATCH 04/11] migration/bg-snapshot: Do not check for SKIP in iterator
` [PATCH 05/11] migration: Drop save_live_complete_postcopy hook
` [PATCH 08/11] migration/ram: One less indent for ram_find_and_save_block()
` [PATCH 09/11] migration/ram: Add tracepoints for ram_save_complete()
` [PATCH 10/11] migration: Rewrite the migration complete detect logic

[PATCH] tests/functional: Add a test for the Stellaris arm machines
 2025-05-29 16:11 UTC  (2+ messages)

[RFC 00/11] aio: add the aio_add_sqe() io_uring API
 2025-05-29 15:38 UTC  (22+ messages)
` [RFC 01/11] aio-posix: fix polling mode with fdmon-io_uring
` [RFC 02/11] aio-posix: keep polling enabled with fdmon-io_uring.c
` [RFC 03/11] tests/unit: skip test-nested-aio-poll with io_uring
` [RFC 04/11] aio-posix: integrate fdmon into glib event loop
` [RFC 05/11] aio: remove aio_context_use_g_source()
` [RFC 06/11] aio: free AioContext when aio_context_new() fails
` [RFC 07/11] aio: add errp argument to aio_context_setup()
` [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
` [RFC 09/11] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
` [RFC 10/11] aio-posix: avoid EventNotifier for cqe_handler_bh
` [RFC 11/11] block/io_uring: use aio_add_sqe()

[PATCH 00/19] target/arm: More header rework around arm_feature() & multiprocessing.h
 2025-05-29 15:37 UTC  (2+ messages)

[PULL v2 00/25] Functional tests, Microblaze endianness & pc/q35 cleanups
 2025-05-29 15:26 UTC  (2+ messages)

[PATCH v3] docs/interop: convert text files to restructuredText
 2025-05-29 15:12 UTC  (2+ messages)

[PATCH v2 0/7] amd_iommu: Fixes to align with AMDVi specification
 2025-05-29 15:08 UTC  (15+ messages)
` [PATCH v2 1/7] amd_iommu: Fix Miscellanous Information Register 0 offsets
` [PATCH v2 2/7] amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command
` [PATCH v2 3/7] amd_iommu: Update bitmasks representing DTE reserved fields
` [PATCH v2 4/7] amd_iommu: Fix masks for various IOMMU MMIO Registers
` [PATCH v2 5/7] amd_iommu: Fix mask to retrieve Interrupt Table Root Pointer from DTE
` [PATCH v2 5/7] amd_iommu: Fix mask to retrive "
` [PATCH v2 6/7] amd_iommu: Fix the calculation for Device Table size
` [PATCH v2 7/7] amd_iommu: Remove duplicated definitions

[PATCH v14 0/5] arm/virt: CXL support via pxb_cxl
 2025-05-29 15:08 UTC  (6+ messages)
` [PATCH v14 2/5] hw/cxl: Make the CXL fixed memory windows devices

[PULL 00/13] QAPI patches patches for 2025-05-28
 2025-05-29 14:56 UTC  (2+ messages)

Armbian TLS certificate expired
 2025-05-29 14:45 UTC 

[PATCH] hw/cxl: fix DC extent capacity tracking
 2025-05-29 14:31 UTC  (2+ messages)

[PATCH v5 00/13] Improve futex usage
 2025-05-29 14:28 UTC  (15+ messages)
` [PATCH v5 01/13] futex: Check value after qemu_futex_wait()
` [PATCH v5 02/13] futex: Support Windows
` [PATCH v5 03/13] qemu-thread: Replace __linux__ with CONFIG_LINUX
` [PATCH v5 04/13] qemu-thread: Avoid futex abstraction for non-Linux
` [PATCH v5 05/13] qemu-thread: Use futex for QemuEvent on Windows
` [PATCH v5 06/13] qemu-thread: Use futex if available for QemuLockCnt
` [PATCH v5 07/13] migration: Replace QemuSemaphore with QemuEvent
` [PATCH v5 08/13] migration/colo: "
` [PATCH v5 09/13] migration/postcopy: "
` [PATCH v5 10/13] hw/display/apple-gfx: "
` [PATCH v5 11/13] qemu-thread: Remove qatomic_read() in qemu_event_set()
` [PATCH v5 12/13] qemu-thread: Document QemuEvent
` [PATCH v5 13/13] qemu-thread: Document QemuEvent memory ordering

[PATCH v5] target/riscv/kvm: add satp mode for host cpu
 2025-05-29 14:00 UTC 

[PATCH] hw/riscv/riscv-iommu: Fix PPN field of Translation-reponse register
 2025-05-29  9:26 UTC 

[PATCH v3] migration: Fix migration failure when aia is configured as aplic-imsic
 2025-05-29 11:09 UTC 

[PULL 0/1] qemu-sparc queue 20250527
 2025-05-29 12:35 UTC  (2+ messages)

[PULL 0/4] Miscellaneous patches for 2025-05-28
 2025-05-29 12:35 UTC  (2+ messages)

[PULL 00/28] tcg patch queue
 2025-05-29 12:35 UTC  (2+ messages)

[PATCH v3 0/4] hw/riscv: Add Server Platform Reference Board
 2025-05-29 12:33 UTC  (9+ messages)
` [PATCH v3 1/4] target/riscv/cpu.c: remove 'bare' condition for .profile
` [PATCH v3 2/4] target/riscv: Add server platform reference cpu
` [PATCH v3 3/4] hw/riscv: Add server platform reference machine
` [PATCH v3 4/4] hw/riscv/server_platform_ref.c: add riscv-iommu-sys

[PATCH v3 00/28] Fix incorrect hash results on AST2700
 2025-05-29 12:17 UTC  (6+ messages)

[PATCH] Add support for FMAPI Get Mutliheaded Head info opcode (5501h)
 2025-05-29 12:13 UTC  (2+ messages)

[PATCH v2] vfio/pci: Introduce x-pci-class-code option
 2025-05-29 10:41 UTC  (3+ messages)

[PATCH] virtio: check for validity of indirect descriptors
 2025-05-29 10:15 UTC  (3+ messages)

[PATCH] hw/scsi/esp: fix assertion error in fifo8_push
 2025-05-29  9:38 UTC  (6+ messages)

[PATCH 00/12] rust: bindings for Error
 2025-05-29  9:18 UTC  (14+ messages)
` [PATCH 03/12] subprojects: add the foreign crate
` [PATCH 08/12] rust: qdev: support returning errors from realize
` [PATCH 09/12] rust/hpet: change timer of num_timers to usize
` [PATCH 10/12] hpet: return errors from realize if properties are incorrect
` [PATCH 11/12] rust/hpet: "
` [PATCH 12/12] rust/hpet: Drop BqlCell wrapper for num_timers

[PATCH v2] meson: fix Windows build
 2025-05-29  8:54 UTC 

[PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
 2025-05-29  7:57 UTC  (6+ messages)

[PATCH v2 0/7] audio related fixes for 10.1
 2025-05-29  7:26 UTC  (2+ messages)

[PATCH 0/9] ui: Improve scale handling
 2025-05-29  7:23 UTC  (2+ messages)

[PATCH v1 0/6] VFIO and IOMMU prerequisite stuff for IOMMU nesting support
 2025-05-29  7:16 UTC  (10+ messages)
` [PATCH v1 1/6] backends/iommufd: Add a helper to invalidate user-managed HWPT
` [PATCH v1 2/6] vfio/iommufd: Add properties and handlers to TYPE_HOST_IOMMU_DEVICE_IOMMUFD
` [PATCH v1 6/6] iommufd: Implement query of host VTD IOMMU's capability

[PATCH] MAINTAINERS: update email of zhenwei pi
 2025-05-29  7:11 UTC  (2+ messages)

[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-05-29  6:16 UTC  (3+ messages)
` [PATCH v2 16/20] amd_iommu: Set all address spaces to default translation mode on reset

[ANNOUNCE] QEMU 10.0.2 Stable released
 2025-05-29  6:21 UTC 

[ANNOUNCE] QEMU 9.2.4 Stable released
 2025-05-29  6:21 UTC 

[ANNOUNCE] QEMU 7.2.18 Stable released
 2025-05-29  6:18 UTC 

[PATCH v5 0/7] ui/spice: Enable gl=on option for non-local or remote clients
 2025-05-29  5:11 UTC  (8+ messages)
` [PATCH v5 1/7] ui/egl-helpers: Error check the fds in egl_dmabuf_export_texture()
` [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
` [PATCH v5 3/7] ui/spice: Enable gl=on option for non-local or remote clients
` [PATCH v5 4/7] ui/spice: Add an option to submit gl_draw requests at fixed rate
` [PATCH v5 5/7] ui/console-gl: Add a helper to create a texture with linear memory layout
` [PATCH v5 6/7] ui/spice: Create a new texture with linear layout when gl=on is enabled
` [PATCH v5 7/7] ui/spice: Blit the scanout texture if its memory layout is not linear

[PATCH v4 0/2] Extend and configure PMP region count
 2025-05-29  5:05 UTC  (3+ messages)
` [PATCH v4 2/2] target/riscv: Make PMP region count configurable

[PATCH v4 00/11] Improve futex usage
 2025-05-29  4:49 UTC  (5+ messages)
` [PATCH v4 11/11] hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent

[PATCH 0/3] target/riscv: profile handling fixes
 2025-05-29  4:32 UTC  (8+ messages)
` [PATCH 1/3] target/riscv/tcg: restrict satp_mode changes in cpu_set_profile
` [PATCH 2/3] target/riscv/tcg: decouple profile enablement from user prop
` [PATCH 3/3] target/riscv: add profile->present flag

[PATCH] file-posix: Tolerate unaligned hole at middle
 2025-05-29  4:30 UTC  (3+ messages)

[PATCH v11 0/8] Support RISC-V IOPMP
 2025-05-29  3:00 UTC  (5+ messages)
` [PATCH v11 8/8] hw/riscv/virt: Add IOPMP support

[PATCH] tests/functional/test_aarch64_hotplug_pci: Update images
 2025-05-28 20:55 UTC  (4+ messages)

[PATCH v5] tests/functional: Add PCI hotplug test for aarch64
 2025-05-28 20:31 UTC 

[PULL 00/27] Functional tests, Microblaze endianness & pc/q35 cleanups
 2025-05-28 20:12 UTC  (3+ messages)

[PATCH] trace/simple: seperate hot paths of tracing fucntions
 2025-05-28 19:30 UTC  (7+ messages)

[PATCH] trace/simple: seperate hot paths of tracing fucntions
 2025-05-28 19:25 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).