kernel-hacking-2024-linux-s.../drivers/virtio
Jason Wang 224de6f886 virtio: allow driver to disable the configure change notification
Sometime, it would be useful to disable the configure change
notification from the driver. So this patch allows this by introducing
a variable config_change_driver_disabled and only allow the configure
change notification callback to be triggered when it is allowed by
both the virtio core and the driver. It is set to false by default to
hold the current semantic so we don't need to change any drivers.

The first user for this would be virtio-net.

Cc: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
Cc: Gia-Khanh Nguyen <gia-khanh.nguyen@oracle.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Link: https://patch.msgid.link/20240814052228.4654-3-jasowang@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-08-15 19:14:19 -07:00
..
Kconfig
Makefile
virtio.c virtio: allow driver to disable the configure change notification 2024-08-15 19:14:19 -07:00
virtio_anchor.c
virtio_balloon.c virtio: rename virtio_find_vqs_info() to virtio_find_vqs() 2024-07-17 05:20:58 -04:00
virtio_debug.c
virtio_dma_buf.c virtio: add missing MODULE_DESCRIPTION() macro 2024-07-17 05:43:20 -04:00
virtio_input.c virtio: rename virtio_find_vqs_info() to virtio_find_vqs() 2024-07-17 05:20:58 -04:00
virtio_mem.c
virtio_mmio.c
virtio_pci_admin_legacy_io.c
virtio_pci_common.c virtio_pci_modern: use completion instead of busy loop to wait on admin cmd result 2024-07-17 05:43:21 -04:00
virtio_pci_common.h virtio_pci_modern: remove admin queue serialization lock 2024-07-17 05:43:21 -04:00
virtio_pci_legacy.c
virtio_pci_legacy_dev.c
virtio_pci_modern.c virtio_pci_modern: remove admin queue serialization lock 2024-07-17 05:43:21 -04:00
virtio_pci_modern_dev.c
virtio_ring.c
virtio_vdpa.c