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.web12.57077.1584981296611476538 for ; Mon, 23 Mar 2020 09:34:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=cEsCjyXl; 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=1584981295; 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=3YOAutj5Zrnm9eL07dDt8/R5lIFBb+BH+nwej8qX6xg=; b=cEsCjyXlaKyarxV2nJTJ5W9qTr6bWqDqAlxCfR8vQzV/q1i+FXEXxxpDhHnxsVZ0bFvNyl o3ba2YKRbajdfkJtU9aRjhF/Nzrwk/98anH9mwEuq+H7cBbrEmScf5bKSubS0ft08ID2Aq ILJRefpbVE9oLp9fD7LC1U/CD6a4uAw= 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-228-amvB3PSIONKyu3G10XeIzg-1; Mon, 23 Mar 2020 12:34:50 -0400 X-MC-Unique: amvB3PSIONKyu3G10XeIzg-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 CDB9819067E1; Mon, 23 Mar 2020 16:34:47 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-32.ams2.redhat.com [10.36.112.32]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0DFD65DA7B; Mon, 23 Mar 2020 16:33:56 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 00/17]: OvmfPkg: Support booting from VMware PVSCSI controller 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: <20200316150113.104630-1-liran.alon@oracle.com> From: "Laszlo Ersek" Message-ID: <6fb6ca15-527c-e2cc-a0cb-261e5ac9c78b@redhat.com> Date: Mon, 23 Mar 2020 17:33:33 +0100 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: <20200316150113.104630-1-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 Hi Liran, On 03/16/20 16:00, Liran Alon wrote: > Hi, > > This series adds driver support for VMware PVSCSI controller. > > This controller is supported by VMware and QEMU. This work is part of > the more general agenda of enhancing OVMF boot device support to have > feature parity with SeaBIOS (Which supports booting from VMware PVSCSI). > > The BugZilla ticket for this feature is at: > https://bugzilla.tianocore.org/show_bug.cgi?id=2567 > > I pushed a copy of these patches to: > https://github.com/nikital/edk2/tree/pvscsi4 > > Regards, > -Liran I'm back. Your patch series is in my review queue. I'll need some time for dealing with the usual email backlog after being away for a few days. Thanks Laszlo