From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH] various updates/fixes. (v2) Date: Tue, 26 Jan 2016 16:30:56 -0500 Message-ID: <1453843860-29591-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aOBCi-0004b3-7b for xen-devel@lists.xenproject.org; Tue, 26 Jan 2016 21:31:12 +0000 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.xenproject.org, ian.campbell@citrix.com, wei.liu2@citrix.com, Ian.Jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Hey! These are various fixes/updates I had in my tree. Some of them came about the review of my patches - other through me reviewing the COLO patches. Please take a look - if you are please Ack and I will gladly commit them in. tools/libxc/xc_resume.c | 17 +++++++++++++---- tools/libxl/libxl.c | 34 ++++++++++++++++++---------------- tools/libxl/libxl_save_callout.c | 11 ++++++++++- 3 files changed, 41 insertions(+), 21 deletions(-) Konrad Rzeszutek Wilk (4): libxl: Use libxl_strdup instead of strdup on libxl_version_info libxc/xc_domain_resume: Update comment. libxl/remus: Change the assert for info to an return tools/libxl: run_helper - add #define for arguments.