commit | fa658b079d4795ec72867b7cc4561884714d69b7 | [log] [tgz] |
---|---|---|
author | Dmitry Petrochenko <dmitry.petrochenko@intel.com> | Fri May 16 13:24:40 2014 +0700 |
committer | Dmitry Petrochenko <dmitry.petrochenko@intel.com> | Fri May 23 16:23:45 2014 +0700 |
tree | ac863de724f331b9be21714a832b751cd6877048 | |
parent | 2054b925a635642bedd912c6da37ffa9f1d21c6d [diff] |
x86_64: Fix 079-Phantom hang with QCG enabled The 079 test creates "sWatcher" thread. In case of unexpected failure (e.g. Exception thrown) the sWatcher thread remains alive and it blocks VM shutdown. We mark the sWarcher thread as daemon and let VM to stop that thread during shutdown cause by unexpected error. Change-Id: I0cb0b8bbeb15de47b72ddae1a32fcfea3ef8720e Signed-off-by: Dmitry Petrochenko <dmitry.petrochenko@intel.com>