Lines Matching refs:daemon
8 **qemu-storage-daemon** [options]
13 ``qemu-storage-daemon`` provides disk image functionality from QEMU,
17 perform other disk-related operations. The daemon is controlled via a QMP
20 The daemon offers the following subset of QEMU features:
32 :manpage:`qemu-storage-daemon-qmp-ref(7)` manual page for a description of the
35 The daemon runs until it is stopped using the ``quit`` QMP command or
46 .. program:: qemu-storage-daemon
167 is the path to a file where the daemon writes its pid. This allows scripts to
168 stop the daemon by sending a signal::
172 A file lock is applied to the file so only one instance of the daemon can run
173 with a given pid file path. The daemon unlinks its pid file when terminating.
176 created but before accepting connections. The daemon has started successfully
188 Launch the daemon with QMP monitor socket ``qmp.sock`` so clients can execute
191 $ qemu-storage-daemon \
195 Launch the daemon from Python with a QMP monitor socket using file descriptor
212 ['qemu-storage-daemon',
219 # body. If the daemon process terminated early then the following connect()
233 $ qemu-storage-daemon \
241 $ qemu-storage-daemon \
249 $ qemu-storage-daemon \
257 :manpage:`qemu(1)`, :manpage:`qemu-block-drivers(7)`, :manpage:`qemu-storage-daemon-qmp-ref(7)`