-
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
Open
MirzWeiss
wants to merge
1
commit into
openshift:main
Choose a base branch
from
MirzWeiss:CNV-71192
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+62
−11
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| // 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 than the default configuration. For example, VirtIO is a more efficient video device on AMD/x86_64 architecture than legacy VGA. | ||
| Resolution flexibility:: With some viodeo device types, you can set custom display resolutions. | ||
| Memory efficiency:: Some video types are more memory efficient for headless or console-only operations. | ||
|
|
||
| You can configure the following video device types: | ||
|
|
||
| * 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. | ||
|
|
||
| [cols="1,1,1,1",options="header"] | ||
| .Video device support by architecture | ||
| |==== | ||
| |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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.