On Tue, 7 Jan 2025 13:43:49 -0500 Rorie Reyes <rre...@linux.ibm.com> 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 allows the guest to immediately respond to AP > configuration changes rather than relying on polling or some other > inefficient mechanism for detecting config changes. 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