From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clELb-0000ry-6P for qemu-devel@nongnu.org; Tue, 07 Mar 2017 07:36:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clELa-0005EL-HF for qemu-devel@nongnu.org; Tue, 07 Mar 2017 07:36:11 -0500 Date: Tue, 7 Mar 2017 13:36:00 +0100 From: Kevin Wolf Message-ID: <20170307123600.GJ5871@noname.str.redhat.com> References: <1488817322-11397-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488817322-11397-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 00/10] block: Op blocker fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: mreitz@redhat.com, jcody@redhat.com, famz@redhat.com, qemu-devel@nongnu.org Am 06.03.2017 um 17:21 hat Kevin Wolf geschrieben: > This series fixes a few problems introduced recently with the op blocker > series. It includes mainly fix for cases where qemu would abort() > instead of doing proper error handling previously. These changes also > happen to result in more complete and correct permission checking. Applied to the block branch. Kevin