Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class

2014-03-13 Thread Alexander Graf
> Am 14.03.2014 um 07:19 schrieb Alexey Kardashevskiy : > >> On 03/14/2014 05:50 AM, Andreas Färber wrote: >> Am 13.03.2014 19:04, schrieb Mike Day: >>> On 20/11/13 16:39 +1100, Alexey Kardashevskiy wrote: This adds a put_tce() callback to the SPAPR TCE TABLE device class. The new call

Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class

2014-03-13 Thread Alexey Kardashevskiy
On 03/14/2014 05:50 AM, Andreas Färber wrote: > Am 13.03.2014 19:04, schrieb Mike Day: >> On 20/11/13 16:39 +1100, Alexey Kardashevskiy wrote: >>> This adds a put_tce() callback to the SPAPR TCE TABLE device class. >>> The new callback allows to have different IOMMU types such as upcoming >>> VFIO

Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class

2014-03-13 Thread Andreas Färber
Am 13.03.2014 19:04, schrieb Mike Day: > On 20/11/13 16:39 +1100, Alexey Kardashevskiy wrote: >> This adds a put_tce() callback to the SPAPR TCE TABLE device class. >> The new callback allows to have different IOMMU types such as upcoming >> VFIO IOMMU and it will be used more by the upcoming Multi

Re: [Qemu-devel] spapr-iommu: extend SPAPR_TCE_TABLE class

2014-03-13 Thread Mike Day
On 20/11/13 16:39 +1100, Alexey Kardashevskiy wrote: > This adds a put_tce() callback to the SPAPR TCE TABLE device class. > The new callback allows to have different IOMMU types such as upcoming > VFIO IOMMU and it will be used more by the upcoming Multi-TCE support. > > This reworks the H_PUT_TC