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:
|
for pci in self.pcidevs:
|
||||||
subprocess.check_call('sudo', qubes_pciback_cmd, pci)
|
subprocess.check_call('sudo', qubes_pciback_cmd, pci)
|
||||||
|
|
||||||
time.sleep(1) # REMOVEME!!!
|
|
||||||
xl_cmdline = ['sudo', '/usr/sbin/xl', 'create', self.conf_file, '-p']
|
xl_cmdline = ['sudo', '/usr/sbin/xl', 'create', self.conf_file, '-p']
|
||||||
time.sleep(1) # REMOVEME!!!
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
subprocess.check_call(xl_cmdline)
|
subprocess.check_call(xl_cmdline)
|
||||||
@ -962,7 +960,6 @@ class QubesVm(object):
|
|||||||
|
|
||||||
if verbose:
|
if verbose:
|
||||||
print "--> Starting the VM..."
|
print "--> Starting the VM..."
|
||||||
time.sleep(1) # REMOVEME!!!
|
|
||||||
xc.domain_unpause(xid)
|
xc.domain_unpause(xid)
|
||||||
|
|
||||||
if not preparing_dvm:
|
if not preparing_dvm:
|
||||||
|
Loading…
Reference in New Issue
Block a user