From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atPhe-0001An-FQ for qemu-devel@nongnu.org; Thu, 21 Apr 2016 21:16:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atPhd-0006ao-OF for qemu-devel@nongnu.org; Thu, 21 Apr 2016 21:16:14 -0400 Date: Fri, 22 Apr 2016 09:16:12 +0800 From: Fam Zheng Message-ID: <20160422011612.GA12648@ad.usersys.redhat.com> References: <20160420021101.GC8684@ad-mail.usersys.redhat.com> <20160420115036.GG6517@noname.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] I/O errors reported to guest for raw-image-file backed /dev/vda - but host sees no I/O errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lutz Vieweg Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org On Thu, 04/21 17:54, Lutz Vieweg wrote: > Nevertheless, I think qemu could be somewhat more verbose, reporting > when and why it stops emulation. Something like a message to the monitor > or to standard out would be helpful to start with... QEMU does report an error message to connected monitor if configured to. See the werror= and rerror= options. Fam