Re: [Qemu-devel] [PATCH 09/11] memory: Add iova to IOMMUTLBEntry

2013-05-14 Thread Paolo Bonzini
Il 14/05/2013 11:13, David Gibson ha scritto: > Currently, the IOMMUTLBEntry structure contains the translated address, > but not the IOVA (original untranslated address). We're going to need it > for upcoming changes, so add it in here, and populate it correctly in our > one existing iommu implem

Re: [Qemu-devel] [PATCH 09/11] memory: Add iova to IOMMUTLBEntry

2013-05-14 Thread Alex Williamson
On Tue, 2013-05-14 at 19:13 +1000, David Gibson wrote: > Currently, the IOMMUTLBEntry structure contains the translated address, > but not the IOVA (original untranslated address). We're going to need it > for upcoming changes, so add it in here, and populate it correctly in our > one existing iom

[Qemu-devel] [PATCH 09/11] memory: Add iova to IOMMUTLBEntry

2013-05-14 Thread David Gibson
Currently, the IOMMUTLBEntry structure contains the translated address, but not the IOVA (original untranslated address). We're going to need it for upcoming changes, so add it in here, and populate it correctly in our one existing iommu implementation. Signed-off-by: David Gibson --- hw/ppc/sp