For testing only, migration support isn't finished yet. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- hw/usb/hcd-xhci.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 426478c..4ab138a 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-xhci.c @@ -3501,7 +3501,6 @@ static const VMStateDescription vmstate_xhci_intr = { static const VMStateDescription vmstate_xhci = { .name = "xhci", - .unmigratable = 1, /* not finished yet */ .version_id = 1, .post_load = usb_xhci_post_load, .fields = (VMStateField[]) { -- 1.7.9.7