Paolo Bonzini a écrit :
Windows executes the VERIFY command if the user forces a disk check
at the next startup. QEMU crashes on it; fix it by doing exactly
nothing to VERIFY a bunch of sectors.
Paolo Bonzini (2):
scsi-bus: fix transfer length and direction for VERIFY command
scsi-disk: fix VERIFY emulation
hw/scsi/scsi-bus.c | 13 ++++++++++++-
hw/scsi/scsi-disk.c | 26 +++++++++++++++++++-------
2 files changed, 31 insertions(+), 8 deletions(-)
I've tested that Windows NT 4.0/MIPS now goes further in the
installation process:
QEMU doesn't abort anymore with an assert.
However, this does not totally fix the installer on MIPS Magnum, which
is probably (another) regression...
Tested-by: Hervé Poussineau <hpous...@reactos.org>