From 3e6bd65b73d350ad6516eed0aeaec602359efb79 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Fri, 8 Jul 2011 21:38:24 +0200 Subject: [PATCH] Revert "[REMOVEME] Dom0: Add UGLY sleeps hoping they will temporarily prevent the race condition" This reverts commit 3bd1c700f6d97db2354a459f8e7b2e4473e7e41c. Conflicts: dom0/qvm-core/qubes.py --- dom0/qvm-core/qubes.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index 48808c32..36949977 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -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: