dom0/core: when starting NetVM from other VM.start() pass the start() parameters
This commit is contained in:
parent
f3aab44798
commit
7363f477dc
@ -1526,7 +1526,7 @@ class QubesVm(object):
|
||||
if not self.netvm.is_running():
|
||||
if verbose:
|
||||
print >> sys.stderr, "--> Starting NetVM {0}...".format(self.netvm.name)
|
||||
self.netvm.start()
|
||||
self.netvm.start(verbose = verbose, start_guid = start_guid, notify_function = notify_function)
|
||||
|
||||
self.reset_volatile_storage(verbose=verbose)
|
||||
if verbose:
|
||||
|
Loading…
Reference in New Issue
Block a user