Re: [Qemu-devel] [PATCH 0/8] ppc: compute cpu_dt_id in the machine code

2016-06-30 Thread Greg Kurz
On Thu, 30 Jun 2016 09:34:35 +0200 Igor Mammedov wrote: > On Wed, 29 Jun 2016 22:50:06 +0200 > Greg Kurz wrote: > > > This series is a sequel to the discussion on a patch from Ben's powernv > > patchset: > > > > http://patchwork.ozlabs.org/patch/597153/ > > > > Indeed, since the DT is

Re: [Qemu-devel] [PATCH 0/8] ppc: compute cpu_dt_id in the machine code

2016-06-30 Thread Igor Mammedov
On Wed, 29 Jun 2016 22:50:06 +0200 Greg Kurz wrote: > This series is a sequel to the discussion on a patch from Ben's powernv > patchset: > > http://patchwork.ozlabs.org/patch/597153/ > > Indeed, since the DT is a machine abstraction, it should definitely sit > under hw/ppc and not in t

Re: [Qemu-devel] [PATCH 0/8] ppc: compute cpu_dt_id in the machine code

2016-06-29 Thread David Gibson
On Wed, Jun 29, 2016 at 10:50:06PM +0200, Greg Kurz wrote: > This series is a sequel to the discussion on a patch from Ben's powernv > patchset: > > http://patchwork.ozlabs.org/patch/597153/ > > Indeed, since the DT is a machine abstraction, it should definitely sit > under hw/ppc and not

[Qemu-devel] [PATCH 0/8] ppc: compute cpu_dt_id in the machine code

2016-06-29 Thread Greg Kurz
This series is a sequel to the discussion on a patch from Ben's powernv patchset: http://patchwork.ozlabs.org/patch/597153/ Indeed, since the DT is a machine abstraction, it should definitely sit under hw/ppc and not in the target code: - all machine types are forced to share the same num