Home
last modified time | relevance | path

Searched refs:xenstored (Results 1 – 25 of 37) sorted by relevance

12

/xen/m4/
A Dxenstored.m49 xenstored=$sbindir/oxenstored
11 xenstore="xenstored"
12 xenstored=$sbindir/xenstored
18 AC_ARG_WITH([xenstored],
19 AS_HELP_STRING([--with-xenstored@<:@=oxenstored|xenstored@:>@],
21 two options: the original xenstored written in C (xenstored)
26 dependencies resolved we'll enable the C xenstored for you. If
32 xenstored=$sbindir/xenstored
36 xenstored=$sbindir/oxenstored
40 AC_MSG_ERROR([Unsupported xenstored specified, supported types: oxenstored xenstored])
[all …]
A Dpaths.m47 dnl xenstored active at a time. All tools have to share this dir, even
57 scripts and daemons such as xenstored.
119 XEN_LIB_STORED=$localstatedir/lib/xenstored
122 XEN_RUN_STORED=$rundir_path/xenstored
161 *freebsd*) XENSTORED_KVA=/dev/xen/xenstored ;;
167 *freebsd*) XENSTORED_PORT=/dev/xen/xenstored ;;
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in22 ## Default: xenstored
30 # * @sbindir@/xenstored
38 # Additional commandline arguments to start xenstored,
39 # like "--trace-file @XEN_LOG_DIR@/xenstored-trace.log"
40 # See "@sbindir@/xenstored --help" for possible options.
47 # Log xenstored messages
54 # Running xenstored on XENSTORED_ROOTDIR
A Dxencommons.in92 echo WARNING: Not stopping xenstored, as it cannot be restarted.
100 test -f @XEN_RUN_DIR@/xenstored.pid
/xen/tools/ocaml/xenstored/
A Doxenstored.conf.in1 # default xenstored config
4 pid-file = @XEN_RUN_DIR@/xenstored.pid
70 # xenstored-log-file = @XEN_LOG_DIR@/xenstored.log
71 # xenstored-log-level = null
72 # xenstored-log-nb-files = 10
75 # access-log-file = @XEN_LOG_DIR@/xenstored-access.log
84 xenstored-kva = @XENSTORED_KVA@
85 xenstored-port = @XENSTORED_PORT@
A Dparse_arg.ml24 pidfile: string option; (* old xenstored compatibility *)
25 tracefile: string option; (* old xenstored compatibility *)
32 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)
44 "to state that xenstored should not initialise dom0");
59 …let usage_msg = "usage : xenstored [--config-file <filename>] [--no-domain-init] [--help] [--no-fo…
A Dxenstored.ml22 let error fmt = Logging.error "xenstored" fmt
23 let debug fmt = Logging.debug "xenstored" fmt
24 let info fmt = Logging.info "xenstored" fmt
86 let default_pidfile = Paths.xen_run_dir ^ "/xenstored.pid"
109 ("xenstored-log-level", Config.String
111 ("xenstored-log-nb-files", Config.Set_int Logging.xenstored_log_nb_files);
124 ("xenstored-kva", Config.Set_string Domains.xenstored_kva);
125 ("xenstored-port", Config.Set_string Domains.xenstored_port); ] in
141 let dump_format_header = "$xenstored-dump-format"
263 (* for compatilibity with old xenstored *)
[all …]
A DMakefile59 xenstored
/xen/tools/hotplug/NetBSD/rc.d/
A Dxencommons.in32 mkdir -p @XEN_RUN_DIR@/xenstored || exit 1
40 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)
52 ${sbindir}/xenstored ${XENSTORED_ARGS}
90 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)
/xen/tools/hotplug/Linux/systemd/
A Dxenstored.service.in3 Requires=proc-xen.mount var-lib-xenstored.mount
4 After=proc-xen.mount var-lib-xenstored.mount
19 Also=var-lib-xenstored.mount
A Dxen-init-dom0.service.in3 Requires=xenstored.service proc-xen.mount
4 After=xenstored.service proc-xen.mount
A Dxenconsoled.service.in3 Requires=proc-xen.mount xenstored.service
4 After=proc-xen.mount xenstored.service
A Dxendomains.service.in3 Requires=proc-xen.mount xenstored.service
4 After=proc-xen.mount xenstored.service xenconsoled.service xen-init-dom0.service
A Dxen-qemu-dom0-disk-backend.service.in3 Requires=proc-xen.mount xenstored.service
4 After=proc-xen.mount xenstored.service xenconsoled.service
A DMakefile7 XEN_SYSTEMD_MOUNT += var-lib-xenstored.mount
9 XEN_SYSTEMD_SERVICE = xenstored.service
/xen/tools/xenstore/
A DMakefile49 ALL_TARGETS += xs_tdb_dump xenstored
76 xenstored: LDFLAGS += $(SYSTEMD_LIBS) target
81 xenstored: $(XENSTORED_OBJS) target
84 xenstored.a: $(XENSTORED_OBJS)
140 rm -f xenstored xs_random xs_stress xs_crashme
165 $(INSTALL_PROG) xenstored $(DESTDIR)$(sbindir)
202 rm -f $(DESTDIR)$(sbindir)/xenstored
/xen/
A DREADME74 includes the alternative ocaml xenstored.
143 xenstore: xenstored and oxenstored
149 guests. Two xenstored daemons are supported, one written in C which we refer
150 to as the xenstored (sometimes referred to as cxenstored), and another written
153 the xenstored [2] page. You can choose which xenstore you want to enable as
156 ./configure --with-xenstored=xenstored
157 ./configure --with-xenstored=oxenstored
160 If you enable oxenstored the xenstored will still be built and installed,
161 the xenstored used can be changed through the configuration file:
167 You can change the preferred xenstored you want to use in the configuration
A DINSTALL143 Two variants of a xenstored exist: the original xenstored written in C
144 (xenstored) or the newer and robust one written in Ocaml (oxenstored).
147 original xenstored will be used. Valid names are xenstored and
149 --with-xenstored=name
156 can also be started by systemd. If this option is enabled xenstored will
A D.gitignore273 tools/xenstore/xenstored
398 tools/ocaml/xenstored/_paths.h
399 tools/ocaml/xenstored/oxenstored
400 tools/ocaml/xenstored/oxenstored.conf
401 tools/ocaml/xenstored/paths.ml
/xen/docs/misc/
A Dxenstore.txt63 limit, its xenstored connection will be immediately killed by
195 events which are invented by xenstored:
240 <transid> is an opaque uint32_t allocated by xenstored
263 Notifies xenstored to communicate with this domain.
267 xenstored prevents its use other than by dom0.
273 decimal), on which xenstored will call bind_interdomain.
282 communicate with xenstored. NB that xenstored will in any
284 xenstored prevents the use of RELEASE other than by dom0.
293 Returns T if xenstored is in communication with the domain:
298 Notifies xenstored that domain <domid> is targeting domain
[all …]
/xen/tools/hotplug/Linux/
A Dlaunch-xenstore.in23 test -f @XEN_RUN_DIR@/xenstored.pid
65 $XENSTORED --pid-file @XEN_RUN_DIR@/xenstored.pid $XENSTORED_ARGS
/xen/tools/ocaml/libs/xs/
A Dxs.mli83 (** open a socket-based xenstored connection *)
86 (** open a mmap-based xenstored connection *)
89 (** close any xenstored connection *)
/xen/docs/designs/
A Dxenstore-migration.md9 that cannot currently be recovered from `xenstored`, and hence some extension
10 to the xenstored implementations will also be required.
13 instance to another when live updating xenstored this document proposes an
112 xenstored state that needs to be restored.
132 xenstored will resume in the original process context. Hence `rw-socket-fd` and
219 | | by `domid` to communicate with xenstored |
239 This type of connection is only relevant for live update, where the xenstored
316 a _committed_ node (globally visible in xenstored) or a _pending_ node (created
/xen/tools/ocaml/
A DMakefile5 SUBDIRS += xenstored
/xen/tools/
A Dconfigure.ac24 ocaml/xenstored/oxenstored.conf
351 m4_include([../m4/xenstored.m4])
487 hotplug/Linux/systemd/var-lib-xenstored.mount
494 hotplug/Linux/systemd/xenstored.service

Completed in 18 milliseconds

12