From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Possible problem emulating movntq, movss Date: Wed, 06 Aug 2014 11:57:05 +0300 Message-ID: <53E1EDE1.5040207@bitdefender.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" Cc: Andrew Cooper , keir@xen.org, Jan Beulich List-Id: xen-devel@lists.xenproject.org Hello, We found that our HVM guests froze when trying to emulate movntq instructions. The solution seems to be to replace "goto done;" with "break;" at line 4191 (when handling "case 0x7f:") in xen/arch/x86/x86_emulate/x86_emulate.c. Otherwise the writeback part doesn't happen. If you're happy with the fix I can prepare a patch, otherwise please let me know if we're missing something. Thanks, Razvan Cojocaru