All of lore.kernel.org
 help / color / mirror / Atom feed
* Possible problem emulating movntq, movss
@ 2014-08-06  8:57 Razvan Cojocaru
  2014-08-06  9:22 ` Andrew Cooper
  2014-08-06  9:54 ` Jan Beulich
  0 siblings, 2 replies; 11+ messages in thread
From: Razvan Cojocaru @ 2014-08-06  8:57 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, keir, Jan Beulich

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-07  8:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06  8:57 Possible problem emulating movntq, movss Razvan Cojocaru
2014-08-06  9:22 ` Andrew Cooper
2014-08-06  9:54 ` Jan Beulich
2014-08-06 10:39   ` Razvan Cojocaru
2014-08-06 10:47   ` Andrei LUTAS
2014-08-06 11:05     ` Andrew Cooper
2014-08-06 11:22       ` Razvan Cojocaru
2014-08-06 12:16     ` Jan Beulich
2014-08-06 12:50       ` Jan Beulich
2014-08-07  8:09         ` Razvan Cojocaru
2014-08-06 12:29     ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.