On 10 June 2014 02:32, Alistair Francis <alistair.fran...@xilinx.com> wrote: > This patch adds the Cortex-A9 ARM CPU to the A9MPCore.
I think this is in general the right way to go. > + /* Properties for the A9 CPU */ > + DEFINE_PROP_UINT32("midr", A9MPPrivState, midr, 0), > + DEFINE_PROP_UINT64("reset-cbar", A9MPPrivState, reset_cbar, 0), It seems a bit error-prone if every container object has to manually mirror the properties of the individual CPUs out like this; maybe there's a better way we could come up with? Paolo, weren't you looking at passthrough properties for the virtio devices? thanks -- PMM