From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ2ZW-0000tM-Dd for qemu-devel@nongnu.org; Fri, 20 Mar 2015 15:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZ2ZR-0007HP-BE for qemu-devel@nongnu.org; Fri, 20 Mar 2015 15:27:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ2ZR-0007HA-4u for qemu-devel@nongnu.org; Fri, 20 Mar 2015 15:27:01 -0400 Message-ID: <550C745B.7040705@redhat.com> Date: Fri, 20 Mar 2015 15:26:19 -0400 From: Max Reitz MIME-Version: 1.0 References: <761b091f1fa10354f9594cf7a867cf6eb2701b1f.1426861657.git.berto@igalia.com> In-Reply-To: <761b091f1fa10354f9594cf7a867cf6eb2701b1f.1426861657.git.berto@igalia.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia , qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , Stefan Hajnoczi On 2015-03-20 at 10:33, Alberto Garcia wrote: > Since this event can occur in nodes that cannot have a device name > associated, include also a field with the node name. > > Signed-off-by: Alberto Garcia > --- > block/qcow2.c | 8 ++++++-- > docs/qmp/qmp-events.txt | 16 +++++++++------- > qapi/block-core.json | 13 ++++++++----- > 3 files changed, 23 insertions(+), 14 deletions(-) Reviewed-by: Max Reitz