We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The kernel configuration does not enable KVM, required for hardware accelerated virtualization:
CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set
As the Orange Pi Zero3 has 4GB of RAM, it could be used for virtualization if KVM was enabled.
Please enable KVM in the kernel:
CONFIG_HAVE_KVM=y CONFIG_HAVE_KVM_IRQCHIP=y CONFIG_HAVE_KVM_IRQFD=y CONFIG_HAVE_KVM_IRQ_ROUTING=y CONFIG_HAVE_KVM_EVENTFD=y CONFIG_KVM_MMIO=y CONFIG_HAVE_KVM_MSI=y CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y CONFIG_KVM_VFIO=y CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL=y CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y CONFIG_HAVE_KVM_IRQ_BYPASS=y CONFIG_HAVE_KVM_VCPU_RUN_PID_CHANGE=y CONFIG_KVM_XFER_TO_GUEST_WORK=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=y
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The kernel configuration does not enable KVM, required for hardware accelerated virtualization:
As the Orange Pi Zero3 has 4GB of RAM, it could be used for virtualization if KVM was enabled.
Please enable KVM in the kernel:
The text was updated successfully, but these errors were encountered: