]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
bhyve: add a basic driver
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 18 Feb 2014 10:08:10 +0000 (14:08 +0400)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Feb 2014 14:21:50 +0000 (14:21 +0000)
commit0eb4a5f4f14acb42bf78c5913e0cda9d894283d4
treea47676689986e3c1af0d83bfab65787a9509186f
parentcffa51b81d3ad166a7caf3d4ec08d88c41f273fe
bhyve: add a basic driver

At this point it has a limited functionality and is highly
experimental. Supported domain operations are:

  * define
  * start
  * destroy
  * dumpxml
  * dominfo

It's only possible to have only one disk device and only one
network, which should be of type bridge.
18 files changed:
configure.ac
daemon/libvirtd.c
include/libvirt/virterror.h
m4/virt-driver-bhyve.m4 [new file with mode: 0644]
po/POTFILES.in
src/Makefile.am
src/bhyve/bhyve_command.c [new file with mode: 0644]
src/bhyve/bhyve_command.h [new file with mode: 0644]
src/bhyve/bhyve_driver.c [new file with mode: 0644]
src/bhyve/bhyve_driver.h [new file with mode: 0644]
src/bhyve/bhyve_process.c [new file with mode: 0644]
src/bhyve/bhyve_process.h [new file with mode: 0644]
src/bhyve/bhyve_utils.h [new file with mode: 0644]
src/conf/domain_conf.c
src/conf/domain_conf.h
src/driver.h
src/libvirt.c
src/util/virerror.c