From mboxrd@z Thu Jan 1 00:00:00 1970 From: anthony.perard@citrix.com Subject: [PATCH 0/2] libxl, Handle the command line options of qemu 0.12. Date: Wed, 4 Aug 2010 17:11:03 +0100 Message-ID: <1280938265-12107-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@lists.xensource.com Cc: Anthony PERARD List-Id: xen-devel@lists.xenproject.org From: Anthony PERARD This patch gives the ability to the libxl to handle the command line argument of the last qemu version. I begin by checking the version of the device model with '-h' options, '--version' is not handled in qemu-xen. If I found a version upper than 0.12, I use the new command line argument, or else I use the old functions to build args. The second patch introduces a udev rule to handle tap devices and add them to the bridge instead of using a script called by qemu. Anthony Anthony PERARD (2): libxl, Introduce the command line handler for the new qemu. tools/hotplug, Use udev rules instead of qemu script to setup the bridge. tools/hotplug/Linux/vif-bridge | 42 +++++++-- tools/hotplug/Linux/vif-common.sh | 12 ++- tools/hotplug/Linux/xen-backend.rules | 5 +- tools/libxl/libxl.c | 163 ++++++++++++++++++++++++++++++++- tools/libxl/libxl_utils.c | 73 +++++++++++++++ tools/libxl/libxl_utils.h | 5 + 6 files changed, 286 insertions(+), 14 deletions(-)