mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 16:04:52 +00:00
vga: allow 'none'
so that one can explicitly disable the vga without having to specify a serial port as display, this is mostly useful for very special and custom gpu passthrough setups which have to be specified with 'args' and for setups which do not care about any display (not even serial) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
7635067063
commit
7c954c426d
@ -237,7 +237,7 @@ my $vga_fmt = {
|
||||
default => 'std',
|
||||
optional => 1,
|
||||
default_key => 1,
|
||||
enum => [qw(cirrus qxl qxl2 qxl3 qxl4 serial0 serial1 serial2 serial3 std virtio vmware)],
|
||||
enum => [qw(cirrus qxl qxl2 qxl3 qxl4 none serial0 serial1 serial2 serial3 std virtio vmware)],
|
||||
},
|
||||
memory => {
|
||||
description => "Sets the VGA memory (in MiB). Has no effect with serial display.",
|
||||
|
Loading…
Reference in New Issue
Block a user