Hi, > + PVHResetVectorData = (VOID *)(UINTN)PcdGet32 > (PcdXenPvhStartOfDayStructPtr); > + pvh_start_info = (struct hvm_start_info > *)(UINTN)PVHResetVectorData[0];
Ah, I see, here is the xen reset vector dependency. I'm wondering whenever there are plans for cloudhv to also support sev and/or tdx some day. If so, then it probably isn't a good idea to switch to the xen reset vector. There is the work area used for by confidential computing code, I think it would be an option to store a pointer to the pvh_start_info there. take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86900): https://edk2.groups.io/g/devel/message/86900 Mute This Topic: https://groups.io/mt/89319394/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-