]> git.proxmox.com Git - mirror_qemu.git/commit
hw/ssi/pl022: Don't directly call vmstate_register()
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)
commit275ff67f40b60592d5c4e709ead1fe3e41b2ece5
tree3031ccdf30124323bd5b3b85ad363bae6b97cecc
parent66d9aa790fa9d5c251dcbd5b8ff1db79e04dc06d
hw/ssi/pl022: Don't directly call vmstate_register()

Use the DeviceState vmsd pointer rather than calling vmstate_register()
directly.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180820141116.9118-18-peter.maydell@linaro.org
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/ssi/pl022.c