Re: [Qemu-devel] [PATCH v2 7/9] add L2x0/PL310 cache controller device

2011-12-23 Thread Peter Maydell
On 22 December 2011 18:20, Mark Langsdorf wrote: > From: Rob Herring > > This is just a dummy device for ARM L2 cache controllers, based on the > pl310. The cache type parameter can be defined by a property value > and has a meaningful default. > > Signed-off-by: Rob Herring > Signed-off-by: Mar

[Qemu-devel] [PATCH v2 7/9] add L2x0/PL310 cache controller device

2011-12-22 Thread Mark Langsdorf
From: Rob Herring This is just a dummy device for ARM L2 cache controllers, based on the pl310. The cache type parameter can be defined by a property value and has a meaningful default. Signed-off-by: Rob Herring Signed-off-by: Mark Langsdorf --- Changes from v1 Corrected formatting