[pve-devel] applied: [PATCH qemu-server] add virtio gpu to qemuserver options

Wolfgang Bumiller w.bumiller at proxmox.com
Fri Sep 28 10:00:50 CEST 2018


applied

On Thu, Sep 27, 2018 at 01:51:05PM +0200, Dominik Csapak wrote:
> and sort the list
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  PVE/QemuServer.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index cf84255..fe27005 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -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,
> -- 
> 2.11.0




More information about the pve-devel mailing list