On 07/08/2011 10:53 AM, Gerd Hoffmann wrote:
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(-)
ACK series
For scsi-cd and other empty-but-generally-migratable devices we should
probably add an empty vmstate, so that any further addition can be done
as subsections.
Paolo