qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 6/6] [debug] xhci: remove unmigratable flag


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 6/6] [debug] xhci: remove unmigratable flag
Date: Tue, 7 May 2013 15:34:36 +0200

For testing only, migration support isn't finished yet.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]