
4 May
2014
4 May
'14
10:02 a.m.
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 ++ src/bhyve/bhyve_driver.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+)
ACK, though again I think this is a new feature so has to wait till 1.2.5 opens for business
+ .connectDomainXMLToNative = bhyveConnectDomainXMLToNative, /* 1.2.4 */
which will mean tweaking this when pushing.
Pushed with s/1.2.4/1.2.5/, thanks! Roman Bogorodskiy