Revisions of virtme

buildservice-autocommit accepted request 1172443 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 37)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1171851 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 36)
- 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.
buildservice-autocommit accepted request 1163552 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 35)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1163549 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 34)
- 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
buildservice-autocommit accepted request 1163283 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 33)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1163259 from Michal Suchanek's avatar 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's avatar Michal Suchanek (michals) (revision 31)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1155086 from Michael Vetter's avatar 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's avatar Michal Suchanek (michals) (revision 29)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1149930 from Marcos de Souza's avatar Marcos de Souza (mpdesouza) (revision 28)
- Fix python version checking
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1149396 from Marcos de Souza's avatar 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's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1132825 from Robert Frohl's avatar Robert Frohl (rfrohl) (revision 25)
fix dependency issue for Leap
buildservice-autocommit accepted request 1129979 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 24)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1129975 from Michal Suchanek's avatar 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's avatar Marcos de Souza (mpdesouza) (revision 22)
baserev update by copy to link target
Marcos de Souza's avatar Marcos de Souza (mpdesouza) accepted request 1126971 from Michal Suchanek's avatar 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's avatar Marcos de Souza (mpdesouza) (revision 20)
baserev update by copy to link target
Marcos de Souza's avatar Marcos de Souza (mpdesouza) accepted request 1081218 from Michal Suchanek's avatar 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's avatar Olaf Hering (olh) committed (revision 18)
Displaying revisions 1 - 20 of 37
openSUSE Build Service is sponsored by