aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenbackendd/xenbackendd.c
Commit message (Collapse)AuthorAgeFilesLines
* xenbackendd: fix incorrect usage of pidfileRoger Pau Monne2011-10-061-1/+1
| | | | | | | | Fix xenbackendd ignoring the pidfile passed through the command line. Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> Acked-by: Christoph Egger <Christoph.Egger@amd.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
* xenbackendd: fix mistaken treatment of unknown backend (eg console) as VIF/VBDRoger Pau Monne2011-07-151-1/+3
| | | | | | | | Fixed a cleanup of a variable used in a loop and added a debug message. Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
* tools: xenbackendd for NetBSDKeir Fraser2009-07-221-0/+319
Attached patch introduces xenbackendd. It is used on NetBSD to launch the hotplug scripts. Later xenbackendd can be improved to also launch qemu-dm as child process and will notice when qemu-dm crashes. The changes the patch makes: - rename hotplug scripts as xenbackendd expects them (current names were taken from pkgsrc) - install hotplug scripts as executable scripts - introduce xenbackendd - build/install/launch on NetBSD only Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>