Re: [Qemu-devel] [RFC PATCH v3 11/18] spapr_pci: Add windows counter

2014-09-06 Thread David Gibson
On Fri, Aug 29, 2014 at 08:12:15PM +1000, Alexey Kardashevskiy wrote: > We are goint to have more than one DMA window and this is going to > be dynamic. This adds a counter which will be used to get a new DMA > window LIOBN. It is set to 1 by default as window #0 is there by default. > > Signed-of

[Qemu-devel] [RFC PATCH v3 11/18] spapr_pci: Add windows counter

2014-08-29 Thread Alexey Kardashevskiy
We are goint to have more than one DMA window and this is going to be dynamic. This adds a counter which will be used to get a new DMA window LIOBN. It is set to 1 by default as window #0 is there by default. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr_pci.c | 5 - hw/ppc/s