| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 1.24:
* 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
* 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).
* Notably, this new version is expected to enhance the performance
of GitHub workflows that use virtme-ng.
- Current Tumbleweed's busybox does not work with virtme. For now require
busybox-static since it works;
* 0001-mkinitramfs.py-Search-for-busybox-.-static-first.patch: Check for
busybox-static over dynamically linked busybox
- Change the dependency to busybox-static instead of the dynamically linked on.
- Trim bias, conjecture and vision from descriptions. - Use noun phrase in summary.
- Remove the python3- prefix from the final package - Added full source URL
- Remove the python3- prefix from the final package - Added full source URL
- Add busybox and qemu as dependencies of virtme. Now 'virtme-run - -installed-kernel' works out-of-the-box.
- Newly released version 0.1.1 - Use an OBS service to download the tarball - Removed all patches, since they are all included in the new version
- Add a new patch to support --mods auto in openSUSE.
- Add a new patch to support --mods auto in openSUSE.
- Add patches to enable experimental --kdir with modules enabled
- First version of the package
- Update to 1.23:
* Fix breakage with QEMU 8.2.2
* Change behaviour of --kconfig, that will always override
the .config if present (since there is not reason to use
- -kconfig and not update the .config).
* 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.
- Drop qemu-remove-unnecessary-serial-none-arg.patch
- qemu 8.2.2 compatibility * qemu-remove-unnecessary-serial-none-arg.patch
- Update to 1.22:
* Fix potential sudo errors (in openSUSE, Fedora, CachyOS)
* Propagate /proc/sys/fs/nr_open from host to guest
* More robust parsing of upstream kernel versions
* Small command help improvements
- Update to 1.21:
* When running in script mode do not hang in case of kernel panic,
but return the special error code 255 (this allows to automate
catching kernel panics)
* Redirect kernel log to stderr on the host when running in interactive
mode: this allows to easily save the kernel log to a file (or pipe
it to another tool), simply by runing a vng -vr 2>/tmp/kernel.log
* vng --dump can now generate a memory dump compatible with drgn
* It is now possible to use virtiofsd with a btrfs root filesystem
on the host (e.g., default openSUSE setup)
* It is not possible to to use the microvm architecture with kernels
that don't have built-in virtio-pci / virtio-mmio (e.g., stock
openSUSE Tumbleweed kernel)
- Update to 1.20:
* The return code of a command executed in the vng guest is now
transparently channeled to the host: this, together with
stdin/stdout/stderr redirection, gives the complete illusion to
run the command in the guest as if it was executed on the host
and it can help to easily integrate vng with other CI tools/scripts
* NUMA support: it is now possible to create multiple NUMA nodes,
and assign CPUs to them, inside a vng guest,
using the --numa option.
* new --quiet option to override --verbose
* new --disable-kvm option to explicitly disable hardware
virtualization (KVM)
* lockdep is now disabled by default during the kernel build
- Update to 1.19:
* The most noticeable change is definitely the support for running
virtme-ng inside Docker containers. This opens the possibility for
many other projects to use virtme-ng to potentially pick any
arbitrary kernel to run their tests inside their Docker instances.
* The other interesting change (this one only for Ubuntu users) is
the --root-release argument (used together with --root) that allows
bootstrapping a rootfs from scratch, selecting a specific Ubuntu
release. The rootfs will be created from the latest Ubuntu cloud
image of the target release.
- Add dependency on `requests`
- Add _service file:
They use git submodule to get virtme_ng_init.
- Fix python version checking
- Requires setuptools and argcomplete, instead of just require it for building
- Require qemu-tools instead virtiofsd for older SLE/Leap versions
- Update to version 1.18 * restore old --run behavior * fix --user behavior
- virtme-ng version: 1.17 * Fixes Leap build
- Update project URL: https://github.com/arighi/virtme - Update to version 0.1.2 - Remove upstreamed patches - 0001-Add-save-initramfs-to-save-the-actual-generated-init.patch - 0002-Make-save-initramfs-show-command-output-more-useful.patch - 0003-Fix-the-error-message-for-mods-misuse.patch - 0004-Fix-the-mods-error-even-better.patch - 0005-mkinitramfs.py-Search-for-busybox-.-static-first.patch - 0006-mkinitramfs-Improve-the-find_busybox-algorithm.patch - 0007-Add-util.find_binary-to-find-binaries.patch - 0008-modfinder-Use-find_binary_or_raise-to-find-modprobe.patch - 0009-Enable-the-Xen-console-when-using-xen.patch - 0001-configkernel-Add-CONFIG_INOTIFY_USER-y.patch - 0002-Use-fsdev-multidevs-remap-on-QEMU-4.2.patch - 0003-Add-more-typing-annotations.patch - 0004-run.py-Extract-path-file-sanitizing-into-a-new-funct.patch - 0005-run.py-Introduce-blk-disk-argument.patch - 0006-Minor-sanitize_disk_args-cleanup.patch - aarch64-Fix-aarch64-support.patch
- Add python-rpm-macros (bsc#1180125)
- Update patch for aarch64 support. Does not break full emulation case.
- Add patch to fix aarch64 native support. * aarch64-Fix-aarch64-support.patch
- Add patches to include some fixes and the new --blk-disk feature * 0001-Add-save-initramfs-to-save-the-actual-generated-init.patch * 0002-Make-save-initramfs-show-command-output-more-useful.patch * 0003-Fix-the-error-message-for-mods-misuse.patch * 0004-Fix-the-mods-error-even-better.patch * 0005-mkinitramfs.py-Search-for-busybox-.-static-first.patch * 0006-mkinitramfs-Improve-the-find_busybox-algorithm.patch * 0007-Add-util.find_binary-to-find-binaries.patch * 0008-modfinder-Use-find_binary_or_raise-to-find-modprobe.patch * 0009-Enable-the-Xen-console-when-using-xen.patch * 0001-configkernel-Add-CONFIG_INOTIFY_USER-y.patch * 0002-Use-fsdev-multidevs-remap-on-QEMU-4.2.patch * 0003-Add-more-typing-annotations.patch * 0004-run.py-Extract-path-file-sanitizing-into-a-new-funct.patch * 0005-run.py-Introduce-blk-disk-argument.patch * 0006-Minor-sanitize_disk_args-cleanup.patch - Drop outdated patch: * 0001-mkinitramfs.py-Search-for-busybox-.-static-first.patch