[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v4 0/7] Reduce the number of I/O ops when doing
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-block] [PATCH v4 0/7] Reduce the number of I/O ops when doing COW |
Date: |
Tue, 20 Jun 2017 16:32:24 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 19.06.2017 um 15:40 hat Alberto Garcia geschrieben:
> Hi all,
>
> here's a patch series that rewrites the copy-on-write code in the
> qcow2 driver to reduce the number of I/O operations.
>
> This is version v4, please refer to the original e-mail for a complete
> description:
>
> https://lists.gnu.org/archive/html/qemu-block/2017-05/msg00882.html
Thanks, applied to the block branch.
Kevin
- [Qemu-block] [PATCH v4 0/7] Reduce the number of I/O ops when doing COW, Alberto Garcia, 2017/06/19
- [Qemu-block] [PATCH v4 2/7] qcow2: Use unsigned int for both members of Qcow2COWRegion, Alberto Garcia, 2017/06/19
- [Qemu-block] [PATCH v4 3/7] qcow2: Make perform_cow() call do_perform_cow() twice, Alberto Garcia, 2017/06/19
- [Qemu-block] [PATCH v4 1/7] qcow2: Remove unused Error variable in do_perform_cow(), Alberto Garcia, 2017/06/19
- [Qemu-block] [PATCH v4 5/7] qcow2: Allow reading both COW regions with only one request, Alberto Garcia, 2017/06/19
- [Qemu-block] [PATCH v4 7/7] qcow2: Merge the writing of the COW regions with the guest data, Alberto Garcia, 2017/06/19
- [Qemu-block] [PATCH v4 6/7] qcow2: Pass a QEMUIOVector to do_perform_cow_{read, write}(), Alberto Garcia, 2017/06/19
- [Qemu-block] [PATCH v4 4/7] qcow2: Split do_perform_cow() into _read(), _encrypt() and _write(), Alberto Garcia, 2017/06/19
- Re: [Qemu-block] [PATCH v4 0/7] Reduce the number of I/O ops when doing COW,
Kevin Wolf <=