diff options
author | Avi Kivity <avi@redhat.com> | 2010-08-26 14:31:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-22 11:00:18 -0800 |
commit | 4c3c3a114f20eb79e0fd09fba6dd13a373a73ced (patch) | |
tree | 4a973b648c026997dfb79f115b9d80fdbafb981d /Documentation/applying-patches.txt | |
parent | e3a8550880f75c4ca34ac8009b8d8190d36d5c0b (diff) |
KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts
commit 16518d5ada690643453eb0aef3cc7841d3623c2d upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/applying-patches.txt')
0 files changed, 0 insertions, 0 deletions