search for: vnc_config

Displaying 2 results from an estimated 2 matches for "vnc_config".

2008 Mar 18
0
[PATCH] vfb: Add opengl option
...'', ''opengl''] # List of XendConfig configuration keys that have no direct equivalent # in the old world. --- a/tools/python/xen/xend/image.py Tue Mar 18 14:36:27 2008 +0000 +++ b/tools/python/xen/xend/image.py Tue Mar 18 15:16:47 2008 +0000 @@ -202,6 +202,7 @@ vnc_config = {} has_vnc = int(vmConfig[''platform''].get(''vnc'', 0)) != 0 has_sdl = int(vmConfig[''platform''].get(''sdl'', 0)) != 0 + opengl = 1 for dev_uuid in vmConfig[''console_refs'']:...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and