Skip to content

Commit

Permalink
passthrough_fc_with_lun_device:add default max_sectors case
Browse files Browse the repository at this point in the history
Signed-off-by: qingwangrh <[email protected]>
  • Loading branch information
qingwangrh committed Sep 11, 2024
1 parent af63fc5 commit 0050990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qemu/tests/cfg/passthrough_fc_with_lun_device.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
drive_type = scsi_block
drive_format_stg0 = scsi-block
drive_bus_stg0 = 1
bus_extra_params_stg0 = "max_sectors=64"
variants:
- with_default:
- with_sectors_64:
bus_extra_params_stg0 = "max_sectors=64"
- with_scsi_generic:
drive_type = scsi_generic
drive_cache_stg0 = writethrough
Expand Down

0 comments on commit 0050990

Please sign in to comment.