Re: [Qemu-devel] [RFC PATCH v3 10/18] spapr_pci: Define DDW callbacks

2014-09-06 Thread David Gibson
On Fri, Aug 29, 2014 at 08:12:14PM +1000, Alexey Kardashevskiy wrote: > This adds callbacks definitions which PHB needs to implement in order to > support dynamic DMA windows (DDW). > > Will be squashed later. > > Signed-off-by: Alexey Kardashevskiy Reviewed-by: David Gibson -- David Gibson

[Qemu-devel] [RFC PATCH v3 10/18] spapr_pci: Define DDW callbacks

2014-08-29 Thread Alexey Kardashevskiy
This adds callbacks definitions which PHB needs to implement in order to support dynamic DMA windows (DDW). Will be squashed later. Signed-off-by: Alexey Kardashevskiy --- include/hw/pci-host/spapr.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/include/hw/pci-host/spa