Allow setting global default_dispvm to None

There is no technical need for having this set to anything. If set to
None, DispVM startup requests will be refused.
This commit is contained in:
Marek Marczykowski-Górecki 2017-10-04 03:05:19 +02:00
parent 6990550884
commit df32acfad9
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -674,7 +674,7 @@ class Qubes(qubes.PropertyHolder):
default_kernel = qubes.property('default_kernel', load_stage=3,
doc='Which kernel to use when not overriden in VM')
default_dispvm = qubes.VMProperty('default_dispvm', load_stage=3,
doc='Default DispVM base for service calls')
doc='Default DispVM base for service calls', allow_none=True)
default_pool = qubes.property('default_pool', load_stage=3,
default=_default_pool,