Am Thu, 13 Feb 2020 12:44:12 -0800 schrieb Glen <glenbarney@gmail.com>: TLDR;
It is possible, somehow, under OpenSuse 15.1, to "downgrade" Xen to 4.11, without harming anything else? And if so, what procedure would I follow for that?
There are various variants of unmodified xen.git#staging-N.M snapshots available: zypper ar -cf \ http://download.opensuse.org/repositories/home:/olh:/xen-buildrequires/openS... \ xen_buildrequires zypper ar -cf \ http://download.opensuse.org/repositories/home:/olh:/xen-4.11/SLE_15 \ xen_411 zypper dup --allow-vendor-change --from xen_buildrequires --from xen_411 This repo contains also snapshots of libvirt.git#master, qemu.git#master and qemu.git#stable-N.M. These extra qemu packages are not strictly required because xen.git already includes a private copy of some qemu.git snapshot. The included libvirt snapshot may not work as expected. Tools that rely on libvirt may also not work with the included libvirt snapshot. Olaf