Revert "[REMOVEME] Dom0: Add UGLY sleeps hoping they will temporarily prevent the race condition"
This reverts commit 3bd1c700f6
.
Conflicts:
dom0/qvm-core/qubes.py
This commit is contained in:
parent
3b3929b6a2
commit
3e6bd65b73
@ -931,9 +931,7 @@ class QubesVm(object):
|
||||
for pci in self.pcidevs:
|
||||
subprocess.check_call('sudo', qubes_pciback_cmd, pci)
|
||||
|
||||
time.sleep(1) # REMOVEME!!!
|
||||
xl_cmdline = ['sudo', '/usr/sbin/xl', 'create', self.conf_file, '-p']
|
||||
time.sleep(1) # REMOVEME!!!
|
||||
|
||||
try:
|
||||
subprocess.check_call(xl_cmdline)
|
||||
@ -962,7 +960,6 @@ class QubesVm(object):
|
||||
|
||||
if verbose:
|
||||
print "--> Starting the VM..."
|
||||
time.sleep(1) # REMOVEME!!!
|
||||
xc.domain_unpause(xid)
|
||||
|
||||
if not preparing_dvm:
|
||||
|
Loading…
Reference in New Issue
Block a user