-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
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
VM configuration check fail! #7956
Comments
while doing the default configuration given in getting started page, this error occurred , please do help solving this error. |
@ashwanth-07
You are using v3.0 branch, correct? |
scenario.xml |
please do help |
@ashwanth-07 The format isn't correct after paste.
Thanks! |
@fuzhongl Thanks for responding, I have attached the files like you asked, please do help. |
@ashwanth-07 The issue is root caused: cpu_id info doesn't match in board.xml. Please help to workaround it with following modification:
To
Will provide the final fix later. |
@fuzhongl thank you ! It worked, please do send the final fix later |
@ashwanth-07 With and without Hyper-thread enabled; we generate the board.xml:
The cpu_id info match in the generated board.xml:
Do you use v3.0 codebase or master codebase? |
@fuzhongl thanks for responding , I did get this warning while generating board.xml |
and yes I am using v3.0 |
@ashwanth-07 Could you please share the following log on native? which is used to generate the board.xml.
Following are the example of my side:
Thanks! |
@fuzhongl thanks for responding, here are the logs for the commands you gave |
@ashwanth-07 There are only 2 CPU on your board. Following is the log from my side:
|
@fuzhongl thanks for responding and sorry for the delay, |
@fuzhongl I have enabled intel virtualization in BIOS, it couldn't be a problem, could it? |
@ashwanth-07 You are right, VMx and VTd should be enabled in BIOS. |
@fuzhongl ,thanks for responding...I only have a VT-X setting in my bios. I dont have a VMx or a VTd, could you please help |
@ashwanth-07 Could you please help to share following info?
Thanks! |
Close it since the issue can't be reproduced on my side; and no feedback long time. |
make[2]: Leaving directory '/home/acrn/acrn-work/acrn-hypervisor/misc/hv_prebuild'
sanitize_vm_config: vm0 assigns invalid PCPU (affinity: 0x000000000000000f)
VM configuration check fail!
make[1]: *** [Makefile:420: pre_build] Error 255
make[1]: Leaving directory '/home/acrn/acrn-work/acrn-hypervisor/hypervisor'
make: *** [Makefile:130: hypervisor] Error 2
The text was updated successfully, but these errors were encountered: