vbox 有没有给第三方用的控制协议,类似 qemu 的 qmp
发表于 : 2016-10-15 15:11
The QEMU Machine Protocol (QMP) is a JSON-based protocol which allows applications to control a QEMU instance.
Features:
Lightweight, text-based, easy to parse data format
Asynchronous messages support (events)
Capabilities negotiation
API/ABI stability guarantees
Please, also check the README file for more information.