From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO failure Date: Mon, 15 Mar 2010 10:54:55 -0300 Message-ID: <20100315135454.GA7396@amt.cnet> References: <4B99CA1A.1010300@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity To: Wei Yongjun Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6053 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965653Ab0COS6R (ORCPT ); Mon, 15 Mar 2010 14:58:17 -0400 Content-Disposition: inline In-Reply-To: <4B99CA1A.1010300@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Mar 12, 2010 at 12:59:06PM +0800, Wei Yongjun wrote: > This patch change the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO > from -EINVAL to -ENXIO if no coalesced mmio dev exists. > > Signed-off-by: Wei Yongjun Applied all, thanks.