Re: [libvirt] [PATCH v2 2/2] bhyve: implement connectDomainXMLToNative

2014-05-04 Thread Roman Bogorodskiy
Daniel P. Berrange wrote: On Mon, Apr 14, 2014 at 08:25:15PM +0400, Roman Bogorodskiy wrote: The only accepted format for now is 'bhyve-argv' which prints out a bhyve command corresponding to the given domain definition. --- src/bhyve/bhyve_command.h | 2 ++

Re: [libvirt] [PATCH v2 2/2] bhyve: implement connectDomainXMLToNative

2014-04-30 Thread Daniel P. Berrange
On Mon, Apr 14, 2014 at 08:25:15PM +0400, Roman Bogorodskiy wrote: The only accepted format for now is 'bhyve-argv' which prints out a bhyve command corresponding to the given domain definition. --- src/bhyve/bhyve_command.h | 2 ++ src/bhyve/bhyve_driver.c | 59

[libvirt] [PATCH v2 2/2] bhyve: implement connectDomainXMLToNative

2014-04-14 Thread Roman Bogorodskiy
The only accepted format for now is 'bhyve-argv' which prints out a bhyve command corresponding to the given domain definition. --- src/bhyve/bhyve_command.h | 2 ++ src/bhyve/bhyve_driver.c | 59 +++ 2 files changed, 61 insertions(+) diff --git