Re: [Qemu-devel] [PATCH qemu v5 11/12] spapr_pci: Disable all DMA windows on reset

2015-04-07 Thread David Gibson
On Tue, Mar 31, 2015 at 04:28:46PM +1100, Alexey Kardashevskiy wrote: > This disables all DMA windows on a PHB reset. It does not make any > difference now as there is just one DMA window but it will later with DDW > patches. > > Signed-off-by: Alexey Kardashevskiy Reviewed-by: David Gibson Al

[Qemu-devel] [PATCH qemu v5 11/12] spapr_pci: Disable all DMA windows on reset

2015-03-30 Thread Alexey Kardashevskiy
This disables all DMA windows on a PHB reset. It does not make any difference now as there is just one DMA window but it will later with DDW patches. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr_pci.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/hw