Re: [edk2-devel] [PATCH v6 4/8] OvmfPkg: CloudHv: Remove VARS and CODE sections

2022-03-03 Thread Gerd Hoffmann
On Wed, Mar 02, 2022 at 02:31:33PM +0100, sebastien.bo...@intel.com wrote: > From: Sebastien Boeuf > > CloudHv doesn't need any VARS store, and it doesn't need the CODE > section to be generated separately either. The only thing needed is to > generate a firmware binary that can be used by Cloud

[edk2-devel] [PATCH v6 4/8] OvmfPkg: CloudHv: Remove VARS and CODE sections

2022-03-02 Thread Boeuf, Sebastien
From: Sebastien Boeuf CloudHv doesn't need any VARS store, and it doesn't need the CODE section to be generated separately either. The only thing needed is to generate a firmware binary that can be used by Cloud Hypervisor. Signed-off-by: Sebastien Boeuf --- OvmfPkg/CloudHv/CloudHvX64.fdf | 30