]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/vfio/ap: store object indicating AP config changed in a queue
authorRorie Reyes <rreyes@linux.ibm.com>
Mon, 9 Jun 2025 16:44:16 +0000 (12:44 -0400)
committerCédric Le Goater <clg@redhat.com>
Wed, 11 Jun 2025 12:01:58 +0000 (14:01 +0200)
commitbc36d14e13ee9bfc17a6818c5e1664fb8e316621
treec7f7da8a1d8ed061062724e521e06637e55d4a92
parent0fb8a62fe46ca0cdcc75479658301b7e1c3aa797
hw/vfio/ap: store object indicating AP config changed in a queue

Creates an object indicating that an AP configuration change event
has been received and stores it in a queue. These objects will later
be used to store event information for an AP configuration change
when the CHSC instruction is intercepted.

Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com>
Reviewed-by: Anthony Krowiak <akrowiak@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20250609164418.17585-3-rreyes@linux.ibm.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/ap.c