[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v2 0/8] block: .bdrv_co_create for format driver
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-block] [PATCH v2 0/8] block: .bdrv_co_create for format drivers |
Date: |
Tue, 13 Mar 2018 16:12:54 +0100 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
Am 13.03.2018 um 15:47 hat Kevin Wolf geschrieben:
> This series adds a .bdrv_co_create implementation to almost all format
> drivers that support creating images where its still missing. The only
> exception is VMDK because its support for extents will make the QAPI
> design a bit more complicated.
>
> The other format driver not covered in this series are qcow2 (already
> merged) and luks (already posted in a separate series).
>
> v2:
> - Rebased, the vdi patch consists just of some cosmetic cleanups now
> - vhdx, vpc: Don't do any silent rounding in .bdrv_co_create, error out
> if the passed size isn't properly aligned yet. The legacy code paths
> compensate for this.
Applied to the block branch.
Kevin
- [Qemu-block] [PATCH v2 5/8] vdi: Make comments consistent with other drivers, (continued)
- [Qemu-block] [PATCH v2 5/8] vdi: Make comments consistent with other drivers, Kevin Wolf, 2018/03/13
- [Qemu-block] [PATCH v2 3/8] qcow: Support .bdrv_co_create, Kevin Wolf, 2018/03/13
- [Qemu-block] [PATCH v2 4/8] qed: Support .bdrv_co_create, Kevin Wolf, 2018/03/13
- [Qemu-block] [PATCH v2 7/8] vpc: Support .bdrv_co_create, Kevin Wolf, 2018/03/13
- [Qemu-block] [PATCH v2 8/8] vpc: Require aligned size in .bdrv_co_create, Kevin Wolf, 2018/03/13
- [Qemu-block] [PATCH v2 6/8] vhdx: Support .bdrv_co_create, Kevin Wolf, 2018/03/13
- Re: [Qemu-block] [PATCH v2 0/8] block: .bdrv_co_create for format drivers,
Kevin Wolf <=