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 is to
restore the misfeature where empty drives have non-zero geometries
applied.
Document the hack accordingly.
Signed-off-by: John Snow<js...@redhat.com>
---
hw/block/fdc.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Tested-by: Hervé Poussineau <hpous...@reactos.org>