On Mon, 14 Dec 2015 16:41:19 +0100 Christian Borntraeger <borntrae...@de.ibm.com> wrote:
> large volume DASD that have > 64k cylinders do claim to have > 0xFFFE cylinders as special value in the old 16 bit field. We > want to pass this "token" along to the guest, instead of > calculating the real number. Otherwise qemu might fail with > "cyls must be between 1 and 65535" > > Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com> > Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com> > --- > block/raw-posix.c | 7 ------- > 1 file changed, 7 deletions(-) Maybe add cc:stable?