-
Notifications
You must be signed in to change notification settings - Fork 54
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
virtme-configkernel: disable nvram support #155
Conversation
We don't need to enable nvram support by default in the guest and having this disabled can save a few millisec during boot. Signed-off-by: Andrea Righi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea!
To accelerate the build, I also disable some options: I added a few a long time ago, also because we don't need sound, or DRM. But I don't think people using virtme needs LED drivers for example :)
Without
1/4 of second to reach the init script! EDIT: And without
|
And compilation time. See: arighi/virtme-ng#155 Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
At some point we should do a review of the default configs, but don't underestimate how people are using virtme-ng. 😄 There are people using it to test GUIs or even webcams... and we have |
Very nice! How about |
(With a bit of delay)
Around one second, not bad! $ cd <kernel build dir>
$ time vng -- uname -r
6.11.0-rc5+
vng -- uname -r 1.17s user 1.43s system 203% cpu 1.281 total |
Nice! Thanks! :) |
We don't need to enable nvram support by default in the guest and having this disabled can save a few millisec during boot.