]> git.ipfire.org Git - thirdparty/qemu.git/commit
pc-sysfw: make sure to call qdev_init
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 18 Apr 2012 22:33:15 +0000 (17:33 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 26 Apr 2012 18:14:57 +0000 (13:14 -0500)
commit1d38574fdf1d0232e99240c7079537c6ed00e3a4
treeb452589159f1d177171623e5e858f163c9c2d44d
parentec4a804792ea20f716371a0a661efc9ec15c7ff0
pc-sysfw: make sure to call qdev_init

We're not actually calling qdev_init for the pc-sysfw device.  Since we create
the canonical path during realize, this was causing an assert to trigger when
attempting to read a link pointing to pc-sysfw.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc_sysfw.c