Re: [Qemu-devel] [PATCH] ppc/spapr: Fix cache related properties

2013-05-02 Thread Benjamin Herrenschmidt
On Thu, 2013-05-02 at 13:10 +0200, Alexander Graf wrote: > This patch is (in a modified, extended form) already in the tree: Ah yes, it wasn't upstream when I started hacking on that stuff and so I missed it. Just drop mine. Cheers, Ben.

Re: [Qemu-devel] [PATCH] ppc/spapr: Fix cache related properties

2013-05-02 Thread Alexander Graf
On 26.04.2013, at 23:21, Benjamin Herrenschmidt wrote: > The properties in the CPU nodes for expressing the cache block size > are spelled {d,i}-cache... not {d,i}cache... > > Also add the "line" variants in addition to the "block" variants for > completeness (some OSes might require them). > >

[Qemu-devel] [PATCH] ppc/spapr: Fix cache related properties

2013-04-26 Thread Benjamin Herrenschmidt
The properties in the CPU nodes for expressing the cache block size are spelled {d,i}-cache... not {d,i}cache... Also add the "line" variants in addition to the "block" variants for completeness (some OSes might require them). Signed-off-by: Benjamin Herrenschmidt --- diff --git a/hw/ppc/spapr.