Re: [PATCH 1/5] KVM: Use X86EMUL_* to check the return value from read_std

2010-01-29 Thread Marcelo Tosatti
On Thu, Jan 28, 2010 at 10:54:40PM +0900, Takuya Yoshikawa wrote: read_std is one of the x86_emulate_ops. This patch fix the return value check to use the proper macro. Signed-off-by: Takuya Yoshikawa yoshikawa.tak...@oss.ntt.co.jp Applied, thanks. -- To unsubscribe from this list: send

[PATCH 1/5] KVM: Use X86EMUL_* to check the return value from read_std

2010-01-28 Thread Takuya Yoshikawa
read_std is one of the x86_emulate_ops. This patch fix the return value check to use the proper macro. Signed-off-by: Takuya Yoshikawa yoshikawa.tak...@oss.ntt.co.jp --- arch/x86/kvm/emulate.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/emulate.c