x86/kvm: Simplify FOP_SETCC()
authorJosh Poimboeuf <jpoimboe@kernel.org>
Thu, 18 Aug 2022 15:53:42 +0000 (08:53 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Aug 2022 08:05:42 +0000 (04:05 -0400)
commit22472d12606c1dd3e92312f7329734e489b371ff
treef56a8fa08d805789375fa930fdd52a797d0d01e1
parente27e5bea956ce4d3eb15112de5fa5a3b77c2f488
x86/kvm: Simplify FOP_SETCC()

SETCC_ALIGN and FOP_ALIGN are both 16.  Remove the special casing for
FOP_SETCC() and just make it a normal fastop.

Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Message-Id: <7c13d94d1a775156f7e36eed30509b274a229140.1660837839.git.jpoimboe@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c