• F
    bhyve: implement virConnectDomainXMLFromNative · 01163b1b
    Fabian Freyer 提交于
    First, remove escaped newlines and split up the string into an argv-list for
    the bhyve and loader commands, respectively. This is done by iterating over the
    string splitting it by newlines, and then re-iterating over each line,
    splitting it by spaces.
    
    Since this code reuses part of the code of qemu_parse_command.c
    (in bhyveCommandLine2argv), add the appropriate copyright notices.
    Signed-off-by: NFabian Freyer <fabian.freyer@physik.tu-berlin.de>
    01163b1b
POTFILES.in 7.4 KB