]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: add volumes support
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 14 Aug 2014 16:15:57 +0000 (20:15 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 19 Aug 2014 16:50:22 +0000 (20:50 +0400)
commit6c2e7d0b17a33166d312465b0d0ae6676720e9b7
tree33376e880ecf33a3b9a6501ff08f0a8c602b42f8
parent8c170c9fe63bed078d0fc77850780c573c81af0a
bhyve: add volumes support

Update bhyveBuildDiskArgStr to support volumes:

 - Make virBhyveProcessBuildBhyveCmd and
   virBhyveProcessBuildLoadCmd take virConnectPtr as the
   first argument instead of bhyveConnPtr as virConnectPtr is
   needed for virStorageTranslateDiskSourcePool,
 - Add virStorageTranslateDiskSourcePool call to
   virBhyveProcessBuildBhyveCmd and
   virBhyveProcessBuildLoadCmd,
 - Allow disks of type VIR_STORAGE_TYPE_VOLUME
src/bhyve/bhyve_command.c
src/bhyve/bhyve_command.h
src/bhyve/bhyve_driver.c
src/bhyve/bhyve_process.c
tests/Makefile.am
tests/bhyvexml2argvtest.c