aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_domain.c
Commit message (Expand)AuthorAgeFilesLines
* xenstored: fix faulty check for bad handle in domain_initMatthew Daley2013-09-251-1/+1
* xenstore: fix crash on platforms with no gntdev driver implementation.Christoph Egger2012-05-291-2/+2
* xenstored: add --priv-domid parameterDaniel De Graaf2012-02-091-1/+1
* xenstored: use domain_is_unprivileged instead of checking conn->idDaniel De Graaf2012-02-091-4/+4
* xenstored: add --event parameter for bootstrappingDaniel De Graaf2012-02-091-1/+1
* xenstored: support running in minios stubdomDaniel De Graaf2012-02-091-1/+1
* xenstored: use grant references instead of map_foreign_rangeAlex Zeffertt2012-02-091-6/+48
* xenstored: allow guest to shutdown all its watches/transactionsOlaf Hering2011-09-151-0/+9
* Revert 23757:f5176c177b99 "xenstored: allow guests to reintroduce themselves"Ian Jackson2011-08-091-14/+7
* xenstored: allow guests to reintroduce themselvesOlaf Hering2011-08-091-7/+14
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-7/+4
* xenstore: set implicit path for socket connectionsIan Campbell2010-12-161-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-5/+6
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-4/+4
* New XS_SET_TARGETKeir Fraser2008-01-231-0/+45
* xenstored: Do not write to stderr if we are daemonised!kfraser@localhost.localdomain2007-08-011-7/+2
* xenstore: Small cleanups and fixes.kfraser@localhost.localdomain2007-07-241-2/+3
* xenstored: Guarantee to fire @releaseDomain watch when a domain is destructed.kfraser@localhost.localdomain2007-07-241-5/+4
* xenstore: Remove broken and unmaintained test code.kfraser@localhost.localdomain2007-07-031-4/+0
* Fix xenstore entry accountingkfraser@localhost.localdomain2007-05-301-11/+45
* [xenstored] Fix error path when xc_map_foreign_range fails.Christian Limpach2007-03-021-7/+10
* Fully reset the xenstore connection when a domain is (re)introduced to xensto...kfraser@localhost.localdomain2007-03-011-4/+23
* More PV save/restore fixes.kfraser@localhost.localdomain2007-02-281-4/+9
* Allow XS_INTRODUCE to be used for rebinding the xenstore evtchn.kfraser@localhost.localdomain2007-01-191-7/+8
* xenstore: add XS_RESUME command; export it to xend.kfraser@localhost.localdomain2007-01-191-0/+37
* Check return of new_domain inside dom0_init, avoiding segfault if there isEwan Mellor2006-12-131-0/+2
* Fix handling of the entries-per-domain quota. Entries which are created byEwan Mellor2006-11-131-6/+23
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-151-66/+13
* [XENSTORE] Make use of /proc/xen/xsd_{port,kva} private to the Linux implemen...kaf24@firebug.cl.cam.ac.uk2006-05-241-28/+7
* dom0 and anonymous connections can create unlimited sized entries in the store.vhanquez@kneesa.uk.xensource.com2006-05-111-2/+7
* add quota to xenstored.vhanquez@kneesa.uk.xensource.com2006-04-131-0/+52
* /proc/xen/xsd_kva exports mmap interface that xenstored now uses to map thekaf24@firebug.cl.cam.ac.uk2006-03-031-16/+2
* Use /dev/kmem to map dom0 xenstore page instead of abusing the foreign mappin...cl349@firebug.cl.cam.ac.uk2006-02-081-12/+27
* reindent few lines that were using softtab instead of hardtab.vhanquez@kneesa.uk.xensource.com2006-01-241-38/+38
* add some checking of opening and read in dom0_init and return -1 if error.vhanquez@kneesa.uk.xensource.com2006-01-241-1/+11
* Initialise the connection ID when a domain is introduced. This (re)enablesemellor@leeni.uk.xensource.com2005-12-021-0/+1
* Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-011-6/+7
* Change the semantics of GetDomainPath so that it always succeeds, regardless ofemellor@leeni.uk.xensource.com2005-10-231-12/+27
* Break proc paths out into separate include file, rather than inlining them.emellor@leeni.uk.xensource.com2005-10-211-2/+3
* Take advantage of the new UUID (handle) stored for us in Xen to improve theemellor@leeni.uk.xensource.com2005-10-191-0/+2
* Have xenstored initialise its connections, meaning that xend can be out ofemellor@leeni.uk.xensource.com2005-10-171-20/+58
* Change xenstore-domain messaging protocol to match what we usekaf24@firebug.cl.cam.ac.uk2005-10-121-103/+57
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-22/+23
* When a domain is introduced to xenstored, check whether this has alreadyemellor@ewan2005-10-101-21/+58
* No need to gate xenstored reading requests from akaf24@firebug.cl.cam.ac.uk2005-10-101-2/+1
* Simplify reply logic in xenstored. Maintain a linked listkaf24@firebug.cl.cam.ac.uk2005-10-091-2/+4
* User tools send evtchn notifications via /dev/xen/evtchnkaf24@firebug.cl.cam.ac.uk2005-10-061-5/+14
* Change how event channels are allocated and used by the controlkaf24@firebug.cl.cam.ac.uk2005-10-061-13/+23
* xenstore fires @releaseDomain both when a domain shutskaf24@firebug.cl.cam.ac.uk2005-09-261-6/+15
* Make xenstored use tdb, transactions can soft-fail (EAGAIN)Rusty Russell2005-09-231-7/+2