qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [Qemu-devel] [PATCH v1] add new function to copy dirty-


From: Eric Blake
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH v1] add new function to copy dirty-bitmap
Date: Thu, 3 Jan 2019 14:23:24 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

On 1/2/19 4:01 AM, mahaocong wrote:
> From: mahaocong <address@hidden>
> 
> This patch adds new function to copy the hbitmap from an exist dirty-bitmap to
> another. The destination bitmap should have the same size and granularity with
> the source bitmap, or the copy will fail.

Is there a client in mind for this new code?  And how does it differ to
what you can already achieve by the combination of
bdrv_clear_dirty_bitmap/bdrv_merge_dirty_bitmap?

> 
> Signed-off-by: mahaocong <address@hidden>

Typical S-o-b and git authorship uses a preferred legal name rather than
a single-word username (there have been exceptions made in the past, but
we try not to introduce more without good reason).  You can also teach
git to spell your name in both native UTF-8 characters and a Latinized
form, if you prefer.

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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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