commit | 7082826eb41887da7795b3135eaeda1726647987 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 15 17:36:38 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Nov 18 13:35:20 2011 +0100 |
tree | 65b9f8204c718006fe0c3d4f1396dcc797b9add8 | |
parent | 00984e395363bd924627f8c332ca08007c861a1e [diff] |
scsi: fix fw path The pre-1.0 firmware path for SCSI devices already included the LUN using the suffix argument to add_boot_device_path. I missed that when making channel and LUN customizable. Avoid that it is included twice, and convert the colons to commas for consistency with other kinds of devices Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>