Re: [PATCH v5 1/8] virtio-pci: introduce legacy device module

From: Jason Wang
Date: Fri Oct 15 2021 - 04:22:36 EST



在 2021/10/15 下午3:14, Wu Zongyong 写道:
+void vp_legacy_set_queue_enable(struct virtio_pci_legacy_device *ldev,
+ u16 idx, bool enable);


Similar to previous one, this function is not implemented in this patch.

Thanks