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

From: Corvin Köhne <corvink_at_FreeBSD.org>
Date: Tue, 23 Sep 2025 13:25:53 UTC
On Tue, 2025-09-23 at 12:56 +0000, Jonathan Vasquez wrote:
> 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).

You can take a look at daemon(8) [1].

[1] https://man.freebsd.org/cgi/man.cgi?daemon(8)


-- 
Kind regards,
Corvin