Re: [PATCH v3 1/2] kvm: x86: make kvm_emulate_* consistant

2015-03-03 Thread Radim Krčmář
2015-03-02 13:43-0600, Joel Schopp: > Currently kvm_emulate() skips the instruction but kvm_emulate_* sometimes > don't. The end reult is the caller ends up doing the skip themselves. > Let's make them consistant. > > Signed-off-by: Joel Schopp > --- Reviewed-by: Radim Krčmář > diff --git

Re: [PATCH v3 1/2] kvm: x86: make kvm_emulate_* consistant

2015-03-03 Thread Radim Krčmář
2015-03-02 13:43-0600, Joel Schopp: Currently kvm_emulate() skips the instruction but kvm_emulate_* sometimes don't. The end reult is the caller ends up doing the skip themselves. Let's make them consistant. Signed-off-by: Joel Schopp joel.sch...@amd.com --- Reviewed-by: Radim Krčmář

[PATCH v3 1/2] kvm: x86: make kvm_emulate_* consistant

2015-03-02 Thread Joel Schopp
Currently kvm_emulate() skips the instruction but kvm_emulate_* sometimes don't. The end reult is the caller ends up doing the skip themselves. Let's make them consistant. Signed-off-by: Joel Schopp --- arch/x86/include/asm/kvm_host.h |1 + arch/x86/kvm/svm.c |2 --

[PATCH v3 1/2] kvm: x86: make kvm_emulate_* consistant

2015-03-02 Thread Joel Schopp
Currently kvm_emulate() skips the instruction but kvm_emulate_* sometimes don't. The end reult is the caller ends up doing the skip themselves. Let's make them consistant. Signed-off-by: Joel Schopp joel.sch...@amd.com --- arch/x86/include/asm/kvm_host.h |1 + arch/x86/kvm/svm.c