NetBSD-Bugs archive

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

Re: bin/55583: NVMM dumps core on some code that otherwise runs under qemu without NVMM



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

From: Ben Collver <bencollver%riseup.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/55583: NVMM dumps core on some code that otherwise runs
 under qemu without NVMM
Date: Thu, 26 Feb 2026 17:45:55 -0800

 Two more data points:
 
 I booted the unmodified .iso using qemu 10.1.3 and nvmm on
 NetBSD/amd64 10.1 with no problems.
 
     ISO="/home/ben/refind-cd-0.12.0.iso"
     qemu-system-x86_64                                \
         -name refind-0.12.0                           \
         -machine pc,mem-merge=off                     \
         -accel nvmm                                   \
         -cpu max                                      \
         -m 1024M                                      \
         -drive file="$ISO",media=cdrom,if=none,id=cd1 \
           -device ide-cd,drive=cd1,bootindex=1        \
         -display sdl                                  \
         -device ich9-usb-ehci1                        \
           -device usb-tablet                          \
         -device VGA
 
 I also booted it using qemu 9.2.0 and kvm on Slackware64 15.0.
 


Home | Main Index | Thread Index | Old Index