search for: get_console_limit

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

2007 Mar 05
2
[PATCH] Make save/restore of multiple VCPU contexts arch dependent
...{ ''domid'': str(self.domid), ''vm'': self.vmpath, ''name'': self.info[''name_label''], ''console/limit'': str(xoptions.get_console_limit() * 1024), ''memory/target'': str(self.info[''memory_static_min''] * 1024), - ''control/platform-feature-multiprocessor-suspend'': str(1) + ''control/platform-feature-multiprocessor-suspend'': st...
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows. > I thought that the point was the following two. > > > 1. Storage place of encrypted password > Should I store it in /etc/xen/passwd ? > Or, should I wait for DB of Xen that will be released in > the future? The xend life cycle management patches were posted by Alistair a couple of months back.