qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] cmpxchg and lock cmpxchg should not touch accumulator


From: Wei Li
Subject: [PATCH 0/2] cmpxchg and lock cmpxchg should not touch accumulator
Date: Sun, 20 Mar 2022 00:06:56 +0800

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/508

This series fix a bug reported on issues 508.
The problem is cmpxchg and lock cmpxchg would touch accumulator when
they should not do that.

Wei Li (2):
  fix cmpxchg instruction
  fix lock cmpxchg instruction

 target/i386/tcg/translate.c | 32 ++++++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 8 deletions(-)

-- 
2.30.2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]