From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW1gc-0003Vi-6N for qemu-devel@nongnu.org; Mon, 22 Sep 2014 07:21:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW1gW-00026i-1q for qemu-devel@nongnu.org; Mon, 22 Sep 2014 07:21:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW1gV-00026D-R2 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 07:21:35 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8MBLUH7024650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 22 Sep 2014 07:21:30 -0400 Date: Mon, 22 Sep 2014 13:21:27 +0200 From: Kevin Wolf Message-ID: <20140922112127.GC4026@noname.redhat.com> References: <1411203352-15264-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1411203352-15264-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH] blkdebug: show an error for invalid event names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Fam Zheng , qemu-devel@nongnu.org, Max Reitz Am 20.09.2014 um 10:55 hat Stefan Hajnoczi geschrieben: > It is easy to typo a blkdebug configuration and waste a lot of time > figuring out why no rules are matching. > > Push the Error** down into add_rule() so we can report an error when the > event name is invalid. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin