• J
    qemu: Introduce qemuBuildControllerDevCommandLine · 4908772e
    John Ferlan 提交于
    Add new function to manage adding the controller -device options to the
    command line removing that task from the mainline qemuBuildCommandLine.
    
    Also adjust to using const virDomainDef instead of virDomainDefPtr.
    This causes collateral damage in order to modify called APIs to use
    the const virDomainDef instead as well.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    4908772e
domain_conf.c 770.1 KB