search for: lecacy

Displaying 2 results from an estimated 2 matches for "lecacy".

2023 Apr 27
1
[RFC PATCH v2 1/3] PCI: endpoint: introduce a helper to implement pci ep virtio function
...CI > device. This patch introduces a setof helper functions and data structures > to implement a PCIe endpoint function that behaves as a virtio device. s/possble/possible/ s/setof/set of/ > Those functions enable the implementation PCIe endpoint function that > comply with the virtio lecacy specification. Because modern virtio > specifications require devices to implement custom PCIe capabilities, which > are not currently supported by either PCIe controllers/drivers or the PCIe > endpoint framework. s/implementation PCIe endpoint function/implementation of PCIe endpoint fun...
2023 Apr 27
4
[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
PCIe endpoint framework provides APIs to implement PCIe endpoint function. This framework allows defining various PCIe endpoint function behaviors in software. This patch extend the framework for virtio pci device. The virtio is defined to communicate guest on virtual machine and host side. Advantage of the virtio is the efficiency of data transfer and the conciseness of implementation device