All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 5] set migrate constraints from cmdline, better xend.log logging
@ 2013-03-06 16:48 Olaf Hering
  2013-03-06 16:48 ` [PATCH 1 of 5] tools/xc: print messages from xc_save with xc_report Olaf Hering
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Olaf Hering @ 2013-03-06 16:48 UTC (permalink / raw)
  To: xen-devel


This series improves logging capabilities of xm migrate.
It also adds new options to xm/xl migrate to tweak the
max_iter/max_factor options passed to xc_domain_save. Being able to
tweak those knobs helps with migrating large and busy guests.


Changes:
tools/xc: print messages from xc_save with xc_report
tools/xc: document printf calls in xc_restore
tools/xc: rework xc_save.c:switch_qemu_logdirty
tools: set migration constraints from cmdline
tools: add xm migrate --log_progress option

 docs/man/xl.pod.1                       |   15 ++++
 tools/libxc/xc_domain_save.c            |   13 +++
 tools/libxc/xc_private.h                |    1 
 tools/libxc/xenguest.h                  |    2 
 tools/libxl/Makefile                    |    2 
 tools/libxl/libxl.c                     |   12 ++-
 tools/libxl/libxl.h                     |   21 +++++-
 tools/libxl/libxl_dom.c                 |    1 
 tools/libxl/libxl_internal.h            |    3 
 tools/libxl/libxl_save_callout.c        |    4 -
 tools/libxl/xl_cmdimpl.c                |   34 ++++++++-
 tools/libxl/xl_cmdtable.c               |   21 +++---
 tools/python/xen/xend/XendCheckpoint.py |   17 ++++
 tools/python/xen/xend/XendDomain.py     |   13 +++
 tools/python/xen/xend/XendDomainInfo.py |   14 ++++
 tools/python/xen/xm/migrate.py          |   21 ++++++
 tools/xcutils/xc_restore.c              |    1 
 tools/xcutils/xc_save.c                 |  112 ++++++++++++++++++--------------
 18 files changed, 234 insertions(+), 73 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-03-12 17:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 16:48 [PATCH 0 of 5] set migrate constraints from cmdline, better xend.log logging Olaf Hering
2013-03-06 16:48 ` [PATCH 1 of 5] tools/xc: print messages from xc_save with xc_report Olaf Hering
2013-03-06 16:48 ` [PATCH 2 of 5] tools/xc: document printf calls in xc_restore Olaf Hering
2013-03-12 16:36   ` Ian Campbell
2013-03-12 16:47     ` Olaf Hering
2013-03-12 16:50       ` Ian Campbell
2013-03-12 16:58         ` Olaf Hering
2013-03-06 16:48 ` [PATCH 3 of 5] tools/xc: rework xc_save.c:switch_qemu_logdirty Olaf Hering
2013-03-06 18:13   ` Olaf Hering
2013-03-06 16:48 ` [PATCH 4 of 5] tools: set migration constraints from cmdline Olaf Hering
2013-03-12 16:48   ` Ian Campbell
2013-03-12 17:06     ` Olaf Hering
2013-03-06 16:48 ` [PATCH 5 of 5] tools: add xm migrate --log_progress option Olaf Hering
2013-03-12 16:36 ` [PATCH 0 of 5] set migrate constraints from cmdline, better xend.log logging Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.