From acac6f89574c743796c9c947e046a0d6637d5fe2 Mon Sep 17 00:00:00 2001 From: Nadav Amit Date: Sun, 3 May 2015 20:22:57 +0300 Subject: [PATCH] KVM: x86: Call-far should not be emulated as stack op Far call in 64-bit has a 32-bit operand size. Remove the marking of this operation as Stack so it can be emulated correctly in 64-bit. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed