On 02/20/2018 10:03 AM, Peter Maydell wrote: > Create an "idau" property on the armv7m container object which > we can forward to the CPU object. Annoyingly, we can't use > object_property_add_alias() because the CPU object we want to > forward to doesn't exist until the armv7m container is realized. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/arm/armv7m.h | 3 +++ > hw/arm/armv7m.c | 7 +++++++ > 2 files changed, 10 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~