From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiZDJ-0007Ur-Ji for qemu-devel@nongnu.org; Wed, 04 Jan 2012 17:21:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiZDI-0003jF-Fa for qemu-devel@nongnu.org; Wed, 04 Jan 2012 17:21:41 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:47244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiZDI-0003jB-5y for qemu-devel@nongnu.org; Wed, 04 Jan 2012 17:21:40 -0500 Received: by wgbds1 with SMTP id ds1so26977220wgb.10 for ; Wed, 04 Jan 2012 14:21:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20120104175931.488b5fc6@doriath> References: <1325698703-15370-1-git-send-email-stefanha@linux.vnet.ibm.com> <1325698703-15370-4-git-send-email-stefanha@linux.vnet.ibm.com> <20120104175931.488b5fc6@doriath> Date: Wed, 4 Jan 2012 22:21:39 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/3] block: use proper qerrors in qmp_block_resize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Stefan Hajnoczi , qemu-devel@nongnu.org On Wed, Jan 4, 2012 at 7:59 PM, Luiz Capitulino wr= ote: > On Wed, =A04 Jan 2012 17:38:23 +0000 > Stefan Hajnoczi wrote: > >> Let's report specific errors so that management tools and users can >> identify the problem. >> >> Two new qerrors are needed: >> =A0* QERR_DEVICE_HAS_NO_MEDIUM for ENOMEDIUM >> =A0* QERR_DEVICE_IS_READ_ONLY for EACCES > > Great series, the number of complaints about generic errors have increase= d > lately. It's to fix this. > > There's a missing bit though, would you mind to update the block_resize's > command documentation in the schema? Sure, fixed in v2.