Re: [edk2-devel] [PATCH 3/9] OvmfPkg/CloudHv: Connect serial console

2022-01-10 Thread Yao, Jiewen
Exactly > -Original Message- > From: Boeuf, Sebastien > Sent: Monday, January 10, 2022 10:54 PM > To: Yao, Jiewen ; devel@edk2.groups.io > Cc: kra...@redhat.com; Justen, Jordan L > Subject: Re: [PATCH 3/9] OvmfPkg/CloudHv: Connect serial console > > On Mon, 2022-01-10 at 14:46 +, Ya

Re: [edk2-devel] [PATCH 3/9] OvmfPkg/CloudHv: Connect serial console

2022-01-10 Thread Boeuf, Sebastien
On Mon, 2022-01-10 at 14:46 +, Yao, Jiewen wrote: > Please copy the description as comment to the code. Do you mean you want me to use my commit message as a comment in the code to explain why we have this special use case for Cloud Hypervisor? I'll be happy to do it, just making sure that's

Re: [edk2-devel] [PATCH 3/9] OvmfPkg/CloudHv: Connect serial console

2022-01-10 Thread Yao, Jiewen
Please copy the description as comment to the code. Thank you Yao Jiewen > -Original Message- > From: Boeuf, Sebastien > Sent: Monday, January 10, 2022 10:26 PM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Justen, Jordan L > ; kra...@redhat.com; Boeuf, Sebastien > > Subject: [PATCH 3/

[edk2-devel] [PATCH 3/9] OvmfPkg/CloudHv: Connect serial console

2022-01-10 Thread Boeuf, Sebastien
From: Sebastien Boeuf Cloud Hypervisor doesn't emulate any LPC bridge, therefore we simply need to rely on the serial I/O port to be connected as a console. It reuses the code from Xen since it's very generic. Signed-off-by: Sebastien Boeuf --- OvmfPkg/CloudHv/CloudHvX64.dsc