Re: [libvirt] [PATCH v6] bhyve: add a basic driver

2014-02-08 Thread David Shane Holden
On 02/08/14 01:26, Roman Bogorodskiy wrote: --- a/configure.ac +++ b/configure.ac @@ -2704,6 +2710,7 @@ AC_MSG_NOTICE([ PHYP: $with_phyp]) AC_MSG_NOTICE([ ESX: $with_esx]) AC_MSG_NOTICE([ Hyper-V: $with_hyperv]) AC_MSG_NOTICE([Parallels: $with_parallels]) +LIBIVRT_DRIVER_RESULT_BH

Re: [libvirt] [PATCH v5] bhyve: add a basic driver

2014-02-07 Thread David Shane Holden
On 02/07/14 02:51, Roman Bogorodskiy wrote: At this point it has a limited functionality and is highly experimental. Supported domain operations are: * define * start * destroy * dumpxml * dominfo Tested this a bit and it works for me. I can define a domain, start, stop, and ssh into it. +st