NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/58715: cpu0: softints stuck for 16 seconds
The following reply was made to PR kern/58715; it has been noted by GNATS.
From: Roy Marples <roy%marples.name@localhost>
To: "gnats-bugs" <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: kern/58715: cpu0: softints stuck for 16 seconds
Date: Fri, 04 Oct 2024 14:12:30 +0100
The QEMU command I use to startup is this:
qemu-system-x86_64 -machine type=q35,accel=nvmm -drive file=netbsd.qcow2,if=none,id=disk2 -device virtio-blk-pci,drive=disk2 -object rng-random,id=rng2,filename=/dev/urandom -device virtio-rng-pci,rng=rng2 -netdev tap,ifname=tap1,id=net1,script=no,downscript=no -device virtio-net-pci,netdev=net1,mac=52:54:00:73:78:01 -netdev tap,ifname=tap2,id=net2,script=no,downscript=no -device virtio-net-pci,netdev=net2,mac=52:54:00:73:78:02 -pidfile /home/roy/qemu/run/qemu-netbsd.pid -daemonize -smp cpus=16 -m 16G -vnc :1
Home |
Main Index |
Thread Index |
Old Index