[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/3] non-migratable devices
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 0/3] non-migratable devices |
Date: |
Fri, 8 Jul 2011 10:53:56 +0200 |
Hi,
This patch series adds an easy way to tag devices as non-migratable
puts it into use for ahci and ehci.
Gerd Hoffmann (3):
vmstate: add no_migrate flag to VMStateDescription
ahci doesn't support migration
ehci doesn't support migration
hw/hw.h | 1 +
hw/ide/ich.c | 6 ++++++
hw/usb-ehci.c | 6 ++++++
savevm.c | 1 +
4 files changed, 14 insertions(+), 0 deletions(-)
- [Qemu-devel] [PATCH 0/3] non-migratable devices,
Gerd Hoffmann <=
[Qemu-devel] [PATCH 2/3] ahci doesn't support migration, Gerd Hoffmann, 2011/07/08
[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