From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiNJx-0004kD-8G for qemu-devel@nongnu.org; Wed, 15 Apr 2015 09:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiNJt-0004aC-0j for qemu-devel@nongnu.org; Wed, 15 Apr 2015 09:25:36 -0400 Message-ID: <552E6695.3030307@redhat.com> Date: Wed, 15 Apr 2015 15:24:37 +0200 From: Max Reitz MIME-Version: 1.0 References: <147cec5b3594f4bec0cb41c98afe5fcbfb67567c.1428485266.git.berto@igalia.com> In-Reply-To: <147cec5b3594f4bec0cb41c98afe5fcbfb67567c.1428485266.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 , qemu-block@nongnu.org, Markus Armbruster , Stefan Hajnoczi On 08.04.2015 11:29, 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 | 21 +++++++++++++-------- > qapi/block-core.json | 17 +++++++++++------ > 3 files changed, 30 insertions(+), 16 deletions(-) Reviewed-by: Max Reitz