From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fptOm-0002ca-M8 for qemu-devel@nongnu.org; Wed, 15 Aug 2018 06:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fptOl-0001zn-MM for qemu-devel@nongnu.org; Wed, 15 Aug 2018 06:51:32 -0400 Date: Wed, 15 Aug 2018 12:51:13 +0200 From: Kevin Wolf Message-ID: <20180815105113.GE4411@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] qapi: block: Remove mentions of error types which were removed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Krempa Cc: qemu-devel@nongnu.org, Markus Armbruster , qemu-block@nongnu.org Am 15.08.2018 um 12:26 hat Peter Krempa geschrieben: > Most of the various error classes were removed prior to the 1.2 release. > Remove mentions of the error classes which did not make it. > > Signed-off-by: Peter Krempa Thanks, applied to the block branch. Kevin