Skip to content

New JSON Interface

Compare
Choose a tag to compare
@lindig lindig released this 23 May 08:27
· 10 commits to master since this release

The behaviour of the VM is now controlled by a JSON object that is passed to the VM via control/testing in the Xen Store. It describes how to react to the next control message. Compared to the previous releases, the more aspects of the behaviour can be controlled. See the README for details.

{ "when":       "now"           // when to react
, "ack":        "ok"            // how to ack control/shutdown
, "action":     "reboot"        // how to react to control/shutdown
}