Re: GPU Passthrough on FreeBSD 14.3 (AMD Radeon RX 6900 XT and Windows 10 Pro)

From: Jonathan Vasquez <jon_at_xyinn.org>
Date: Tue, 23 Sep 2025 12:56:01 UTC
I can also confirm that doing a:

service vm_gaming onestart

is a blocking call since the console I run that on gets hijacked by the bhyve call in my start script. So I'll need to change something there so it continues. I've tried doing a & after the bhyve call but that through errors. So there is a probably another way to make the bhyve call non-blocking without it failing (and still allowing the -l com1,stdio stuff to work).