[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 32/36] ssh: Support .bdrv_co_create
From: |
Max Reitz |
Subject: |
Re: [Qemu-devel] [PATCH v2 32/36] ssh: Support .bdrv_co_create |
Date: |
Mon, 26 Feb 2018 13:40:13 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 2018-02-21 14:54, Kevin Wolf wrote:
> This adds the .bdrv_co_create driver callback to ssh, which enables
> image creation over QMP.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> Reviewed-by: Max Reitz <address@hidden>
> ---
> qapi/block-core.json | 16 ++++++++-
> block/ssh.c | 92
> +++++++++++++++++++++++++++++-----------------------
> 2 files changed, 67 insertions(+), 41 deletions(-)
This needs a rebase on my ssh truncation patches (notably "block/ssh:
Pull ssh_grow_file() from ssh_create()") -- good thing for me you need
to rebase, because without those patches you cannot create qcow2 files
over ssh. O:-)
Max
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH v2 22/36] rbd: Support .bdrv_co_create, (continued)
- [Qemu-devel] [PATCH v2 26/36] nfs: Support .bdrv_co_create, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 27/36] sheepdog: QAPIfy "redundacy" create option, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 28/36] sheepdog: Support .bdrv_co_create, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 30/36] ssh: QAPIfy host-key-check option, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 29/36] ssh: Use QAPI BlockdevOptionsSsh object, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 32/36] ssh: Support .bdrv_co_create, Kevin Wolf, 2018/02/21
- Re: [Qemu-devel] [PATCH v2 32/36] ssh: Support .bdrv_co_create,
Max Reitz <=
- [Qemu-devel] [PATCH v2 33/36] file-posix: Fix no-op bdrv_truncate() with falloc preallocation, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 34/36] block: Fail bdrv_truncate() with negative size, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 31/36] ssh: Pass BlockdevOptionsSsh to connect_to_ssh(), Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 35/36] qemu-iotests: Test qcow2 over file image creation with QMP, Kevin Wolf, 2018/02/21
- [Qemu-devel] [PATCH v2 36/36] qemu-iotests: Test ssh image creation over QMP, Kevin Wolf, 2018/02/21