From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [63.128.21.74]) by mx.groups.io with SMTP id smtpd.web11.54378.1585585330633098994 for ; Mon, 30 Mar 2020 09:22:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=DvYH+/TK; spf=pass (domain: redhat.com, ip: 63.128.21.74, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585585329; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PDJtB6TXb59J/gc0SC2tJhzz1D8tkbHcmCiyv1TbPmk=; b=DvYH+/TKV8ZlCmHeWSinQ1PoWJNFHSVe2Ex4YswCELy0GgyAvAY25r5fztBN65BuCjbf9k CVUqhZY1rCKvqUKdNYVxOY8gxVretjD9HFzrdH17UXpJG8AdFsxtvk0t66OL565xyGRPfI 9ICLCavBTjuaclsHRyDA6oTpjtoyTlQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-240-Wz7SDy1vPxS5v8tqKMjaVA-1; Mon, 30 Mar 2020 12:22:08 -0400 X-MC-Unique: Wz7SDy1vPxS5v8tqKMjaVA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BB6AE18FF661; Mon, 30 Mar 2020 16:22:06 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-191.ams2.redhat.com [10.36.112.191]) by smtp.corp.redhat.com (Postfix) with ESMTP id 002AC5D9E2; Mon, 30 Mar 2020 16:22:03 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v3 15/17] OvmfPkg/PvScsiDxe: Support sending SCSI request and receive response To: devel@edk2.groups.io, liran.alon@oracle.com Cc: nikita.leshchenko@oracle.com, aaron.young@oracle.com, jordan.l.justen@intel.com, ard.biesheuvel@linaro.org References: <20200328200100.60786-1-liran.alon@oracle.com> <20200328200100.60786-16-liran.alon@oracle.com> From: "Laszlo Ersek" Message-ID: Date: Mon, 30 Mar 2020 18:22:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200328200100.60786-16-liran.alon@oracle.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 03/28/20 21:00, Liran Alon wrote: > Implement EXT_SCSI_PASS_THRU.PassThru(). > > Machines should be able to boot after this commit. > Tested with Ubuntu 16.04 guest. > > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2567 > Signed-off-by: Liran Alon > --- > OvmfPkg/OvmfPkg.dec | 6 + > OvmfPkg/PvScsiDxe/PvScsi.c | 456 +++++++++++++++++++++++++++++++- > OvmfPkg/PvScsiDxe/PvScsi.h | 1 + > OvmfPkg/PvScsiDxe/PvScsiDxe.inf | 5 +- > 4 files changed, 465 insertions(+), 3 deletions(-) Reviewed-by: Laszlo Ersek