qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/5] block/dirty-bitmap: check number and size constraints ag


From: Eric Blake
Subject: Re: [PATCH 0/5] block/dirty-bitmap: check number and size constraints against queued bitmaps
Date: Wed, 9 Oct 2019 13:57:12 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

On 6/6/19 1:41 PM, John Snow wrote:
When adding new persistent dirty bitmaps, we only check constraints
against currently stored bitmaps, and ignore the pending number and size
of any bitmaps yet to be stored.

Rework the "can_store" and "remove" interface to explicit "add" and "remove",
and begin keeping track of the queued burden when adding new bitmaps.

Reported-by: aihua liang <address@hidden>
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1712636

John Snow (5):
   block/qcow2-bitmap: allow bitmap_list_load to return an error code
   block/dirty-bitmap: Refactor bdrv_can_store_new_bitmap
   block/dirty-bitmap: rework bdrv_remove_persistent_dirty_bitmap
   block/qcow2-bitmap: Count queued bitmaps towards nb_bitmaps
   block/qcow2-bitmap: Count queued bitmaps towards directory_size

Is this series worth reviving as a v2, as it solves a corner-case bug?


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]