v1.24
A new release of virtme-ng is out!
The most noticeable changes include the support for the loop network type and the possibility to specify the --network
command multipe times, both useful for kernel selftests testing (thanks to Jiri Pirko).
Moreover, there is a boot-time improvement in environments where the kvm acceleration is not available, such as container, cloud environments, etc. (using the q35
arch in qemu - thanks to Ricardo Ribalda for driving this topic).
Notably, this new version is expected to enhance the performance of GitHub workflows that use virtme-ng.
Detiled ChangeLog below.
== virtme-ng ChangeLog ==
Andrea Righi (10):
Merge pull request #100 from jfernandez/virtiofsd-arch
Merge pull request #102 from lorenzo-stoakes/ljs-fix-cross-compile-heuristic
Merge pull request #103 from jpirko/net_loop
Merge pull request #105 from l-0-l/patch-2
Merge pull request #104 from l-0-l/patch-1
virtme-ng-init: resync submodule
Merge pull request #109 from arighi/update-virtme-ng-init
virtme: default to q35 architecture when kvm is not available
Merge pull request #110 from arighi/q35-arch
virtme-ng v1.24
Jiri Pirko (2):
virtme: introduce loop network type
virtme: allow user to ask for multiple network devices
Jose Fernandez (1):
Add additional path for virtiofsd executable
Lorenzo Stoakes (1):
config: avoid accidentally specifying invalid cross-compile
l-0-l (2):
Update README.md
Update README.md
== virtme-ng-init ChangeLog ==
Andrea Righi (1):
add Cargo.lock