v1.25
virtme-ng v1.25 is out!
This is a minor release with just a small change, but it was worthwhile to cut a new version, because it can significantly improve boot time with the microvm architecture (simply by enabling the RTC and avoiding unnecessary boot time that most kernels spend probing for a non-existent RTC).
And with this applied I can break the 1s boot-time limit on my laptop and start a vng instance in only ~0.93s!
arighi@gpd ~/src/linux (master)> time vng -- uname -r
6.9.0-rc1-virtme
________________________________________________________
Executed in 931.57 millis fish external
usr time 838.65 millis 0.00 micros 838.65 millis
sys time 690.61 millis 404.00 micros 690.20 millis
Detailed ChangeLog below.
Andrea Righi (6):
Merge pull request #111 from matttbe/kvm
virtme: make sure RTC is enabled with microvm
Merge pull request #112 from arighi/microvm-enable-rtc
virtme-ng: silent lint errors
Merge pull request #113 from arighi/silent-lint-error
virtme-ng v1.25
Matthieu Baerts (NGI0) (1):
github: new test with KVM support