Hi, Marc Baudoin <baba...@babafou.eu.org> écrit : > > With all the recent revbumps in pkgsrc, emulators/qemu had to be > recompiled quite a few times in the last weeks. In the meantime, > I have upgraded my computer to 10.0_RC1. > > I'm running my VMs with port redirection to be able to connect to > them with SSH this way: > > qemu-system-x86_64 -accel nvmm -m 1024 -hda vm.qcow2 -nic > user,hostfwd=tcp::2222-:22 > > This works fine with qemu-8.1.2nb1 (which I have compiled on > NetBSD 9.3): > [...] > > But it does not work with packages I have compiled since I > upgraded to NetBSD 10.0_RC1 (qemu-8.1.2nb2, qemu-8.1.2nb3 and > qemu-8.1.2nb4):
Still not working with qemu-8.2.0 (package updated today). > Moreover, the VM has no network access. > > Downgrading to qemu-8.1.2nb1 compiled on NetBSD 9.3 makes port > redirection and the network work again on NetBSD 10.0_RC1. > > Does anybody else have the same problem? Am I the only one to have this problem?