Re: [PATCH v4 1/9] virtio: Add shared memory capability

2023-08-09 Thread Huang Rui
On Wed, Aug 09, 2023 at 10:11:00AM +0800, Gurchetan Singh wrote: > From: "Dr. David Alan Gilbert" > > Define a new capability type 'VIRTIO_PCI_CAP_SHARED_MEMORY_CFG' to allow > defining shared memory regions with sizes and offsets of 2^32 and more. > Multiple instances of the capability are allow

[PATCH v4 1/9] virtio: Add shared memory capability

2023-08-08 Thread Gurchetan Singh
From: "Dr. David Alan Gilbert" Define a new capability type 'VIRTIO_PCI_CAP_SHARED_MEMORY_CFG' to allow defining shared memory regions with sizes and offsets of 2^32 and more. Multiple instances of the capability are allowed and distinguished by a device-specific 'id'. Signed-off-by: Dr. David A