From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7Tvx-0002do-2A for qemu-devel@nongnu.org; Tue, 02 Oct 2018 19:18:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7TmA-0005gI-ME for qemu-devel@nongnu.org; Tue, 02 Oct 2018 19:08:23 -0400 References: <20181002230218.13949-1-jsnow@redhat.com> From: John Snow Message-ID: Date: Tue, 2 Oct 2018 19:08:11 -0400 MIME-Version: 1.0 In-Reply-To: <20181002230218.13949-1-jsnow@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/6] dirty-bitmaps: fix QMP command permissions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-block@nongnu.org Cc: eblake@redhat.com, vsementsov@virtuozzo.com On 10/02/2018 07:02 PM, John Snow wrote: > based on: jsnow/bitmaps staging branch > > This series builds on a previous standalone patch and adjusts > the permission for all (or most) of the QMP bitmap commands. > > V4: > - Replace "in-use" with "in use" > - Replace "user_modifiable" version with "user_locked" > - Remove more usages of frozen-and-or-locked in NBD. > > John Snow (6): > block/dirty-bitmaps: add user_locked status checker > block/dirty-bitmaps: fix merge permissions > block/dirty-bitmaps: allow clear on disabled bitmaps > block/dirty-bitmaps: prohibit enable/disable on locked/frozen bitmaps > block/backup: prohibit backup from using in use bitmaps > nbd: forbid use of frozen bitmaps > > block/dirty-bitmap.c | 13 +++++--- > blockdev.c | 75 +++++++++++++++++++----------------------- > include/block/dirty-bitmap.h | 1 + > migration/block-dirty-bitmap.c | 10 ++---- > nbd/server.c | 4 +-- > 5 files changed, 48 insertions(+), 55 deletions(-) > Planning on submitting tests for 3.1, but with the merge queue opened up again I'm pretty keen on getting some stable commit IDs for these so far. --js