• R
    bhyve: fix hostbridge device command generation · e8bb1adf
    Roman Bogorodskiy 提交于
    Addition of the hostbridge device was mistakenly placed to
    bhyveBuildNetArgStr(). This could result in hostbridge device not being
    added to the commandline if there are no network devices specified, but
    hostbridge device should be added unconditionally.
    
    Fix by placing it to virBhyveProcessBuildBhyveCmd().
    e8bb1adf
bhyve_command.c 9.8 KB