Re: [Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space

2015-05-06 Thread Nikunj A Dadhania
Thomas Huth writes: > On Wed, 06 May 2015 11:14:32 +0530 > Nikunj A Dadhania wrote: > >> Thomas Huth writes: > [...] >> > BTW, does this also require the new version of SLOF already? >> >> Not yet, only after patch 4/6 newer SLOF would be needed. > > Ok, ... but it will also still work with ol

Re: [Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space

2015-05-06 Thread Thomas Huth
On Wed, 06 May 2015 11:14:32 +0530 Nikunj A Dadhania wrote: > Thomas Huth writes: [...] > > BTW, does this also require the new version of SLOF already? > > Not yet, only after patch 4/6 newer SLOF would be needed. Ok, ... but it will also still work with old SLOF version? If not, I think you

Re: [Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space

2015-05-05 Thread Nikunj A Dadhania
Thomas Huth writes: > On Tue, 5 May 2015 14:23:52 +0530 > Nikunj A Dadhania wrote: > >> The properties reg/assigned-resources need to encode 64-bit memory >> address space as part of phys.hi dword. >> >> 00 if configuration space >> 01 if IO region, >> 10 if 32-bit MEM region >> 11 if

Re: [Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space

2015-05-05 Thread Thomas Huth
On Tue, 5 May 2015 14:23:52 +0530 Nikunj A Dadhania wrote: > The properties reg/assigned-resources need to encode 64-bit memory > address space as part of phys.hi dword. > > 00 if configuration space > 01 if IO region, > 10 if 32-bit MEM region > 11 if 64-bit MEM region > > Signed-off-

[Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space

2015-05-05 Thread Nikunj A Dadhania
The properties reg/assigned-resources need to encode 64-bit memory address space as part of phys.hi dword. 00 if configuration space 01 if IO region, 10 if 32-bit MEM region 11 if 64-bit MEM region Signed-off-by: Nikunj A Dadhania --- hw/ppc/spapr_pci.c | 10 +- 1 file changed,

[Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space

2015-05-05 Thread Nikunj A Dadhania
The properties reg/assigned-resources need to encode 64-bit memory address space as part of phys.hi dword. 00 if configuration space 01 if IO region, 10 if 32-bit MEM region 11 if 64-bit MEM region Signed-off-by: Nikunj A Dadhania --- hw/ppc/spapr_pci.c | 10 +- 1 file changed,