Re: [Xen-devel] [PATCH v2] xl: add option to leave domain paused after migration

2016-07-19 Thread Boris Ostrovsky
On 07/19/2016 04:58 AM, Roger Pau Monne wrote: > diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c > index d8530f0..fd80442 100644 > --- a/tools/libxl/xl_cmdimpl.c > +++ b/tools/libxl/xl_cmdimpl.c > @@ -4742,7 +4742,7 @@ static void migrate_domain(uint32_t domid, const char > *rune,

Re: [Xen-devel] [PATCH v2] xl: add option to leave domain paused after migration

2016-07-19 Thread Wei Liu
On Tue, Jul 19, 2016 at 05:50:32PM +0200, Roger Pau Monne wrote: > On Tue, Jul 19, 2016 at 02:15:28PM +0100, Wei Liu wrote: > > On Tue, Jul 19, 2016 at 10:58:15AM +0200, Roger Pau Monne wrote: > > > This is useful for debugging domains that crash on resume from migration. > > > > > > Signed-off-by

Re: [Xen-devel] [PATCH v2] xl: add option to leave domain paused after migration

2016-07-19 Thread Roger Pau Monne
On Tue, Jul 19, 2016 at 02:15:28PM +0100, Wei Liu wrote: > On Tue, Jul 19, 2016 at 10:58:15AM +0200, Roger Pau Monne wrote: > > This is useful for debugging domains that crash on resume from migration. > > > > Signed-off-by: Roger Pau Monné > > --- > > Cc: ian.jack...@eu.citrix.com > > Cc: wei.l.

Re: [Xen-devel] [PATCH v2] xl: add option to leave domain paused after migration

2016-07-19 Thread Wei Liu
On Tue, Jul 19, 2016 at 10:58:15AM +0200, Roger Pau Monne wrote: > This is useful for debugging domains that crash on resume from migration. > > Signed-off-by: Roger Pau Monné > --- > Cc: ian.jack...@eu.citrix.com > Cc: wei.l...@citrix.com > --- > Changes since v1: > - Document the newly added o

Re: [Xen-devel] [PATCH v2] xl: add option to leave domain paused after migration

2016-07-19 Thread Wei Liu
On Tue, Jul 19, 2016 at 10:58:15AM +0200, Roger Pau Monne wrote: > This is useful for debugging domains that crash on resume from migration. > > Signed-off-by: Roger Pau Monné Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xen.org https

[Xen-devel] [PATCH v2] xl: add option to leave domain paused after migration

2016-07-19 Thread Roger Pau Monne
This is useful for debugging domains that crash on resume from migration. Signed-off-by: Roger Pau Monné --- Cc: ian.jack...@eu.citrix.com Cc: wei.l...@citrix.com --- Changes since v1: - Document the newly added option in the xl man page. --- docs/man/xl.pod.1 | 4 tools/libxl/xl_