On 9 February 2012 05:16, Evgeny Voevodin <e.voevo...@samsung.com> wrote: > Since last QOM patch set landed into master, realview-pbx-a9, > realview-eb-mpcore (suppose that other too) abort with error: > > qemu/hw/qdev-properties.c:1161: qdev_prop_set_uint32: Assertion `!errp' > failed. > Aborted
The realview etc board models were accidentally setting the proc_id property on the sysctl register device after init rather than before. This hasn't been detected as an error up til now. Patch coming up shortly... -- PMM