[pve-devel] [PATCH 2/2] add spice support to qemu

Dietmar Maurer dietmar at proxmox.com
Mon Jun 24 10:34:06 CEST 2013


> add new option : spice: 1
> 
> this enable spice (currently without tls on socket), and force vga=qxl

Why don't we use the vga option instead? We currently have:

    vga => {
	optional => 1,
	type => 'string',
	description => "Select VGA type. If you want to use high resolution modes (>= 1280x1024x16) then you should use option 'std' or 'vmware'. Default is 'std' for win8/win7/w2k8, and 'cirrur' for other OS types",
	enum => [qw(std cirrus vmware)],
    },

I thought we can simply extend that to:

	enum => [qw(std cirrus vmware qxl)],

Any objections?





More information about the pve-devel mailing list