Re: [PATCH v1 0/5] Report vfio-ap configuration changes

2025-02-05 Thread Rorie Reyes
On 1/7/25 2:06 PM, Alex Williamson wrote: On Tue, 7 Jan 2025 13:43:49 -0500 Rorie Reyes wrote: This patch series creates and registers a handler that is called when userspace is notified by the kernel that a guest's AP configuration has changed. The handler in turn notifies the guest that i

Re: [PATCH v1 0/5] Report vfio-ap configuration changes

2025-01-14 Thread Rorie Reyes
On 1/7/25 2:06 PM, Alex Williamson wrote: Why are configuration changes to the device allowed while the device is in use? Would a uevent be considered an inefficient mechanism? Why? Thanks, Alex I believe a vfio device is typically used to pass through a single I/O device, like a VGPU or P

[PATCH v1 0/5] Report vfio-ap configuration changes

2025-01-07 Thread Rorie Reyes
This patch series creates and registers a handler that is called when userspace is notified by the kernel that a guest's AP configuration has changed. The handler in turn notifies the guest that its AP configuration has changed. This allows the guest to immediately respond to AP configuration chang

Re: [PATCH v1 0/5] Report vfio-ap configuration changes

2025-01-07 Thread Alex Williamson
On Tue, 7 Jan 2025 13:43:49 -0500 Rorie Reyes wrote: > This patch series creates and registers a handler that is called when > userspace is notified by the kernel that a guest's AP configuration has > changed. The handler in turn notifies the guest that its AP configuration > has changed. This a