Re: [Qemu-devel] [PATCH 05/10] spapr_pci: Define default DMA window size as a macro

2015-02-23 Thread David Gibson
On Mon, Feb 23, 2015 at 07:33:55PM +1100, Alexey Kardashevskiy wrote: > This gets rid of a magic constant describing the default DMA window size > for an emulated PHB. > > Signed-off-by: Alexey Kardashevskiy Reviewed-by: David Gibson -- David Gibson| I'll have my music bar

[Qemu-devel] [PATCH 05/10] spapr_pci: Define default DMA window size as a macro

2015-02-23 Thread Alexey Kardashevskiy
This gets rid of a magic constant describing the default DMA window size for an emulated PHB. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr_pci.c | 6 +++--- include/hw/pci-host/spapr.h | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hw/ppc/spapr_pci.c b/hw