summaryrefslogtreecommitdiff
path: root/releasenotes/notes/extend-libvirt-video-model-support-d630b99ef5039f51.yaml
blob: 3cc5b93a571c042a8be686919462b7607832add1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    In this release support was added for two additional libvirt video models:
    ``gop``, the UEFI graphic output protocol device model; and the ``none``
    device model. Existing support for ``virtio`` has been extended to all
    architectures and may now be requested via the ``hw_video_model`` image
    metadata property. Prior to this release the ``virtio`` video model was
    unconditionally enabled for ``AARCH64``. This is unchanged but it can now
    be explicitly enabled on all supported architectures. The ``none`` video
    model can be used to disable emulated video devices when using pGPU or
    vGPU passthrough.