Tim Deegan
2010-Nov-22 10:16 UTC
[Xen-devel] [PATCH] tools/xl: VMs that are started paused shouldn''t reboot paused too
# HG changeset patch # User Tim Deegan <Tim.Deegan@citrix.com> # Date 1290188922 0 # Node ID d27297705f907ef709200d788747ba88e45139f3 # Parent d95918033f24ce89b1f3b2f15031c247bc8e4161 tools/xl: VMs that are started paused shouldn''t reboot paused too. Otherwise a VM that''s been migrated won''t ever reboot cleanly again. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> diff -r d95918033f24 -r d27297705f90 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Fri Nov 19 17:48:42 2010 +0000 +++ b/tools/libxl/xl_cmdimpl.c Fri Nov 19 17:48:42 2010 +0000 @@ -1822,6 +1822,9 @@ start: */ dom_info->console_autoconnect = 0; + /* Some settings only make sense on first boot. */ + paused = 0; + /* * XXX FIXME: If this sleep is not there then domain * re-creation fails sometimes. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2010-Nov-23 19:31 UTC
Re: [Xen-devel] [PATCH] tools/xl: VMs that are started paused shouldn''t reboot paused too
Tim Deegan writes ("[Xen-devel] [PATCH] tools/xl: VMs that are started paused shouldn''t reboot paused too"):> tools/xl: VMs that are started paused shouldn''t reboot paused too. > Otherwise a VM that''s been migrated won''t ever reboot cleanly again.Well spotted, thanks. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel