summary refs log tree commit diff stats
path: root/hw/ide/ich.c
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2015-05-22 14:13:43 -0400
committerJohn Snow <jsnow@redhat.com>2015-05-22 15:58:22 -0400
commit04329029a8c539eb5f75dcb6d8b016f0c53a031a (patch)
treea1ac872a48a5d7ea48f4eb8020831bb818519bfa /hw/ide/ich.c
parent085248ae87704f1c1e4e1f929f58beca3ba294a2 (diff)
downloadfocaccia-qemu-04329029a8c539eb5f75dcb6d8b016f0c53a031a.tar.gz
focaccia-qemu-04329029a8c539eb5f75dcb6d8b016f0c53a031a.zip
ich9/ahci: Enable Migration
Lift the flag preventing the migration of the ICH9/AHCI devices.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 1430417242-11859-5-git-send-email-jsnow@redhat.com
Diffstat (limited to 'hw/ide/ich.c')
-rw-r--r--hw/ide/ich.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/ich.c b/hw/ide/ich.c
index b1d8874671..350c7f1c75 100644
--- a/hw/ide/ich.c
+++ b/hw/ide/ich.c
@@ -82,7 +82,6 @@
 
 static const VMStateDescription vmstate_ich9_ahci = {
     .name = "ich9_ahci",
-    .unmigratable = 1, /* Still buggy under I/O load */
     .version_id = 1,
     .fields = (VMStateField[]) {
         VMSTATE_PCI_DEVICE(parent_obj, AHCIPCIState),