• F
    bhyve: virBhyveProbeCaps: BHYVE_CAP_LPC_BOOTROM · b6ae1295
    Fabian Freyer 提交于
    Implement the BHACE_CAP_LPC_BOOTROM capability by checking the stderr
    output of 'bhyve -l bootrom'. If the bootrom option is unsupported, this
    will contain the following output:
    
        bhyve: invalid lpc device configuration 'bootrom'
    
    On newer bhyve versions that do support specifying a bootrom image, the
    standard help will be printed.
    b6ae1295
bhyve_capabilities.c 6.7 KB