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: H. Peter Anvin
Subject: Re: [Qemu-devel] Would virtio support 64 bit address for vring virtqueue?
Date: Wed, 28 Aug 2013 14:02:13 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

On 08/28/2013 10:35 AM, Anthony Liguori wrote:
> Yes, it was originally designed with the 16TB limit in mind.
> 
> PCI doesn't support 64-bit PIO operations so it would have required a
> high/low register and additional magic.
> 

s/PCI/x86/

"Additional magic" is needed only if atomic changes are necessary, but
in this case this is stuff that is set up during early configuration and
so isn't an issue.  The "additional magic" needed in that case is latch
logic - the write to the low part doesn't actually take effect until the
high part is written.

        -hpa




reply via email to

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