]> git.ipfire.org Git - thirdparty/qemu.git/commit
vhost: use virtio_config_get_guest_notifier()
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 22 Sep 2025 22:01:45 +0000 (18:01 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 5 Oct 2025 13:01:08 +0000 (09:01 -0400)
commit2e41580328a9cdfffce3ee496857c1b2d6ed365e
tree516440493b4acb39fda9625fc8d53cb5a6bb057b
parentb10166b104fad54d5d79024beafe1bcfe8a35c4a
vhost: use virtio_config_get_guest_notifier()

There is a getter function so avoid accessing the ->config_notifier
field directly.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20250922220149.498967-2-stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost.c