From mboxrd@z Thu Jan 1 00:00:00 1970 From: anthony.perard@citrix.com Subject: [PATCH 0/5] libxl: Some fixes related to Qemu upstream command lines. Date: Thu, 9 Dec 2010 19:42:52 +0000 Message-ID: <1291923777-8712-1-git-send-email-anthony.perard@citrix.com> Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen Devel Cc: anthony.perard@citrix.com List-Id: xen-devel@lists.xenproject.org From: Anthony PERARD This series comes with some fixes for hvm guest with Qemu upstream, and completes the function libxl_build_device_model_args_new to make XenPV guest works with the Qemu upstream (when it's needed). Anthony PERARD (5): libxl: fix double free of ifname, when makes args for qemu. libxl: strdup disk path before put it in qemu args array. libxl: Specify the target ram size to Qemu (new) when calling it libxl: Makes libxl be able to call Qemu upstream for XenPV guest. libxl: Lists qdisk device in libxl_device_disk_list tools/libxl/libxl.c | 78 +++++++++++++++++++++++++++++++++++++--------- tools/libxl/libxl.idl | 1 + tools/libxl/xl_cmdimpl.c | 1 + 3 files changed, 65 insertions(+), 15 deletions(-) -- Anthony PERARD