From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpx9d-0001DH-MO for qemu-devel@nongnu.org; Thu, 07 Sep 2017 09:47:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpx9Z-00040K-7f for qemu-devel@nongnu.org; Thu, 07 Sep 2017 09:47:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56126) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dpx9Z-0003yl-1e for qemu-devel@nongnu.org; Thu, 07 Sep 2017 09:47:33 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2F88A356DB for ; Thu, 7 Sep 2017 13:47:31 +0000 (UTC) From: Markus Armbruster References: Date: Thu, 07 Sep 2017 15:47:29 +0200 In-Reply-To: (Michal Privoznik's message of "Thu, 7 Sep 2017 10:05:23 +0200") Message-ID: <87vaku62oe.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v5 0/3] watchdog.h: Drop local redefinition of actions enum List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik Cc: qemu-devel@nongnu.org Michal Privoznik writes: > diff to v4: > - in 3/3 compare passed action string case insensitively to the qapi enum In 2/3, actually. Series Reviewed-by: Markus Armbruster