WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH v2 0/3] libxl, Handle the command line options of qem

From: Anthony PERARD <anthony.perard@xxxxxxxxxx>

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 PERARD (3):
  libxl, Fix name of tap device.
  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        |   20 +++--
 tools/hotplug/Linux/vif-common.sh     |   70 ++++++++++----
 tools/hotplug/Linux/xen-backend.rules |    5 +-
 tools/libxl/libxl.c                   |  164 ++++++++++++++++++++++++++++++++-
 tools/libxl/libxl_utils.c             |   78 ++++++++++++++++
 tools/libxl/libxl_utils.h             |    6 +
 6 files changed, 312 insertions(+), 31 deletions(-)


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>