-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
QEMU TCG doesn't support VMX #2
Comments
please find a linux host with vt-x enabled in bios.
if you don not want to run any vmx related features, do not specify any options related to kvm, my kernel will avoid running them when it does not detect vmx feature. please refer to the command in top level makefile. |
note the hypervisor is incomplete, nothing to play with at all. |
This problem is related to accelerator, I don't need any of VMX features (shadow vmcs, apic emulation). I've solved this problem with KVM variable. Thank you! |
ZeldaOS is used QEMU TCG as accelerator but TCG doesn't support VMX. That's why I've changed accelerator as enable-kvm.
Issue for TCG:
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
Command line:
qemu-system-x86_64 -enable-kvm -cpu host,-kvm_pv_eoi,-kvm_steal_time,-kvm_asyncpf,-kvmclock,+vmx -drive file=Zelda64.img,if=ide -smp 4 -m 1024 -serial stdio -monitor null -nographic
The text was updated successfully, but these errors were encountered: