virtme-ng v1.23 is out
A new version of virtme-ng is out to address a few bug fixes, especially a breakage with QEMU 8.2.2 (kudos to @matttbe and @ishitatsuyuki for investigating and figuring out the fix), that is the most noticeable change.
There is also a small behavior change with --kconfig
, that will always override the .config
if present (since there is not reason to use --kconfig
and not update the .config
).
Moreover, it is now possible to force the legacy cgroup v1 using the option -a "SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
: the vng init script will mimic systemd behavior and mount cgroup v1, instead of v2.
Detailed ChangeLog:
== virtme-ng ChangeLog ==
Andrea Righi (11):
setup.py: properly detect when the virtme-ng-init submodule is missing
init: allow to mount legacy cgroupfs (v1)
Merge pull request #85 from arighi/support-cgroup-v1
virtme-ng-init: resync submodule
Merge pull request #93 from arighi/fix-virtme-ng-init-console
Merge pull request #94 from matttbe/home
Merge pull request #91 from matttbe/config
Merge pull request #96 from matttbe/config
Merge pull request #98 from matttbe/docker-privileged
Merge pull request #99 from matttbe/qemu-8.2.2
virtme-ng v1.23
Matthieu Baerts (NGI0) (9):
init: set the HOME env var if root
config: always append virtme configs
config: override the kernel config if asked
config: option not to update if there is a config file
vng: override kconfig with '--force'
vng: --kconfig: override the .config
readme: docker: recommend using --privileged option
readme: docker: add virtiofsd
qemu: remove unnecessary '-serial none' arg
== virtme-ng-init ChangeLog ==
Andrea Righi (4):
virtme-ng-init: allow to mount legacy cgroupfs (v1)
Merge pull request #7 from matttbe/home
virtme-ng-init: properly configure terminal line settings
add Cargo.lock
Matthieu Baerts (NGI0) (1):
init: set the HOME env var if root