-
Notifications
You must be signed in to change notification settings - Fork 1.8k
CNV-71192: Add TP support for custom video device selection when crea… #104234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * virt/creating_vms_advanced/creating_vms_cli/virt-creating-vms-from-cli.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="virt-supported-custom-video-devices_{context}"] | ||
| = Supported custom video device types | ||
|
|
||
| [role="_abstract"] | ||
| When creating a virtual machine (VM), you can configure a custom video device type to override the default video configuration. | ||
|
|
||
| Configuring a custom video device allows you to specify different video devices, based on your guest operating system requirements and performance needs. | ||
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| Custom video device support is a Technology Preview feature only. Technology Preview features are not supported with Red{nbsp}Hat production service level agreements (SLAs) and might not be functionally complete. Red{nbsp}Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process. | ||
| For more information about the support scope of Red{nbsp}Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope]. | ||
| ==== | ||
|
|
||
| Using a custom video device provides several advantages: | ||
|
|
||
| Performance:: Certain video devices provide better performance compared to legacy VGA emulation. | ||
| Resolution flexibility:: You can set custom display resolutions that aren't limited by VGA constraints. | ||
| Memory efficiency:: Some video types are more memory efficient for headless or console-only operations. | ||
|
|
||
| .Supported video device types | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA. |
||
| * VirtIO: provides improved performance, and hardware-accelerated video decoding and encoding by offloading tasks to the host. Recommended for modern guest operating systems with available `VirtIO` drivers. | ||
| * VGA: the standard for analog video display (default on AMD/x86_64 with BIOS). | ||
| * Bochs: an emulated graphics adapter that provides a simple interface for guest operating systems to manage display settings (default on AMD/x86_64 with EFI). | ||
| * Cirrus: a legacy video device that provides stable video output. | ||
| * ramfb: a simple, unaccelerated virtual display device primarily used in the QEMU emulator, and useful for ARM architecture. | ||
| .Video device support by architecture | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA. |
||
| [options="header"] | ||
| === | ||
| |Architecture |Boot mode |Default type |Supported types | ||
| | AMD/x86_64 | BIOS | `vga` | `virtio`, `vga`, `bochs`, `cirrus`, `ramfb`` | | ||
| | AMD/x86_64 | EFI | `bochs` | `virtio`, `vga`, `bochs`, `cirrus`, `ramfb`` | | ||
| | ARM64 | BIOS/EFI | `virtio` | `virtio`, `ramfb` | | ||
| | s390x | BIOS/EFI | `virtio` | `virtio` | | ||
| === | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ShortDescription: Assign [role="_abstract"] to a paragraph to use it as in DITA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDocDITA.ShortDescription: Assign [role="_abstract"] to a paragraph to use it as in DITA.