Re: [Qemu-devel] [PATCH 14/58] device tree: add nop_node

2011-09-19 Thread Alexander Graf
On 17.09.2011, at 18:48, Blue Swirl wrote: > On Wed, Sep 14, 2011 at 8:42 AM, Alexander Graf wrote: >> We have a qemu internal abstraction layer on FDT. While I'm not fully >> convinced >> we need it at all, it's missing the nop_node functionality that we now need >> on e500. So let's add it an

Re: [Qemu-devel] [PATCH 14/58] device tree: add nop_node

2011-09-17 Thread Blue Swirl
On Wed, Sep 14, 2011 at 8:42 AM, Alexander Graf wrote: > We have a qemu internal abstraction layer on FDT. While I'm not fully > convinced > we need it at all, it's missing the nop_node functionality that we now need > on e500. So let's add it and think about the general future of that API later.

[Qemu-devel] [PATCH 14/58] device tree: add nop_node

2011-09-14 Thread Alexander Graf
We have a qemu internal abstraction layer on FDT. While I'm not fully convinced we need it at all, it's missing the nop_node functionality that we now need on e500. So let's add it and think about the general future of that API later. Signed-off-by: Alexander Graf --- device_tree.c | 11 ++