nova/releasenotes/notes/virtio-as-default-display-device-5341d3d5180036e2.yaml
Sean Mooney 6314f09ed4 [codespell] apply codespell to the releasenotes
this change fixes the typos in the releasenotes
"""
codespell --ignore-words=doc/dictionary.txt -i 3 -w  releasenotes/
"""

Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
2023-10-03 01:17:21 +01:00

10 lines
433 B
YAML

---
features:
- |
From this release, Nova instances will get ``virtio`` as the default
display device (instead of ``cirrus``, which has many limitations).
If your guest has a native kernel (called "virtio-gpu" in Linux;
available since Linux 4.4 and above) driver, then it'll be used;
otherwise, the 'virtio' model will gracefully fallback to VGA
compatibility mode, which is still better than ``cirrus``.