Re: [edk2-devel] 1024 VCPU limitation

2022-11-29 Thread Paweł Poławski
ed per CPU size. Mike *From:*devel@edk2.groups.io *On Behalf Of *Pedro Falcato *Sent:* Monday, November 14, 2022 3:30 PM *To:* devel@edk2.groups.io; Kinney, Michael D *Cc:* Pawel Polawski ; Dong, Eric ; Laszlo Ersek ; Ni, Ray ; Kumar, Rahul R *Subject:* Re: [edk2-devel] 1024 VCPU limitati

Re: [edk2-devel] 1024 VCPU limitation

2022-11-14 Thread Michael D Kinney
Pedro Falcato Sent: Monday, November 14, 2022 3:30 PM To: devel@edk2.groups.io; Kinney, Michael D Cc: Pawel Polawski ; Dong, Eric ; Laszlo Ersek ; Ni, Ray ; Kumar, Rahul R Subject: Re: [edk2-devel] 1024 VCPU limitation On Mon, Nov 7, 2022 at 5:28 PM Michael D Kinney mailto:michael.d.kin

Re: [edk2-devel] 1024 VCPU limitation

2022-11-14 Thread Pedro Falcato
On Mon, Nov 7, 2022 at 5:28 PM Michael D Kinney wrote: > Hi Pawel, > > > > I see the following union involved in the size of this structure. > > > > typedef union { > > IA32_HANDOFF_STATUS IA32HealthFlags; > > X64_HANDOFF_STATUSx64HealthFlags; > > ITANIUM_HANDOFF_STATUSIta

Re: [edk2-devel] 1024 VCPU limitation

2022-11-14 Thread Paweł Poławski
Hi Michael, Thank you for the fast response and suggestion on how to resolve the issue. I am trying to build a custom qemu (as qemu has its own limitations) to verify if a fix will work. Best regards, Pawel On Mon, Nov 7, 2022 at 6:28 PM Kinney, Michael D wrote: > Hi Pawel, > > > > I see the f

Re: [edk2-devel] 1024 VCPU limitation

2022-11-07 Thread Michael D Kinney
Hi Pawel, I see the following union involved in the size of this structure. typedef union { IA32_HANDOFF_STATUS IA32HealthFlags; X64_HANDOFF_STATUSx64HealthFlags; ITANIUM_HANDOFF_STATUSItaniumHealthFlags; } EFI_SEC_PLATFORM_INFORMATION_RECORD; IA32 is 4 bytes per CPU X64