[PATCH] KVM: x86 emulator: add setcc instruction emulation

2010-08-06 Thread Wei Yongjun
Add setcc instruction emulation (opcode 0x0f 0x90~0x9f) Signed-off-by: Wei Yongjun --- arch/x86/kvm/emulate.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index a755b85..e057e57 100644 --- a/arch/x86/kvm/emulate.c ++

Re: [PATCH] KVM: x86 emulator: add setcc instruction emulation

2010-08-17 Thread Avi Kivity
On 08/06/2010 12:10 PM, Wei Yongjun wrote: > Add setcc instruction emulation (opcode 0x0f 0x90~0x9f) > Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.ke