xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] break
@ 2017-03-07 23:32 Andrew Cooper
  2017-03-07 23:32 ` [PATCH 2/2] x86/emul: Avoid #UD when emulating v{, u}comis{s, d} Andrew Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2017-03-07 23:32 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

---
 xen/arch/x86/x86_emulate/x86_emulate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/x86/x86_emulate/x86_emulate.c b/xen/arch/x86/x86_emulate/x86_emulate.c
index 1b507f7..e09975c 100644
--- a/xen/arch/x86/x86_emulate/x86_emulate.c
+++ b/xen/arch/x86/x86_emulate/x86_emulate.c
@@ -7920,7 +7920,7 @@ int x86_emulate_wrapper(
      * called hvm_inject_hw_exception() rather than using
      * x86_emul_hw_exception().)
      */
-    ASSERT(ctxt->event_pending == (rc == X86EMUL_EXCEPTION));
+    /* ASSERT(ctxt->event_pending == (rc == X86EMUL_EXCEPTION)); */
 
     return rc;
 }
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-03-08  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-07 23:32 [PATCH 1/2] break Andrew Cooper
2017-03-07 23:32 ` [PATCH 2/2] x86/emul: Avoid #UD when emulating v{, u}comis{s, d} Andrew Cooper
2017-03-08  8:30   ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).