]> git.proxmox.com Git - qemu.git/commit - savevm.c
vmstate: add no_migrate flag to VMStateDescription
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 8 Jul 2011 08:44:35 +0000 (10:44 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 20 Jul 2011 07:23:33 +0000 (09:23 +0200)
commit2837c8ea1f10c281c9ff68f397405f3596f8ce0b
treeaab0c8f17e3b40824a419fd9c3e50f25e98d376e
parent03ff09580ef6cbc4a893b6e3e6bbff33180ec70a
vmstate: add no_migrate flag to VMStateDescription

This allows to easily tag devices as non-migratable,
so any attempt to migrate a virtual machine with the
device in question active will make migration fail.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/hw.h
savevm.c