]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/pci: vfio_notifier_init
authorSteve Sistare <steven.sistare@oracle.com>
Tue, 10 Jun 2025 15:39:26 +0000 (08:39 -0700)
committerCédric Le Goater <clg@redhat.com>
Wed, 11 Jun 2025 12:01:58 +0000 (14:01 +0200)
commit8f5c6960269124674895032f344fa71f8be5d49c
treeecbef228f46daedcb7523364bedc3945285a30c5
parent906f524ef19fa46140c3a5ae74d5e2e7d7b37ab2
vfio/pci: vfio_notifier_init

Move event_notifier_init calls to a helper vfio_notifier_init.
This version is trivial, but it will be expanded to support CPR
in subsequent patches.  No functional change.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/1749569991-25171-14-git-send-email-steven.sistare@oracle.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/pci.c