
15 Aug
2014
15 Aug
'14
9:25 a.m.
On Thu, Aug 14, 2014 at 08:22:07PM +0400, Roman Bogorodskiy wrote:
Update bhyveBuildDiskArgStr to support volumes:
- Make virBhyveProcessBuildBhyveCmd take virConnectPtr as the first argument instead of bhyveConnPtr as virConnectPtr is needed for virDomainTranslateDiskSourcePool, - Add virDomainTranslateDiskSourcePool call to virBhyveProcessBuildBhyveCmd, - Allow disks of type VIR_STORAGE_TYPE_VOLUME --- src/bhyve/bhyve_command.c | 8 ++++++-- src/bhyve/bhyve_command.h | 5 +++-- src/bhyve/bhyve_driver.c | 2 +- src/bhyve/bhyve_process.c | 2 +- tests/bhyvexml2argvtest.c | 5 ++++- 5 files changed, 15 insertions(+), 7 deletions(-)
I can't build with bhyve support, but ACK, Martin