Re: [Qemu-devel] [virtio] virtqueue allocation and thread-safety

2015-01-16 Thread Vasile Catalin-B50542
Does the guest memory allocation include the descriptor tables allocation? Which part of the structures is the descriptor tables? On 15.01.2015 03:41, Fam Zheng wrote: On Wed, 01/14 14:01, Vasile Catalin-B50542 wrote: Hi, I'm trying to make a new virtio device. I got it running (I made a funct

Re: [Qemu-devel] [virtio] virtqueue allocation and thread-safety

2015-01-14 Thread Fam Zheng
On Wed, 01/14 14:01, Vasile Catalin-B50542 wrote: > Hi, > > I'm trying to make a new virtio device. > I got it running (I made a functional dummy device & guest driver). > Now I'm trying to build some communication between the device and guest > driver. > I can't seem to find where the actual allo