[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Remove videoram option from vfb config.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1261553191 0 # Node ID afc296da27b70f298c5978c8daa3a758e992d6b2 # Parent a60f508548a848ab7f92a5960dcc5df8e75f8c0f Remove videoram option from vfb config. This option is only valid in main config. Signed-off-by: Daniel Kiper <dkiper@xxxxxxxxxxxx> --- tools/python/xen/xend/server/vfbif.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r a60f508548a8 -r afc296da27b7 tools/python/xen/xend/server/vfbif.py --- a/tools/python/xen/xend/server/vfbif.py Tue Dec 22 18:35:34 2009 +0000 +++ b/tools/python/xen/xend/server/vfbif.py Wed Dec 23 07:26:31 2009 +0000 @@ -6,8 +6,8 @@ import os import os CONFIG_ENTRIES = ['type', 'vncdisplay', 'vnclisten', 'vncpasswd', 'vncunused', - 'videoram', 'display', 'xauthority', 'keymap', 'vnc', 'sdl', - 'uuid', 'location', 'protocol', 'opengl'] + 'display', 'xauthority', 'keymap', 'vnc', 'sdl', 'uuid', + 'location', 'protocol', 'opengl'] class VfbifController(DevController): """Virtual frame buffer controller. Handles all vfb devices for a domain. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |