From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xen.org
Cc: Ian.Campbell@citrix.com
Subject: [PATCH 0 of 6] set migrate constraints from cmdline, better xend.log logging
Date: Mon, 18 Mar 2013 17:40:05 +0100 [thread overview]
Message-ID: <patchbomb.1363624805@probook.site> (raw)
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.
v2:
- update "tools: set migration constraints from cmdline" v6 -> v7
- add "tools/xend: move assert to exception block"
- this iteration is not runtime tested, yet
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
tools/xend: move assert to exception block
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 | 20 +++--
tools/python/xen/xend/XendCheckpoint.py | 23 +++++-
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, 236 insertions(+), 76 deletions(-)
next reply other threads:[~2013-03-18 16:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-18 16:40 Olaf Hering [this message]
2013-03-18 16:40 ` [PATCH 1 of 6] tools/xc: print messages from xc_save with xc_report Olaf Hering
2013-03-18 16:40 ` [PATCH 2 of 6] tools/xc: document printf calls in xc_restore Olaf Hering
2013-03-18 16:40 ` [PATCH 3 of 6] tools/xc: rework xc_save.c:switch_qemu_logdirty Olaf Hering
2013-03-18 16:40 ` [PATCH 4 of 6] tools: set migration constraints from cmdline Olaf Hering
2013-03-18 16:40 ` [PATCH 5 of 6] tools: add xm migrate --log_progress option Olaf Hering
2013-03-18 16:40 ` [PATCH 6 of 6] tools/xend: move assert to exception block Olaf Hering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1363624805@probook.site \
--to=olaf@aepfle.de \
--cc=Ian.Campbell@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.