Revisions of virtme
buildservice-autocommit
accepted
request 1163283
from
Michal Suchanek (michals)
(revision 33)
baserev update by copy to link target
Michal Suchanek (michals)
accepted
request 1163259
from
Michal Suchanek (michals)
(revision 32)
- qemu 8.2.2 compatibility * qemu-remove-unnecessary-serial-none-arg.patch
buildservice-autocommit
accepted
request 1155256
from
Michal Suchanek (michals)
(revision 31)
baserev update by copy to link target
Michal Suchanek (michals)
accepted
request 1155086
from
Michael Vetter (jubalh)
(revision 30)
Use tar_scm - 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)
buildservice-autocommit
accepted
request 1149937
from
Michal Suchanek (michals)
(revision 29)
baserev update by copy to link target
Michal Suchanek (michals)
accepted
request 1149930
from
Marcos de Souza (mpdesouza)
(revision 28)
- Fix python version checking
Michal Suchanek (michals)
accepted
request 1149396
from
Marcos de Souza (mpdesouza)
(revision 27)
- Requires setuptools and argcomplete, instead of just require it for building
buildservice-autocommit
accepted
request 1133629
from
Dirk Mueller (dirkmueller)
(revision 26)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1132825
from
Robert Frohl (rfrohl)
(revision 25)
fix dependency issue for Leap
buildservice-autocommit
accepted
request 1129979
from
Michal Suchanek (michals)
(revision 24)
baserev update by copy to link target
Michal Suchanek (michals)
accepted
request 1129975
from
Michal Suchanek (michals)
(revision 23)
- Update to version 1.18 * restore old --run behavior * fix --user behavior
buildservice-autocommit
accepted
request 1127694
from
Marcos de Souza (mpdesouza)
(revision 22)
baserev update by copy to link target
Marcos de Souza (mpdesouza)
accepted
request 1126971
from
Michal Suchanek (michals)
(revision 21)
Pulling virtme-ng update from Takashi (untested) - virtme-ng version: 1.17 * Fixes Leap build
buildservice-autocommit
accepted
request 1082143
from
Marcos de Souza (mpdesouza)
(revision 20)
baserev update by copy to link target
Marcos de Souza (mpdesouza)
accepted
request 1081218
from
Michal Suchanek (michals)
(revision 19)
- 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
Olaf Hering (olh)
committed
(revision 18)
Olaf Hering (olh)
committed
(revision 17)
Olaf Hering (olh)
committed
(revision 16)
- Add python-rpm-macros (bsc#1180125)
Matthias Brugger (mbrugger)
accepted
request 931587
from
Matthias Brugger (mbrugger)
(revision 15)
- Drop outdated patch: * 0001-mkinitramfs.py-Search-for-busybox-.-static-first.patch
Marcos de Souza (mpdesouza)
accepted
request 931573
from
Matthias Brugger (mbrugger)
(revision 14)
Fix changes file so that obs-autosubmit (hopefully) does not reject submissions - Add patch to fix aarch64 native support. * aarch64-Fix-aarch64-support.patch * 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
Displaying revisions 21 - 40 of 53