Home
last modified time | relevance | path

Searched hist:"20 e7412bfd63c68f1798fbdb799aedb7e05fee88" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c20e7412bfd63c68f1798fbdb799aedb7e05fee88 Thu Dec 15 11:31:34 UTC 2022 Eugenio Pérez <eperezma@redhat.com> vhost: set SVQ device call handler at SVQ start

By the end of this series CVQ is shadowed as long as the features
support it.

Since we don't know at the beginning of qemu running if this is
supported, move the event notifier handler setting to the start of the
SVQ, instead of the start of qemu run. This will avoid to create them if
the device does not support SVQ.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20221215113144.322011-3-eperezma@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>