xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] libxl: call hotplug scripts from libxl
@ 2012-05-10 11:28 Roger Pau Monne
  2012-05-10 11:28 ` [PATCH v4 1/4] libxl: pass env vars to libxl__exec Roger Pau Monne
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Roger Pau Monne @ 2012-05-10 11:28 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-05-14 14:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 11:28 [PATCH v4 0/4] libxl: call hotplug scripts from libxl Roger Pau Monne
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

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).