]> git.proxmox.com Git - mirror_qemu.git/commit
hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:45 +0000 (13:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:45 +0000 (13:17 +0100)
commit13391a563fc4048736d259b685676b02dd0ba52d
tree30e88df32bc1e4aa146ba67546a5eb550889ffa0
parent275ff67f40b60592d5c4e709ead1fe3e41b2ece5
hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init

Move from the legacy SysBusDevice::init method to using
DeviceState::realize.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180820141116.9118-19-peter.maydell@linaro.org
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/ssi/pl022.c