qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 4/9] ich9/ahci: Enable Migration


From: John Snow
Subject: [Qemu-devel] [PATCH v2 4/9] ich9/ahci: Enable Migration
Date: Thu, 26 Feb 2015 18:50:01 -0500

Lift the flag preventing the migration of the ICH9/AHCI devices.

Signed-off-by: John Snow <address@hidden>
---
 hw/ide/ahci.c | 1 -
 hw/ide/ich.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c
index e1ae36f..66f47f2 100644
--- a/hw/ide/ahci.c
+++ b/hw/ide/ahci.c
@@ -1421,7 +1421,6 @@ typedef struct SysbusAHCIState {
 
 static const VMStateDescription vmstate_sysbus_ahci = {
     .name = "sysbus-ahci",
-    .unmigratable = 1, /* Still buggy under I/O load */
     .fields = (VMStateField[]) {
         VMSTATE_AHCI(ahci, SysbusAHCIState),
         VMSTATE_END_OF_LIST()
diff --git a/hw/ide/ich.c b/hw/ide/ich.c
index fb1d095..97c7af2 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),
-- 
1.9.3




reply via email to

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