You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a VM on a host that supports 1G hugepages. However, I am getting the following warning: qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:EDX.pdpe1gb [bit 26]
This occurs when I try to force the -pdpe1gb CPU flag, which is required to use 1G hugepages. Has anyone else faced this issue? If not, which kernel version allows the guest to get the pdpe1gb flag? On the same hardware with kernel version 5.15, I do not encounter this issue.
The text was updated successfully, but these errors were encountered:
I am trying to create a VM on a host that supports 1G hugepages. However, I am getting the following warning:
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:EDX.pdpe1gb [bit 26]
This occurs when I try to force the -pdpe1gb CPU flag, which is required to use 1G hugepages. Has anyone else faced this issue? If not, which kernel version allows the guest to get the pdpe1gb flag? On the same hardware with kernel version 5.15, I do not encounter this issue.
The text was updated successfully, but these errors were encountered: