分页: 1 / 1

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.

Re: vbox 有没有给第三方用的控制协议,类似 qemu 的 qmp

发表于 : 2016-10-17 10:03
astolia
大部分操作直接用VBoxManage就搞定了,非要api的话,也是有的 https://www.virtualbox.org/sdkref/index.html

Re: vbox 有没有给第三方用的控制协议,类似 qemu 的 qmp

发表于 : 2016-10-17 23:06
bzimage
mark :Music

Re: vbox 有没有给第三方用的控制协议,类似 qemu 的 qmp

发表于 : 2016-10-18 20:54
sunfish
应该有吧,vagrant默认就是调用vbox来创建开发环境的