• J
    qemu: Introduce qemuBuildHostdevCommandLine · d2108df5
    John Ferlan 提交于
    Add new function to manage adding the host device options to the
    command line removing that task from the mainline qemuBuildCommandLine.
    
    Also modify qemuBuildPCIHostdevDevStr, qemuBuildUSBHostdevDevStr,
    and qemuBuildSCSIHostdevDevStr to use const virDomainDef instead
    of virDomainDefPtr.
    
    Make qemuBuildPCIHostdevPCIDevStr and qemuBuildUSBHostdevUSBDevStr
    static to the qemu_command.c.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    d2108df5
qemu_command.h 8.4 KB