usb-ohci: Add vmstate descriptor
commit69e25d26b46a6e37698de4489eed5b07853bfe9e
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Sun, 13 Apr 2014 10:42:34 +0000 (13 20:42 +1000)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 5 May 2014 10:29:41 +0000 (5 12:29 +0200)
tree7bb4a1536f889f5093db86c0f5c925d7c4db3eb6
parentfdaad4715ae9e998fd0595bedfb16fdaf0c68ccc
usb-ohci: Add vmstate descriptor

This adds migration support for OHCI.

This defines a descriptor for OHCIState.
This changes some OHCIState field types to be migration compatible.
This adds a descriptor for OHCIPort.
This migrates the EOF timer if the USB was started at the time of
migration.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ohci.c