• J
    qemu: Introduce qemuBuildFSDevCommandLine · 3dbc2a14
    John Ferlan 提交于
    Add new function to manage adding the -fsdev options to the
    command line removing that task from the mainline qemuBuildCommandLine.
    Alter the code slightly to perform the !caps and fsdev failure check
    up front.
    
    Since both qemuBuildFSStr and qemuBuildFSDevStr are local, make them
    static and fix their prototypes to use the const virDomainDef as well.
    Make some minor formatting changes for long lines.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    3dbc2a14
qemu_command.h 9.2 KB