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:
Fiona Ebner 2024-05-31 17:13:29 +02:00 committed by Fabian Grünbichler
parent c06503872d
commit 1f71de6713

View File

@ -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,