On 03/09/2011 03:51 PM, Anthony Liguori wrote:
{ execute: 'write-keystore' arguments: { 'key': 'foo', 'value':
'bar' } }
This is coming from the guest?
Yes.
So what about:
{ 'KeyStore': { '*foo': 'str', '*otherkey': 'str' } }
[ 'guest-write-keystore', { 'keystore': 'KeyStore' }, 'none' ]
{ 'GUEST_UPDATE_KEYSTORE': { 'keys': [ 'str' ] } }
(why the CAPS?)
In this model, the key store is actually stored in the guest. If the
guest wants the latest version of a value, it sends an event to get
keys updated. The host can update keys at any point in time.
This survives live migration, but not guest reboots or crashes.
--
error compiling committee.c: too many arguments to function