From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web12.22.1641862331295968720 for ; Mon, 10 Jan 2022 16:52:11 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Tue, 11 Jan 2022 08:52:04 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: , , References: In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYyIDAwLzEwXSBDcmVhdGUgbmV3IHRhcmdldCBmb3IgQ2xvdWQgSHlwZXJ2aXNvcg==?= Date: Tue, 11 Jan 2022 08:52:08 +0800 Message-ID: <01bb01d80685$760f2270$622d6750$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHbDW98QmqAJHveLX7fZaqNmw163axW76jg Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Can you submit one BZ (https://bugzilla.tianocore.org/ ) to track this feature? Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Boeuf, > Sebastien > =B7=A2=CB=CD=CA=B1=BC=E4: 2022=C4=EA1=D4=C211=C8=D5 1:47 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: jiewen.yao@intel.com; jordan.l.justen@intel.com; kraxel@red= hat.com; > sebastien.boeuf@intel.com > =D6=F7=CC=E2: [edk2-devel] [PATCH v2 00/10] Create new target for Cloud H= ypervisor >=20 > From: Sebastien Boeuf >=20 > Since Cloud Hypervisor and QEMU pc/q35 are quite different, it makes > more sense to create a dedicated OVMF target for Cloud Hypervisor rather > than trying to support both VMMs from the same OvmfPkgX64 target. >=20 > That's the reason why this series introduces a new target called > CloudHvX64, meant to be used with the Cloud Hypervisor VMM only. >=20 > The new target is initially copied over from the OvmfPkgX64, then it is > trimmed down by removing what is not needed from a Cloud Hypervisor > perspective. >=20 > Sebastien Boeuf (10): > OvmfPkg/CloudHv: Add new target for Cloud Hypervisor > OvmfPkg/CloudHv: Replace legacy 8254 PIT with local APIC timer > OvmfPkg/CloudHv: Connect serial console > OvmfPkg/CloudHv: Remove legacy 8259 PIC support > OvmfPkg/CloudHv: Remove Q35 specifics > OvmfPkg/CloudHv: Reduce dependency on QemuFwCfg > OvmfPkg/CloudHv: Remove video support > OvmfPkg/CloudHv: Remove USB support > OvmfPkg/CloudHv: Remove CSM support > OvmfPkg/CloudHv: add Maintainers.txt entry >=20 > Maintainers.txt | 5 + > OvmfPkg/CloudHv/CloudHvX64.dsc | 937 > ++++++++++++++++++ > OvmfPkg/CloudHv/CloudHvX64.fdf | 503 ++++++++++ > .../PlatformBootManagerLib/BdsPlatform.c | 8 +- > 4 files changed, 1452 insertions(+), 1 deletion(-) > create mode 100644 OvmfPkg/CloudHv/CloudHvX64.dsc > create mode 100644 OvmfPkg/CloudHv/CloudHvX64.fdf >=20 > -- > 2.30.2 >=20 > --------------------------------------------------------------------- > Intel Corporation SAS (French simplified joint stock company) > Registered headquarters: "Les Montalets"- 2, rue de Paris, > 92196 Meudon Cedex, France > Registration Number: 302 456 199 R.C.S. NANTERRE > Capital: 4,572,000 Euros >=20 > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. >=20 >=20 >=20 >=20 >=20