aboutsummaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorShmulik Ladkani <shmulik.ladkani@ravellosystems.com>2016-01-25 14:34:40 -0500
committerJohn Snow <jsnow@redhat.com>2016-01-25 14:34:40 -0500
commit4f0869948201af740114fed4468165cf927614fa (patch)
treeda53be24a4b400f1a81d88793bfa9f161b70b413 /dump.c
parent6ee06cc3dc7e8eb238e2f60cfd04f094d5c6b948 (diff)
ide: Correct the CHS 'cyls_max' limit to be 65535
In b7eb0c9: hw/block-common: Factor out fall back to legacy -drive cyls=... 'blkconf_geometry()' was introduced, factoring out CHS limit validation code that was repeated in ide, scsi, virtio-blk. The original IDE CHS limit prior b7eb0c9 was 65535,16,255 (as per ATA CHS addressing). However the 'cyls_max' argument passed to 'blkconf_geometry' in the ide_dev_initfn case was accidentally set to 65536 instead of 65535. Fix, providing the correct 'cyls_max'. Signed-off-by: Shmulik Ladkani <shmulik.ladkani@ravellosystems.com> Reviewed-by: John Snow <jsnow@redhat.com> Message-id: 1453112371-29760-1-git-send-email-shmulik.ladkani@ravellosystems.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'dump.c')
0 files changed, 0 insertions, 0 deletions