• R
    bhyve: add volumes support · 6c2e7d0b
    Roman Bogorodskiy 提交于
    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
    6c2e7d0b
bhyve_driver.c 39.4 KB