qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] curl: Add override_accept_ranges flag to force


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] curl: Add override_accept_ranges flag to force sending range requests.
Date: Wed, 27 Aug 2014 08:37:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Eric Blake <address@hidden> writes:

> On 08/26/2014 08:38 PM, Fam Zheng wrote:
>> On Tue, 08/26 21:48, Richard W.M. Jones wrote:
>>> Some servers (notably VMware ESX) accept range requests, but don't
>>> send back the Accept-Ranges: bytes header in their initial response.
>>>
>>> For these servers you can set override_accept_ranges to 'on' which
>>> forces this block driver to send range requests anyway.
>
> Is this a case where we should be naming with dashes instead of
> underscores, as in override-accept-ranges?

Yes.

>>> @@ -489,6 +490,11 @@ static QemuOptsList runtime_opts = {
>>>              .type = QEMU_OPT_BOOL,
>>>              .help = "Verify SSL certificate"
>>>          },
>>> +        {
>>> +            .name = CURL_BLOCK_OPT_OVERRIDE_ACCEPT_RANGES,
>>> +            .type = QEMU_OPT_BOOL,
>>> +            .help = "Server accepts range requests"
>>> +        },
>
> It would be nice for someone to finally port the QAPI counterpart
> (BlockdevOptions) so that curl devices can be hotplugged via
> blockdev-add.  But I guess that's a separate patch.

Yes again.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]