From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmLtD-0005ZA-Vx for qemu-devel@nongnu.org; Fri, 29 Nov 2013 06:05:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmLt8-0004ST-EZ for qemu-devel@nongnu.org; Fri, 29 Nov 2013 06:05:39 -0500 Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:39654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmLt7-0004Rw-Hb for qemu-devel@nongnu.org; Fri, 29 Nov 2013 06:05:34 -0500 Message-ID: <529874EE.2070003@reactos.org> Date: Fri, 29 Nov 2013 12:05:18 +0100 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: <1385635920-9374-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1385635920-9374-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] scsi: fix VERIFY command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini a =E9crit : > 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(-) > > =20 I've tested that Windows NT 4.0/MIPS now goes further in the=20 installation process: QEMU doesn't abort anymore with an assert. However, this does not totally fix the installer on MIPS Magnum, which=20 is probably (another) regression... Tested-by: Herv=E9 Poussineau