]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Set domain def transient at beginning of startup process
authorCole Robinson <crobinso@redhat.com>
Wed, 12 Jan 2011 06:04:33 +0000 (01:04 -0500)
committerCole Robinson <crobinso@redhat.com>
Fri, 21 Jan 2011 21:03:03 +0000 (16:03 -0500)
commitcb4c2694f166beca8f3e1fb37dedeec1ff3fbdf6
tree175ad7710b0894c68ae1e4cf5ef0f80a55b81ee5
parent125978fe3baba34959185f94c14a2a5e05c4a28c
qemu: Set domain def transient at beginning of startup process

This will allow us to record transient runtime state in vm->def, like
default VNC parameters. Accomplish this by adding an extra 'live' parameter
to SetDefTransient, with similar semantics to the 'live' flag for
AssignDef.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/test/test_driver.c
src/uml/uml_driver.c