From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShzXD-0004Po-2b for qemu-devel@nongnu.org; Fri, 22 Jun 2012 04:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShzX7-0002al-32 for qemu-devel@nongnu.org; Fri, 22 Jun 2012 04:48:06 -0400 Date: Fri, 22 Jun 2012 09:47:52 +0100 From: Stefan Hajnoczi Message-ID: <20120622084752.GA27038@stefanha-thinkpad.localdomain> References: <1340050266-3395-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1340050266-3395-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , qemu-devel@nongnu.org, "Aneesh Kumar K.V" On Mon, Jun 18, 2012 at 10:11:06PM +0200, Stefan Weil wrote: > The typo did not cause an error because open_by_handle_at > was only compared to "yes". > > Signed-off-by: Stefan Weil > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan