Re: [Qemu-devel] [PATCH] fdc: fix detection under Linux

2016-02-01 Thread Hervé Poussineau
Le 29/01/2016 23:35, John Snow a écrit : Accidentally, I removed a "feature" where empty drives had geometry values applied to them, which allows seek on empty drives to work "by accident," as QEMU actually tries to disallow that. Seeks on empty drives should work, though, but the easiest thing

Re: [Qemu-devel] [PATCH] fdc: fix detection under Linux

2016-01-29 Thread Eric Blake
On 01/29/2016 03:35 PM, John Snow wrote: > Accidentally, I removed a "feature" where empty drives had geometry > values applied to them, which allows seek on empty drives to work > "by accident," as QEMU actually tries to disallow that. > > Seeks on empty drives should work, though, but the easies

[Qemu-devel] [PATCH] fdc: fix detection under Linux

2016-01-29 Thread John Snow
Accidentally, I removed a "feature" where empty drives had geometry values applied to them, which allows seek on empty drives to work "by accident," as QEMU actually tries to disallow that. Seeks on empty drives should work, though, but the easiest thing is to restore the misfeature where empty dr