qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 07/11] libqos: Added basic virtqueue support


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v4 07/11] libqos: Added basic virtqueue support to virtio implementation
Date: Sun, 17 Aug 2014 11:37:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Il 13/08/2014 23:59, Marc Marí ha scritto:
> If it is not dereferenced, it can work. But all references will have to
> be casted from (void *) to (uint64_t) always which is what readl and
> writel expect. I think this is better than calculating the addresses,
> but is still a bit ugly.

It would also break subtly on 32-bit builds if we ever try using
addresses above the first 4G (which could be an interesting test, and
doesn't require lots of host memory if one uses hotplug).

Paolo



reply via email to

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