search for: has_sdl

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

2008 Mar 18
0
[PATCH] vfb: Add opengl option
...ld 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'']: dev_type, dev_info = vmConfig[''devices''][dev_uuid] if dev_type == ''vfb'...
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