libxl: Add qxl vga interface support for upstream qemu
authorFabio Fantoni <fabio.fantoni@m2r.biz>
Wed, 29 Apr 2015 09:20:28 +0000 (11:20 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 8 May 2015 14:02:57 +0000 (15:02 +0100)
commit161212ef02312c0681d2d809c8ff1e1f0ea6f6f9
tree9ef113ad82a7a0b9bf239df731a2856e67c21c66
parent5b8a4661896f45ca6738e9a408b454f6013a9c74
libxl: Add qxl vga interface support for upstream qemu

Usage:
vga="qxl"

Qxl vga support many resolutions that not supported by stdvga,
mainly the 16:9 ones and other high up to 2560x1600.
With QXL you can get improved performance and smooth video also
with high resolutions and high quality.
Require their drivers installed in the domU and spice used
otherwise act as a simple stdvga.

Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
Signed-off-by: Zhou Peng <zpengxen@gmail.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
docs/man/xl.cfg.pod.5
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c