[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Dummy implementation of get_platform_keymap, so that the API layer doesn't
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID 221b8ea81823b553caaed51da32f045a7a59f431 # Parent fe15bf5a58ad52b3e09db058ca9f66b21c9f4b29 Dummy implementation of get_platform_keymap, so that the API layer doesn't complain. This is going to change soon, I expect. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 2 ++ 1 files changed, 2 insertions(+) diff -r fe15bf5a58ad -r 221b8ea81823 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Tue Nov 28 16:22:22 2006 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Tue Nov 28 16:23:05 2006 +0000 @@ -1715,6 +1715,8 @@ class XendDomainInfo: return '' # TODO def get_platform_std_vga(self): return False + def get_platform_keymap(self): + return '' def get_platform_serial(self): return '' # TODO def get_platform_localtime(self): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |