Jason Wang
2021-Oct-15 08:22 UTC
[PATCH v5 1/8] virtio-pci: introduce legacy device module
? 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