From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AWq-0000LT-DP for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:20:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0AWi-0005oU-Gh for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:19:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AWi-0005oC-4q for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:19:48 -0400 Message-ID: <53AC2BFB.1020003@redhat.com> Date: Thu, 26 Jun 2014 16:19:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403073840-32603-1-git-send-email-pbonzini@redhat.com> <1403073840-32603-24-git-send-email-pbonzini@redhat.com> <87lhsjepbe.fsf@blackfin.pond.sub.org> In-Reply-To: <87lhsjepbe.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2.1 23/36] qapi event: convert other BLOCK_JOB events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , lcapitulino@redhat.com, qemu-devel@nongnu.org, wenchaoqemu@gmail.com Il 26/06/2014 16:08, Markus Armbruster ha scritto: > > Suggests that > > * Before this patch, code disagreed with docs, and qemu-iotests/040 > matched the code. > > * After this patch, code matches docs, and qemu-iotests/040 matches > neither. > > Please advise. Code is always right. :) Paolo