Skip to content

Commit

Permalink
ich9/ahci: Enable Migration
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jnsnow committed May 22, 2015
1 parent 085248a commit 0432902
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hw/ide/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,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()
Expand Down
1 change: 0 additions & 1 deletion hw/ide/ich.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0432902

Please sign in to comment.