From aab4d1b266ce9891a684704f6abf6a5f6b3f7c24 Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Wed, 20 Feb 2013 15:46:06 +0000 Subject: libxl: Add qxl vga interface support for upstream qemu Usage: vga="qxl" Signed-off-by: Fabio Fantoni Signed-off-by: Zhou Peng Acked-by: Stefano Stabellini Acked-by: Ian Jackson Committed-by: Ian Jackson --- docs/man/xl.cfg.pod.5 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/man') diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 9c5def4e33..25523c99dc 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1003,6 +1003,9 @@ the amount of video ram is fixed at 4MB which is sufficient for 1024x768 at 32 bpp and videoram option is currently working only when using the upstream qemu-xen device-model. +For B vga, the default is both default and minimal 128MB. +If B is set less than 128MB, an error will be triggered. + =item B Select a standard VGA card with VBE (VESA BIOS Extensions) as the @@ -1014,9 +1017,14 @@ This option is deprecated, use vga="stdvga" instead. =item B -Selects the emulated video card (stdvga|cirrus). +Selects the emulated video card (stdvga|cirrus|qxl). The default is cirrus. +In general, QXL should work with the Spice remote display protocol +for acceleration, and QXL driver is necessary in guest in this case. +QXL can also work with the VNC protocol, but it will be like a standard +VGA without acceleration. + =item B Allow access to the display via the VNC protocol. This enables the -- cgit v1.2.3