On 25 September 2016 at 13:35, Jakub Jermář <ja...@jermar.eu> wrote: > > Initialization of a class instance cannot depend on its own properties > as these are not yet set. Move parts of integratorcm_init() that depend > on the "memsz" property to the newly added integratorcm_realize(). > > This fixes: https://bugs.launchpad.net/qemu/+bug/1624726 > > Signed-off-by: Jakub Jermar <ja...@jermar.eu> > --- > hw/arm/integratorcp.c | 35 +++++++++++++++++++++-------------- > 1 file changed, 21 insertions(+), 14 deletions(-)
Applied to target-arm.next, thanks. (PS: if you need to send patches in future, sending them inline rather than as attachments works better with some of our patch handling tools.) thanks -- PMM