mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-11-02 21:47:33 +00:00
add virtio gpu to qemuserver options
and sort the list Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
19d93db010
commit
64a320303f
@ -441,7 +441,7 @@ EODESC
|
||||
"displays you want, Linux guests can add displays them self. " .
|
||||
"You can also run without any graphic card, using a serial device" .
|
||||
" as terminal.",
|
||||
enum => [qw(std cirrus vmware qxl serial0 serial1 serial2 serial3 qxl2 qxl3 qxl4)],
|
||||
enum => [qw(cirrus qxl qxl2 qxl3 qxl4 serial0 serial1 serial2 serial3 std virtio vmware)],
|
||||
},
|
||||
watchdog => {
|
||||
optional => 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user