Teddy, can the packages from your repo be installed alongside the 8.3 updates released yesterday and the 8.3 security updates released shortly before that?
K
Offline
Posts
-
RE: Early testable PVH support
-
RE: OpenBSD & XCP-ng 8.3, virtio (Net&GuestTools) no longer works.
I was able to root cause this, and with a small kernel patch, the PV drivers attach now. I've submitted the patch to OpenBSD for review (https://marc.info/?l=openbsd-tech&m=173154320510806&w=2).
One a side note, if anyone is reading this and knows how to "hide" the 9pfs device from a VM, such that the VM doesn't try to probe the device and load a driver for it, that would also likely solve this issue for OpenBSD VMs without needing a kernel patch.
.joel
-
RE: OpenBSD & XCP-ng 8.3, virtio (Net&GuestTools) no longer works.
Hi @nullstream-0, have you tried booting a -current snapshot to see if something was changed post 7.6-release?
What does dmesg look like on the 7.6 VM? In particular, lines related to pvbus, xen, xbf, and xnf (
dmesg | grep -E "OpenBSD|pvbus|xen|xbf|xnf"
)..joel