hw/sd/pxa2xx_mmci: Convert to VMStateDescription
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Feb 2016 14:16:19 +0000 (14:16 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Feb 2016 14:49:55 +0000 (14:49 +0000)
commit19d25e0a6d2251e334528115855062738726fff5
treec21e272526fd59a99ac232c768f973a8dde4e837
parenta9563e75e4f47365dc782b8a4d8460db2bc19831
hw/sd/pxa2xx_mmci: Convert to VMStateDescription

Convert the pxa2xx_mmci device from manual save/load
functions to a VMStateDescription structure.

This is a migration compatibility break.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-id: 1455646193-13238-10-git-send-email-peter.maydell@linaro.org
hw/sd/pxa2xx_mmci.c