From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from userp2130.oracle.com (userp2130.oracle.com [156.151.31.86]) by mx.groups.io with SMTP id smtpd.web10.69822.1584370808056718255 for ; Mon, 16 Mar 2020 08:00:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@oracle.com header.s=corp-2020-01-29 header.b=YvDrippV; spf=pass (domain: oracle.com, ip: 156.151.31.86, mailfrom: liran.alon@oracle.com) Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 02GEqiwi088814; Mon, 16 Mar 2020 15:00:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding; s=corp-2020-01-29; bh=Xx7S9ugZ59HSgc5AC8w7FWCBfQj5yuf02sBa7Oxj9w0=; b=YvDrippVRBJpPzQpJQ+heiZmmu2y4EXwXS65PkqBedHecrIoN1Fzf+nimnsDIuY0nv19 Sxf/rsxYUJFsgNNIjb+t7UsLHZ0WFteiTvyeKu5WC+9GdNz1QlMWhz9POZmYeJdUmPQn Y75PKUj4oUS9P2yrUfPb63tJHvxZyK6r+Ej/zcj9olAdEaC7zhJo8dpdAwDxvbOyhtVO 8MmCsJ2CUQPUmo7vNpBa60Hfv/OrMUdx/VT90meHQPQEOihiRoMYRkh++YRYBfKJmyN1 cHtBZDTj4qlqaDw9VnzvZ1wYPDqwbZk+getvdQKRhAUmIFQmQDb24QzqpotajTe3gO/z oA== Received: from userp3020.oracle.com (userp3020.oracle.com [156.151.31.79]) by userp2130.oracle.com with ESMTP id 2yrppqyfa8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 16 Mar 2020 15:00:06 +0000 Received: from pps.filterd (userp3020.oracle.com [127.0.0.1]) by userp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 02GEqNhR172790; Mon, 16 Mar 2020 15:00:06 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userp3020.oracle.com with ESMTP id 2ys8yvyh1j-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 16 Mar 2020 15:00:05 +0000 Received: from abhmp0009.oracle.com (abhmp0009.oracle.com [141.146.116.15]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id 02GF03xS008712; Mon, 16 Mar 2020 15:00:04 GMT Received: from spark.ravello.local (/213.57.127.2) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 16 Mar 2020 08:00:03 -0700 From: liran.alon@oracle.com To: devel@edk2.groups.io, lersek@redhat.com Cc: nikita.leshchenko@oracle.com, aaron.young@oracle.com, jordan.l.justen@intel.com, ard.biesheuvel@linaro.org Subject: [PATCH 00/17]: OvmfPkg: Support booting from VMware PVSCSI controller Date: Mon, 16 Mar 2020 17:00:56 +0200 Message-Id: <20200316150113.104630-1-liran.alon@oracle.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9561 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 phishscore=0 mlxlogscore=997 mlxscore=0 adultscore=0 bulkscore=0 malwarescore=0 spamscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2003160072 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9561 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 malwarescore=0 bulkscore=0 suspectscore=0 lowpriorityscore=0 phishscore=0 adultscore=0 clxscore=1015 impostorscore=0 priorityscore=1501 spamscore=0 mlxlogscore=999 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2003160072 Content-Transfer-Encoding: 8bit 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