From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5u9Q-0001Sv-Pl for qemu-devel@nongnu.org; Sun, 13 Nov 2016 07:44:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5u9M-0001eO-A7 for qemu-devel@nongnu.org; Sun, 13 Nov 2016 07:44:48 -0500 Received: from [59.151.112.132] (port=19809 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5u9L-0001ba-Tj for qemu-devel@nongnu.org; Sun, 13 Nov 2016 07:44:44 -0500 References: <1478177676-2636-1-git-send-email-caoj.fnst@cn.fujitsu.com> <1478177876-2788-1-git-send-email-caoj.fnst@cn.fujitsu.com> <20161111193655-mutt-send-email-mst@kernel.org> From: Cao jin Message-ID: <582860D3.4030004@cn.fujitsu.com> Date: Sun, 13 Nov 2016 20:47:15 +0800 MIME-Version: 1.0 In-Reply-To: <20161111193655-mutt-send-email-mst@kernel.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] pcie_aer: Convert pcie_aer_init to Error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, marcel@redhat.com, dmitry@daynix.com, jasowang@redhat.com On 11/12/2016 01:37 AM, Michael S. Tsirkin wrote: > On Thu, Nov 03, 2016 at 08:57:56PM +0800, Cao jin wrote: >> When user specify invalid property aer_log_max, device should fail to >> create, and report appropriate message. >> >> Signed-off-by: Cao jin > > Was this tested outside of make check? > Yes, I just test it in command line with ioh3420 [other properties],aer_log_max=0xffff/0/10/-1, the results meet the expectation. -- Yours Sincerely, Cao jin