• L
    qemu: eliminate duplicated code in qemuBuildDriveDevStr() · e27c5c8f
    Laine Stump 提交于
    The code to add device type to the commandline was identical for lsi
    and other models of SCSI controllers, but was duplicated (with the
    exception of a minor ordering difference of the if-else clauses) for
    the two cases. This patch replaces those two with a single instance of
    the code just before the if().
    e27c5c8f
qemu_command.c 464.5 KB