• R
    bhyve: implement support for commandline args · 0c8df110
    Roman Bogorodskiy 提交于
    Implement support for passing custom command line arguments
    to bhyve using the 'bhyve:commandline' element:
    
      <bhyve:commandline>
        <bhyve:arg value='-newarg'/>
      </bhyve:commandline>
    
     * Define virDomainXMLNamespace for the bhyve driver, which
       at this point supports only the 'commandline' element
       described above,
     * Update command generation code to inject these command line
       arguments between driver-generated arguments and the vmname
       positional argument.
    Signed-off-by: NRoman Bogorodskiy <bogorodskiy@gmail.com>
    Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
    0c8df110
domaincommon.rng 170.2 KB