Qfileexchgd changed

This commit is contained in:
Rafal Wojtczuk 2010-09-23 10:34:38 +00:00
parent 9507fdc857
commit 9e03811a9d

View File

@ -19,8 +19,8 @@ Overview
*qfilexchgd* is event driven. The sources of events are:
- trigger of xenstore watch for the changes in /local/domain xenstore hierarchy - to detect start/stop of VMs, and maintain vmname-\>vm\_xid dictionary
- triger of xenstore watch for a change in /local/domain/domid/device/qpen key - VMs write to this key to request service from *qfilexchgd*
- trigger of xenstore watch for the changes in `/local/domain` xenstore hierarchy - to detect start/stop of VMs, and maintain vmname-\>vm\_xid dictionary
- trigger of xenstore watch for a change in `/local/domain/domid/device/qpen` key - VMs write to this key to request service from *qfilexchgd*
Copying files between AppVMs
----------------------------