vm.set() supports PV args.

This commit is contained in:
Julien Fontanet 2015-09-24 10:05:20 +02:00
parent c526e9ac8f
commit 6bc35217d9

View File

@ -309,6 +309,7 @@ set = $coroutine (params) ->
for param, fields of {
'name_label'
'name_description'
'PV_args'
}
continue unless param of params
@ -338,6 +339,9 @@ set.params = {
#
# Note: static_min dynamic_min dynamic_max static_max
memory: { type: 'integer', optional: true }
# Kernel arguments for PV VM.
PV_args: { type: 'string', optional: true }
}
set.resolve = {