[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 2/3] ahci doesn't support migration
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 2/3] ahci doesn't support migration |
Date: |
Fri, 8 Jul 2011 10:53:58 +0200 |
Signed-off-by: Gerd Hoffmann <address@hidden>
---
hw/ide/ich.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/hw/ide/ich.c b/hw/ide/ich.c
index 054e073..0f26603 100644
--- a/hw/ide/ich.c
+++ b/hw/ide/ich.c
@@ -72,6 +72,11 @@
#include <hw/ide/pci.h>
#include <hw/ide/ahci.h>
+static const VMStateDescription vmstate_ahci = {
+ .name = "ahci",
+ .no_migrate = 1,
+};
+
static int pci_ich9_ahci_init(PCIDevice *dev)
{
struct AHCIPCIState *d;
@@ -123,6 +128,7 @@ static PCIDeviceInfo ich_ahci_info[] = {
.qdev.name = "ich9-ahci",
.qdev.alias = "ahci",
.qdev.size = sizeof(AHCIPCIState),
+ .qdev.vmsd = &vmstate_ahci,
.init = pci_ich9_ahci_init,
.exit = pci_ich9_uninit,
.config_write = pci_ich9_write_config,
--
1.7.1
[Qemu-devel] [PATCH 2/3] ahci doesn't support migration,
Gerd Hoffmann <=
[Qemu-devel] [PATCH 3/3] ehci doesn't support migration, Gerd Hoffmann, 2011/07/08
Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Paolo Bonzini, 2011/07/08
- Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Gerd Hoffmann, 2011/07/08
- Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Paolo Bonzini, 2011/07/08
- Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Gerd Hoffmann, 2011/07/08
- Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Paolo Bonzini, 2011/07/08
- Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Gerd Hoffmann, 2011/07/08
- Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Paolo Bonzini, 2011/07/08
- Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Gerd Hoffmann, 2011/07/08
Re: [Qemu-devel] [PATCH 0/3] non-migratable devices, Markus Armbruster, 2011/07/08