Re: [Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-31 Thread Nikunj A Dadhania
Michael Roth writes: > Quoting Alexey Kardashevskiy (2015-03-29 22:08:17) >> On 03/30/2015 01:25 PM, David Gibson wrote: >> > On Mon, Mar 30, 2015 at 01:18:01PM +1100, Alexey Kardashevskiy wrote: >> >> On 03/27/2015 08:49 PM, Nikunj A Dadhania wrote: >> >>> Each hardware instance has a platform u

Re: [Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-31 Thread Michael Roth
Quoting Alexey Kardashevskiy (2015-03-29 22:08:17) > On 03/30/2015 01:25 PM, David Gibson wrote: > > On Mon, Mar 30, 2015 at 01:18:01PM +1100, Alexey Kardashevskiy wrote: > >> On 03/27/2015 08:49 PM, Nikunj A Dadhania wrote: > >>> Each hardware instance has a platform unique location code. The OF

Re: [Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-29 Thread Nikunj A Dadhania
David Gibson writes: > On Mon, Mar 30, 2015 at 01:18:01PM +1100, Alexey Kardashevskiy wrote: >> On 03/27/2015 08:49 PM, Nikunj A Dadhania wrote: >> >Each hardware instance has a platform unique location code. The OF >> >device tree that describes a part of a hardware entity must include >> >the

Re: [Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-29 Thread Nikunj A Dadhania
Alexey Kardashevskiy writes: > On 03/27/2015 08:49 PM, Nikunj A Dadhania wrote: >> Each hardware instance has a platform unique location code. The OF >> device tree that describes a part of a hardware entity must include >> the “ibm,loc-code” property with a value that represents the location >>

Re: [Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-29 Thread Alexey Kardashevskiy
On 03/30/2015 01:25 PM, David Gibson wrote: On Mon, Mar 30, 2015 at 01:18:01PM +1100, Alexey Kardashevskiy wrote: On 03/27/2015 08:49 PM, Nikunj A Dadhania wrote: Each hardware instance has a platform unique location code. The OF device tree that describes a part of a hardware entity must incl

Re: [Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-29 Thread David Gibson
On Mon, Mar 30, 2015 at 01:18:01PM +1100, Alexey Kardashevskiy wrote: > On 03/27/2015 08:49 PM, Nikunj A Dadhania wrote: > >Each hardware instance has a platform unique location code. The OF > >device tree that describes a part of a hardware entity must include > >the “ibm,loc-code” property with

Re: [Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-29 Thread Alexey Kardashevskiy
On 03/27/2015 08:49 PM, Nikunj A Dadhania wrote: Each hardware instance has a platform unique location code. The OF device tree that describes a part of a hardware entity must include the “ibm,loc-code” property with a value that represents the location code for that hardware entity. Introduce

[Qemu-devel] [PATCH v2] spapr: populate ibm,loc-code

2015-03-27 Thread Nikunj A Dadhania
Each hardware instance has a platform unique location code. The OF device tree that describes a part of a hardware entity must include the “ibm,loc-code” property with a value that represents the location code for that hardware entity. Introduce an hcall to populate ibm,loc-code. 1) PCI passthru