>> Actually while playing with virtio for kvm Avi saw that and
>recommended
>> to do the following:
>> struct desc_pages
>> {
>>      /* Page of descriptors. */
>>      union {
>>              struct virtio_desc desc[NUM_DESCS];
>>              char pad1[PAGE_SIZE];
>>      };
>[...]
>
>Fine with me. Is anybody currently working on descriptor based
transport
>for
>virtio for kvm?
>

Yap, I'm working, I have network driver up and running, soon a block
device + patches.
Except me Gregory Haskins is working on a competing implementation, that
might be merged together
later on.

_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/virtualization

Reply via email to