Files
linux-apfs/arch/x86
Avi Kivity 16518d5ada KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts
operand::val and operand::orig_val are 32-bit on i386, whereas cmpxchg8b
operands are 64-bit.

Fix by adding val64 and orig_val64 union members to struct operand, and
using them where needed.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2010-09-08 14:50:55 -03:00
..
2010-08-14 22:26:53 +02:00
2010-05-10 13:37:16 -07:00
2010-07-30 09:47:33 -07:00
2010-04-08 11:34:34 +02:00