Re: [Qemu-devel] [PATCH 05/19] armv7m: Forward idau property to CPU object

2018-02-27 Thread Richard Henderson
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 realize

[Qemu-devel] [PATCH 05/19] armv7m: Forward idau property to CPU object

2018-02-20 Thread Peter Maydell
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 --- include/hw/arm