Re: [PATCH v1 2/5] hw/vfio/ap: notification handler for AP config changed event

2025-01-15 Thread Anthony Krowiak
On 1/7/25 1:43 PM, Rorie Reyes wrote: Register an event notifier handler to process AP configuration change events by queuing the event and generating a CRW to let the guest know its AP configuration has changed Signed-off-by: Rorie Reyes Reviewed-by: Anthony Krowiak Tested-by: Anthony Kro

Re: [PATCH v1 2/5] hw/vfio/ap: notification handler for AP config changed event

2025-01-08 Thread Rorie Reyes
On 1/8/25 2:34 AM, Cédric Le Goater wrote: On 1/7/25 19:43, Rorie Reyes wrote: Register an event notifier handler to process AP configuration change events by queuing the event and generating a CRW to let the guest know its AP configuration has changed Signed-off-by: Rorie Reyes Reviewed-by:

Re: [PATCH v1 2/5] hw/vfio/ap: notification handler for AP config changed event

2025-01-07 Thread Cédric Le Goater
On 1/7/25 19:43, Rorie Reyes wrote: Register an event notifier handler to process AP configuration change events by queuing the event and generating a CRW to let the guest know its AP configuration has changed Signed-off-by: Rorie Reyes Reviewed-by: Anthony Krowiak Tested-by: Anthony Krowiak

[PATCH v1 2/5] hw/vfio/ap: notification handler for AP config changed event

2025-01-07 Thread Rorie Reyes
Register an event notifier handler to process AP configuration change events by queuing the event and generating a CRW to let the guest know its AP configuration has changed Signed-off-by: Rorie Reyes Reviewed-by: Anthony Krowiak Tested-by: Anthony Krowiak --- hw/vfio/ap.c | 27 +++