On Wed, Oct 29, 2025 at 18:58:46 +0100, Roman Bogorodskiy wrote:
> Signed-off-by: Roman Bogorodskiy <[email protected]>
> ---
>  NEWS.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index ee11435e0e..38443f913a 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -37,6 +37,16 @@ v11.9.0 (unreleased)
>      Users can now attach and detach network interfaces of Cloud Hypervisor
>      domains at runtime.
>  
> +  * bhyve: NVMe device support
> +
> +    Domain XMLs now can use NVMe devices::
> +
> +     <disk type='file'>
> +       <driver name='file' type='raw'/>
> +       <source file='/path/to/disk.img'/>
> +       <target dev='nvme0n1' bus='nvme'/>
> +     </disk>
> +
>  * **Improvements**
>  
>    * qemu: Improvements to USB controller model selection

Series
Reviewed-by: Jiri Denemark <[email protected]>

Reply via email to