qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Would virtio support 64 bit address for vring virtqueue


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Would virtio support 64 bit address for vring virtqueue?
Date: Wed, 28 Aug 2013 10:07:23 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Aug 28, 2013 at 03:18:39AM +0000, Xie, Huawei wrote:
> I am developing virtio user space poll mode network driver. We allocate vring 
> physical memory from huge page. On VMs with less than 4GB  memory, it works 
> well.  But on VMs with like 8GB memory, huge page are all allocated from high 
> end memory.
> So would virtio support 64bit address for vring virtqueue?

The vring takes guest physical addresses and the C type is __u64 (see
/usr/include/linux/virtio_ring.h).  64-bit addresses are fine.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]