Re: git: e47fe3183e1f - main - bhyve: add ROM emulation

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Thu, 10 Mar 2022 16:49:49 UTC
On 10/03/2022 12:31, Emmanuel Vadot wrote:
> --- a/usr.sbin/bhyve/bhyve.8
> +++ b/usr.sbin/bhyve/bhyve.8
> @@ -528,6 +528,11 @@ Connect to a PCI device on the host at the selector described by
>   and
>   .Ar function
>   numbers.
> +.It Li rom= Ns Ar romfile
> +Add
> +.Ar romfile
> +as option ROM to the PCI device.
> +The ROM will be loaded by firmware and should be capable of initializing the device.
>   .El
>   .Pp
>   Guest memory must be wired using the

It looks like the this backend has got documented in the section dedicated to "Pass-through device 
backends". Is it correct?