Il 13/09/2012 14:54, Kevin Wolf ha scritto:
>> > +ret = bdrv_co_is_allocated_above(bs, base,
>> > + sector_num, next -
>> > sector_num, &n);
>> > +
>> > +if (ret < 0) {
>> > +break;
>> > +} else if (ret
Am 24.07.2012 13:04, schrieb Paolo Bonzini:
> This patch adds the implementation of a new job that mirrors a disk to
> a new image while letting the guest continue using the old image.
> The target is treated as a "black box" and data is copied from the
> source to the target in the background. Th
On 07/24/2012 05:04 AM, Paolo Bonzini wrote:
> This patch adds the implementation of a new job that mirrors a disk to
> a new image while letting the guest continue using the old image.
> The target is treated as a "black box" and data is copied from the
> source to the target in the background. T