mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 22:40:34 +00:00
schema: vga: mention that type 'cirrus' should not be used
[0]: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ [1]: https://lore.kernel.org/qemu-devel/usd6hvncbao47zklcb5qlpvjcuk7odryu57f45imxienyltlec@2ujm6g2gr2od/ Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
c06503872d
commit
1f71de6713
@ -179,7 +179,7 @@ my $agent_fmt = {
|
||||
|
||||
my $vga_fmt = {
|
||||
type => {
|
||||
description => "Select the VGA type.",
|
||||
description => "Select the VGA type. Using type 'cirrus' is not recommended.",
|
||||
type => 'string',
|
||||
default => 'std',
|
||||
optional => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user