commit | 2837c8ea1f10c281c9ff68f397405f3596f8ce0b | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Jul 08 10:44:35 2011 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Jul 20 09:23:33 2011 +0200 |
tree | aab0c8f17e3b40824a419fd9c3e50f25e98d376e | |
parent | 03ff09580ef6cbc4a893b6e3e6bbff33180ec70a [diff] |
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>