Re: [RFC QEMU PATCH 01/18] virtio: Add shared memory capability

2023-03-13 Thread Philippe Mathieu-Daudé
On 12/3/23 10:22, Huang Rui 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 allowed and distinguished by a device-speci

[RFC QEMU PATCH 01/18] virtio: Add shared memory capability

2023-03-12 Thread Huang Rui
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