From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBzmW-00058M-6u for qemu-devel@nongnu.org; Mon, 15 Oct 2018 06:07:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBzmU-0000rW-8c for qemu-devel@nongnu.org; Mon, 15 Oct 2018 06:07:24 -0400 Date: Mon, 15 Oct 2018 12:07:01 +0200 From: Kevin Wolf Message-ID: <20181015100701.GC10459@localhost.localdomain> References: <20181013085231.55608-1-liq3ea@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181013085231.55608-1-liq3ea@163.com> Subject: Re: [Qemu-devel] [PATCH] block: change some function return type to bool List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Qiang Cc: mreitz@redhat.com, qemu-block@nongnu.org, qemu-devel@nongnu.org Am 13.10.2018 um 10:52 hat Li Qiang geschrieben: > Signed-off-by: Li Qiang Thanks, applied to the block branch. Kevin