xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Emulation of cmpxchg in Xen 4.2 (also possible bug)
@ 2012-10-03  4:09 Ruslan Nikolaev
  2012-10-03  4:14 ` Ruslan Nikolaev
  0 siblings, 1 reply; 3+ messages in thread
From: Ruslan Nikolaev @ 2012-10-03  4:09 UTC (permalink / raw)
  To: xen-devel@lists.xen.org

Hi

While experimenting with a heavy testload which makes a lot of CMPXCHG in PVHVM domain (DomU) and Dom0, I noticed inconsistency (I am using official Xen 4.2 release):

Dom0's cmpxchg succeeds (i.e. set ZF flag appropriately) changing Val1 to Val2

PVHVM DomU cmpxchg also succeeds changing Val1 to Val3 even though it was supposedly replaced (Val1 to Val2, Val1 != Val2) by Dom0 already

I double checked my code and it seems to be fine. Moreover, the problem appears only on a high contention case (when both Dom0 and DomU are trying to change it).

While investigating the issue, I noticed that Xen emulates cmpxchg for PV and HVM cases:

1. Why is it needed to emulate CMPXCHG at all? (What is it used for and can it be disabled? I am using Linux guests.)

2. Is it emulated only in HVM DomU domain or in Dom0 as well?3. Is it possible that emulation has some bug? Is it possible to somehow avoid emulation at all and replace it with something? (I want to avoid performance overhead for this instruction) What if I use CMPXCHG16B, does it still use emulation?

Ruslan.

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

end of thread, other threads:[~2012-10-03  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03  4:09 Emulation of cmpxchg in Xen 4.2 (also possible bug) Ruslan Nikolaev
2012-10-03  4:14 ` Ruslan Nikolaev
2012-10-03  5:50   ` Keir Fraser

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).