dom0/core: when starting NetVM from other VM.start() pass the start() parameters

This commit is contained in:
Marek Marczykowski 2013-01-23 06:27:03 +01:00
parent f3aab44798
commit 7363f477dc

View File

@ -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: