From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/5] KVM: Use X86EMUL_* to check the return value from read_std Date: Fri, 29 Jan 2010 18:46:54 -0200 Message-ID: <20100129204654.GA18360@amt.cnet> References: <20100128225114.7a28762c.yoshikawa.takuya@oss.ntt.co.jp> <20100128225440.74ea7681.yoshikawa.takuya@oss.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56243 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836Ab0A2VkR (ORCPT ); Fri, 29 Jan 2010 16:40:17 -0500 Content-Disposition: inline In-Reply-To: <20100128225440.74ea7681.yoshikawa.takuya@oss.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: 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 Applied, thanks.