From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS5Ui-0008Jw-Pj for qemu-devel@nongnu.org; Thu, 11 Sep 2014 10:37:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS5Uc-0005Yo-Es for qemu-devel@nongnu.org; Thu, 11 Sep 2014 10:37:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS5Uc-0005Yb-7v for qemu-devel@nongnu.org; Thu, 11 Sep 2014 10:37:02 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8BEb00f011788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 11 Sep 2014 10:37:01 -0400 Date: Thu, 11 Sep 2014 16:36:58 +0200 From: Kevin Wolf Message-ID: <20140911143658.GF3891@noname.redhat.com> References: <20140911102548.3a270709@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140911102548.3a270709@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: extend BLOCK_IO_ERROR with reason string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: fromani@redhat.com, armbru@redhat.com, qemu-devel Am 11.09.2014 um 16:25 hat Luiz Capitulino geschrieben: > BLOCK_IO_ERROR events are logged by libvirt, which helps with > post mortem analysis of guests. However, one information that > we miss today is a human readable string describing the cause > of the I/O error. > > This commit adds that string it to BLOCK_IO_ERROR. Note that > this string is a debugging aid for humans, meaning that it > should not parsed by applications. > > Signed-off-by: Luiz Capitulino Thanks, applied to the block branch. Kevin