xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 00/12] libxl: add driver domain backend daemon
@ 2013-10-02  9:24 Roger Pau Monne
  2013-10-02  9:24 ` [PATCH v1 01/12] libxl/hotplug: add support for getting domid Roger Pau Monne
                   ` (11 more replies)
  0 siblings, 12 replies; 42+ messages in thread
From: Roger Pau Monne @ 2013-10-02  9:24 UTC (permalink / raw)
  To: xen-devel

This patch series introduces support to launch device backends from
driver domains using libxl, removing the need to setup udev on driver
domains.

The daemon currently supports vbds, vifs and qdisks as backends.

Patches from 1 to 11 focus on getting libxl to work on driver domains,
and add several helper functions that will be used to build the
infraestructure needed for libxl to work on domains different than
Dom0.

The last patch (12) adds a new xl command, "devd", that can be used to
launch a daemon that will listen to changes in the xenstore "backend"
directory for the domain and perform the necessary actions to attach
the devices.

Changes since RFC:
 * Added documentation for the new xenstore paths created on path 4.
 * Synchronize the removal of devices from the driver domain with the 
   toolstack domain.

* Acked
*[PATCH v1 01/12] libxl/hotplug: add support for getting domid
*[PATCH v1 02/12] libxl: remove unneeded libxl_domain_info in
*[PATCH v1 03/12] libxl: make hotplug execution conditional on
 [PATCH v1 04/12] libxl: create a local xenstore libxl and
 [PATCH v1 05/12] libxl: don't remove device frontend path from
 [PATCH v1 06/12] libxl: synchronize device removal when using driver
 [PATCH v1 07/12] libxl: remove the Qemu bodge for driver domain
 [PATCH v1 08/12] libxl: don't launch Qemu on Dom0 for Qdisk devices
 [PATCH v1 09/12] libxl: add Qdisk backend launch helper
 [PATCH v1 10/12] xl: put daemonize code in it's own function
 [PATCH v1 11/12] libxl: revert 326a7b74
 [PATCH v1 12/12] libxl: add device backend listener in order to

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

end of thread, other threads:[~2013-11-12 15:32 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02  9:24 [PATCH v1 00/12] libxl: add driver domain backend daemon Roger Pau Monne
2013-10-02  9:24 ` [PATCH v1 01/12] libxl/hotplug: add support for getting domid Roger Pau Monne
2013-10-02  9:36   ` Andrew Cooper
2013-10-10 11:32     ` Ian Campbell
2013-11-01 18:42   ` Ian Jackson
2013-11-05 13:49     ` Ian Campbell
2013-10-02  9:24 ` [PATCH v1 02/12] libxl: remove unneeded libxl_domain_info in wait_device_connection Roger Pau Monne
2013-11-01 18:43   ` Ian Jackson
2013-10-02  9:24 ` [PATCH v1 03/12] libxl: make hotplug execution conditional on backend_domid == domid Roger Pau Monne
2013-11-01 18:43   ` Ian Jackson
2013-11-05 13:49     ` Ian Campbell
2013-10-02  9:24 ` [PATCH v1 04/12] libxl: create a local xenstore libxl and device-model dir for guests Roger Pau Monne
2013-10-10 11:37   ` Ian Campbell
2013-10-30  9:14     ` Roger Pau Monné
2013-10-30 11:53       ` Ian Jackson
2013-10-31 16:09         ` Ian Campbell
2013-10-02  9:24 ` [PATCH v1 05/12] libxl: don't remove device frontend path from driver domains Roger Pau Monne
2013-11-01 18:45   ` Ian Jackson
2013-10-02  9:24 ` [PATCH v1 06/12] libxl: synchronize device removal when using " Roger Pau Monne
2013-11-01 18:48   ` Ian Jackson
2013-10-02  9:24 ` [PATCH v1 07/12] libxl: remove the Qemu bodge for driver domain devices Roger Pau Monne
2013-10-02  9:45   ` Andrew Cooper
2013-10-02  9:24 ` [PATCH v1 08/12] libxl: don't launch Qemu on Dom0 for Qdisk devices on driver domains Roger Pau Monne
2013-10-02  9:24 ` [PATCH v1 09/12] libxl: add Qdisk backend launch helper Roger Pau Monne
2013-10-02  9:24 ` [PATCH v1 10/12] xl: put daemonize code in it's own function Roger Pau Monne
2013-10-02  9:24 ` [PATCH v1 11/12] libxl: revert 326a7b74 Roger Pau Monne
2013-10-02  9:24 ` [PATCH v1 12/12] libxl: add device backend listener in order to launch backends Roger Pau Monne
2013-10-30 17:00   ` Ian Jackson
2013-11-04 17:03     ` Roger Pau Monné
2013-11-04 17:20       ` Ian Jackson
2013-11-04 17:59         ` Ian Jackson
2013-11-06 12:15           ` Roger Pau Monné
2013-11-06 14:46             ` Ian Jackson
2013-11-07 10:22           ` Ian Campbell
2013-11-07 16:35             ` Ian Jackson
2013-11-07 19:11               ` Shriram Rajagopalan
2013-11-08 11:41                 ` Ian Jackson
2013-11-11 17:59                   ` Shriram Rajagopalan
2013-11-12 15:29               ` Ian Campbell
2013-11-06  9:41         ` Roger Pau Monné
2013-11-11 11:37           ` Ian Jackson
2013-11-06 13:02     ` Roger Pau Monné

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