From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU1FZ-0001mG-Bs for qemu-devel@nongnu.org; Tue, 07 Jun 2011 14:43:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QU1FX-0000CD-FL for qemu-devel@nongnu.org; Tue, 07 Jun 2011 14:43:37 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:41081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU1FW-0000BU-VY for qemu-devel@nongnu.org; Tue, 07 Jun 2011 14:43:35 -0400 Received: by pwi6 with SMTP id 6so9223pwi.4 for ; Tue, 07 Jun 2011 11:43:33 -0700 (PDT) Message-ID: <4DEE714F.2040201@codemonkey.ws> Date: Tue, 07 Jun 2011 13:43:27 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110601181255.077fb5fd@doriath> <4DE6B087.6010708@codemonkey.ws> <20110602145730.4c80d668@doriath> <4DE7CFA4.9040300@codemonkey.ws> <20110602150900.7d2657fb@doriath> <4DEC9D07.5080409@redhat.com> <4DECD163.9030704@codemonkey.ws> <20110607114609.1938a2c3@doriath> <4DEE4641.9000807@codemonkey.ws> <20110607125428.4549540a@doriath> <4DEE528E.2020002@codemonkey.ws> <20110607144314.4368c08b@doriath> In-Reply-To: <20110607144314.4368c08b@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QMP: RFC: I/O error info & query-stop-reason List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Kevin Wolf , Stefan Hajnoczi , jdenemar@redhat.com, qemu-devel@nongnu.org, Markus Armbruster On 06/07/2011 12:43 PM, Luiz Capitulino wrote: > On Tue, 07 Jun 2011 11:32:14 -0500 > Anthony Liguori wrote: > >> Sorry, I meant to ask, what's the difference between "low level" and >> "unknown". > > "low level" is EIO, "unknown" is everything else (EINVAL, EPIPE, ...). How can you document this to the user? What is a management tool supposed to do differently if it receives "low level" vs. "unknown". AFAICT, the tool is going to treat the both the same way and can't make a rational decision based on the different. IMHO, that means it's effectively the same thing. Regards, Anthony Liguori > >> >> Regards, >> >> Anthony Liguori >> >>> >>> What's your suggestion? >>> >> > >