mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Rephrase the video 'none' type to clarify the reasoning
Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
34e203ec2d
commit
84f911d3ba
@ -5784,13 +5784,16 @@ A video device.
|
|||||||
value "vga", "cirrus", "vmvga", "xen", "vbox", "qxl" ( :since:`since 0.8.6`
|
value "vga", "cirrus", "vmvga", "xen", "vbox", "qxl" ( :since:`since 0.8.6`
|
||||||
), "virtio" ( :since:`since 1.3.0` ), "gop" ( :since:`since 3.2.0` ), "bochs"
|
), "virtio" ( :since:`since 1.3.0` ), "gop" ( :since:`since 3.2.0` ), "bochs"
|
||||||
( :since:`since 5.6.0` ), "ramfb" ( :since:`since 5.9.0` ), or "none" (
|
( :since:`since 5.6.0` ), "ramfb" ( :since:`since 5.9.0` ), or "none" (
|
||||||
:since:`since 4.6.0` , depending on the hypervisor features available. The
|
:since:`since 4.6.0` ), depending on the hypervisor features available.
|
||||||
purpose of the type ``none`` is to instruct libvirt not to add a default
|
|
||||||
video device in the guest (see the paragraph above). This legacy behaviour
|
Note: The purpose of the type ``none`` is to instruct libvirt not to add a
|
||||||
can be inconvenient in cases where GPU mediated devices are meant to be the
|
default video device in the guest (see the ``video`` element description
|
||||||
only rendering device within a guest and so specifying another ``video``
|
above), since such behaviour is inconvenient in cases where GPU mediated
|
||||||
device along with type ``none``. Refer to Host device assignment to see how
|
devices are meant to be the only rendering device within a guest. If this
|
||||||
to add a mediated device into a guest.
|
is your use case specify a ``none`` type ``video`` device in the XML to stop
|
||||||
|
the default behaviour. Refer to `Host device assignment
|
||||||
|
<#host-device-assignment>`__ to see how to add a mediated device into a
|
||||||
|
guest.
|
||||||
|
|
||||||
You can provide the amount of video memory in kibibytes (blocks of 1024
|
You can provide the amount of video memory in kibibytes (blocks of 1024
|
||||||
bytes) using ``vram``. This is supported only for guest type of "vz", "qemu",
|
bytes) using ``vram``. This is supported only for guest type of "vz", "qemu",
|
||||||
|
Loading…
Reference in New Issue
Block a user