From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 7] various changes for xm migrate logging Date: Wed, 13 Feb 2013 16:52:58 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Changes: tools/xc: fix logic error in stdiostream_progress tools/xc: handle tty output differently in stdiostream_progress tools/xc: turn XCFLAGS_* into shifts tools/xc: restore logging in xc_save tools/xc: log pid in xc_save/xc_restore output xl: correct help text of xl migrate libxl: pass debug flag down to libxl_domain_suspend docs/man/xl.pod.1 | 4 ++++ tools/libxc/xc_domain_restore.c | 6 ++++-- tools/libxc/xc_domain_save.c | 4 +++- tools/libxc/xenguest.h | 11 ++++++----- tools/libxc/xtl_logger_stdio.c | 24 +++++++++++++++++++++--- tools/libxl/xl_cmdimpl.c | 21 ++++++++++++++------- tools/libxl/xl_cmdtable.c | 5 +++-- tools/xcutils/xc_restore.c | 9 +++++++-- tools/xcutils/xc_save.c | 15 ++++++++++----- 9 files changed, 72 insertions(+), 27 deletions(-)