-
Notifications
You must be signed in to change notification settings - Fork 10
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
multicore support present? #4
Comments
Short answer - yes. |
Thank you for the quick response. I have made some changes in the conf.lua file but it seems to be using only single core (a53 in my case). attaching the lua file for reference. |
you seem to have flipped cpu_0 and _1, and you probably need to take some care with the GIC, not sure that part of the file won't actually just overwrite itself. You can also try having a new QEMU instance, but I think it should work the way you have it. |
Hi, Does qbox in its current stage support multi-core emulation. For example: like cortex a53 + cortex a76 combined to run the sample ubuntu image on top of platform-vp.
The text was updated successfully, but these errors were encountered: