NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57067 (QEMU arm and aarch64 panics on -current in vioif or hangs if vioif is disabled)



The following reply was made to PR kern/57067; it has been noted by GNATS.

From: Brad Spencer <brad%anduin.eldar.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
        skrll%NetBSD.org@localhost
Subject: Re: kern/57067 (QEMU arm and aarch64 panics on -current in vioif or hangs if vioif is disabled)
Date: Fri, 21 Oct 2022 13:54:12 -0400

 skrll%NetBSD.org@localhost writes:
 
 > Synopsis: QEMU arm and aarch64 panics on -current in vioif or hangs if vioif is disabled
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: skrll%NetBSD.org@localhost
 > State-Changed-When: Fri, 21 Oct 2022 04:30:33 +0000
 > State-Changed-Why:
 > Please make sure you have a build with
 > sys/dev/pci/virtio.c:1.61
 > /*	$NetBSD: virtio.c,v 1.61 2022/10/17 07:03:19 skrll Exp $	*/
 
 
 Thanks..  that was it.  My local tree was about a day too old and I had
 rev 1.60 of that file.  I updated that file and all appears well.
 
 Another thing I noticed is that the instructions at
 https://wiki.netbsd.org/ports/evbarm/qemu_arm/ for using a bridged
 network didn't work for me.  I had to do this instead:
 
 -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device virtio-net-device,netdev=net0,mac=00:11:22:33:44:66
 
 


Home | Main Index | Thread Index | Old Index