]> Git Repo - qemu.git/commit
macio: move DBDMA_init from instance_init to realize
authorPaolo Bonzini <[email protected]>
Thu, 1 Oct 2015 08:59:52 +0000 (10:59 +0200)
committerMarkus Armbruster <[email protected]>
Fri, 9 Oct 2015 13:25:57 +0000 (15:25 +0200)
commitc7104402353bf32ac1d3a276e3619a20e910506b
treec216891fada4c9b837f2b4d3df01d3dbe84850d7
parent81e0ab48dda611e9571dc2e166840205a4208567
macio: move DBDMA_init from instance_init to realize

DBDMA_init is not idempotent, and calling it from instance_init
breaks a simple object_new/object_unref pair.  Work around this,
pending qdev-ification of DBDMA, by moving the call to realize.

Reported-by: Markus Armbruster <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <1443689999[email protected]>
hw/misc/macio/macio.c
This page took 0.027035 seconds and 4 git commands to generate.