Re: [Qemu-devel] [PATCH 00/31] PPC: mpc8544ds: Create device tree dynamically

2012-06-19 Thread Andreas Färber
Am 19.06.2012 21:14, schrieb Alexander Graf: > v1 -> v2: > > - rename cell64 -> u64 > - don't treat memory as single u64 > - remove commit id from patch description > - NEW: PPC: e500: Use new MPIC dt format > PPC: e500: Use new SOC dt format > PPC: e500: Define addresses

[Qemu-devel] [PATCH 00/31] PPC: mpc8544ds: Create device tree dynamically

2012-06-19 Thread Alexander Graf
Today we have two separate places where we keep information which device is where: - hw/ppce500_mpc8544ds.c to instantiate all devices - pc-bios/mpc8544ds.dtb as device tree to tell the guest about devices Every time we split crucial information, things can go terribly wrong. If you update on

Re: [Qemu-devel] [PATCH 00/31] PPC: mpc8544ds: Create device tree dynamically

2012-06-19 Thread Alexander Graf
On 19.06.2012, at 20:39, Blue Swirl wrote: > On Tue, Jun 19, 2012 at 12:54 PM, Alexander Graf wrote: >> >> On 07.06.2012, at 23:09, Blue Swirl wrote: >> >>> On Tue, Jun 5, 2012 at 11:52 PM, Alexander Graf wrote: Today we have two separate places where we keep information which device >>>

Re: [Qemu-devel] [PATCH 00/31] PPC: mpc8544ds: Create device tree dynamically

2012-06-19 Thread Blue Swirl
On Tue, Jun 19, 2012 at 12:54 PM, Alexander Graf wrote: > > On 07.06.2012, at 23:09, Blue Swirl wrote: > >> On Tue, Jun 5, 2012 at 11:52 PM, Alexander Graf wrote: >>> Today we have two separate places where we keep information which device >>> is where: >>> >>>  - hw/ppce500_mpc8544ds.c to instan

Re: [Qemu-devel] [PATCH 00/31] PPC: mpc8544ds: Create device tree dynamically

2012-06-19 Thread Alexander Graf
On 07.06.2012, at 23:09, Blue Swirl wrote: > On Tue, Jun 5, 2012 at 11:52 PM, Alexander Graf wrote: >> Today we have two separate places where we keep information which device >> is where: >> >> - hw/ppce500_mpc8544ds.c to instantiate all devices >> - pc-bios/mpc8544ds.dtb as device tree to t

Re: [Qemu-devel] [PATCH 00/31] PPC: mpc8544ds: Create device tree dynamically

2012-06-07 Thread Blue Swirl
On Tue, Jun 5, 2012 at 11:52 PM, Alexander Graf wrote: > Today we have two separate places where we keep information which device > is where: > >  - hw/ppce500_mpc8544ds.c to instantiate all devices >  - pc-bios/mpc8544ds.dtb as device tree to tell the guest about devices > > Every time we split c

[Qemu-devel] [PATCH 00/31] PPC: mpc8544ds: Create device tree dynamically

2012-06-05 Thread Alexander Graf
Today we have two separate places where we keep information which device is where: - hw/ppce500_mpc8544ds.c to instantiate all devices - pc-bios/mpc8544ds.dtb as device tree to tell the guest about devices Every time we split crucial information, things can go terribly wrong. If you update on