From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlzCd-0002yV-JU for qemu-devel@nongnu.org; Thu, 28 Nov 2013 05:52:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlzCX-0004X6-Ct for qemu-devel@nongnu.org; Thu, 28 Nov 2013 05:52:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlzCX-0004X2-43 for qemu-devel@nongnu.org; Thu, 28 Nov 2013 05:52:05 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rASAq4Ov016529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Nov 2013 05:52:04 -0500 Received: from yakj.usersys.redhat.com (ovpn-112-49.ams2.redhat.com [10.36.112.49]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rASAq2Sw025009 for ; Thu, 28 Nov 2013 05:52:03 -0500 From: Paolo Bonzini Date: Thu, 28 Nov 2013 11:51:58 +0100 Message-Id: <1385635920-9374-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] scsi: fix VERIFY command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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(-) -- 1.8.4.2