|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH 05/19] armv7m: Forward idau property to CPU object |
Date: | Tue, 27 Feb 2018 11:53:35 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
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 <address@hidden> > --- > include/hw/arm/armv7m.h | 3 +++ > hw/arm/armv7m.c | 7 +++++++ > 2 files changed, 10 insertions(+) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |