xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Roger Pau Monne <roger.pau@citrix.com>
To: xen-devel@lists.xen.org
Subject: [PATCH v4 0/4] libxl: call hotplug scripts from libxl
Date: Thu, 10 May 2012 12:28:28 +0100	[thread overview]
Message-ID: <1336649312-11198-1-git-send-email-roger.pau@citrix.com> (raw)

This series removes the use of udev rules to call hotplug scripts when 
using libxl. Scripts are directly called from the toolstack at the 
necessary points, making use of the new event library and it's fork 
support.

They should be applied after IanJ v8 "libxl: subprocess handling" and 
IanC "libxl/xend: name tap devices vifX.Y-emu".

This version (v4) introduces many changes, and makes proper use of the 
event library. It entangles device addition with domain creation, 
following IanJ changes to domain creation, and also introduces AO 
operations to domain destruction and specifically to device teardown.

Many changes are introduced, and also a lot of code motion, since 
libxl_device_{disk,nic}_add are now mere wrappers arround their 
respective libxl__device_{disk,nic}_add counterparts, which can be 
called within an already running AO operation, and perform all the 
work.

             reply	other threads:[~2012-05-10 11:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-10 11:28 Roger Pau Monne [this message]
2012-05-10 11:28 ` [PATCH v4 1/4] libxl: pass env vars to libxl__exec Roger Pau Monne
2012-05-10 16:03   ` Ian Jackson
2012-05-10 11:28 ` [PATCH v4 2/4] libxl: add libxl__xs_path_cleanup Roger Pau Monne
2012-05-10 16:05   ` Ian Jackson
2012-05-10 11:28 ` [PATCH v4 3/4] libxl: call hotplug scripts from libxl for vbd Roger Pau Monne
2012-05-10 16:30   ` Ian Jackson
2012-05-14 12:38     ` Roger Pau Monne
2012-05-14 12:51       ` Ian Campbell
2012-05-14 13:30         ` Roger Pau Monne
2012-05-14 14:14         ` Ian Jackson
2012-05-14 14:20           ` Roger Pau Monne
2012-05-14 14:12       ` Ian Jackson
2012-05-10 11:28 ` [PATCH v4 4/4] libxl: call hotplug scripts from libxl for vif Roger Pau Monne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1336649312-11198-1-git-send-email-roger.pau@citrix.com \
    --to=roger.pau@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).