[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver
From: |
Dietmar Maurer |
Subject: |
Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver |
Date: |
Thu, 21 Feb 2013 08:55:23 +0000 |
> > >> This should call bdrv_is_allocated_above like the other block jobs do.
> > >> It would be needed later anyway to backup only the topmost image.
> > >
> > > I do not need that information now, so why do you want that I add dead
> code?
> >
> > I think you do. You're wasting time reading unallocated clusters and
> > checking that they are zero. bdrv_is_allocated_above gives you the
> > same information much more efficiently.
>
> I thought that just returns information if the data is allocated, or if data
> is on
> backing file?
>
> Or is data guaranteed to be zero if bdrv_is_allocated_above() return 0?
Oh, I need to pass NULL for base to get that information?
- Re: [Qemu-devel] [PATCH v3 3/6] add backup related monitor commands, (continued)
- [Qemu-devel] [PATCH v3 6/6] add vm state to backups, Dietmar Maurer, 2013/02/19
- [Qemu-devel] [PATCH v3 4/6] introduce new vma archive format, Dietmar Maurer, 2013/02/19
- [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Dietmar Maurer, 2013/02/19
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Eric Blake, 2013/02/19
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Paolo Bonzini, 2013/02/20
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Dietmar Maurer, 2013/02/21
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Paolo Bonzini, 2013/02/21
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Dietmar Maurer, 2013/02/21
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver,
Dietmar Maurer <=
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Dietmar Maurer, 2013/02/21
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Paolo Bonzini, 2013/02/21
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Dietmar Maurer, 2013/02/21
- Re: [Qemu-devel] [PATCH v3 2/6] add basic backup support to block driver, Paolo Bonzini, 2013/02/21
- Re: [Qemu-devel] [PATCH v3 1/6] RFC: Efficient VM backup for qemu, Eric Blake, 2013/02/19