qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 5/9] qmp: add block_stream command


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v3 5/9] qmp: add block_stream command
Date: Thu, 5 Jan 2012 14:20:44 +0000

On Thu, Jan 5, 2012 at 1:48 PM, Stefan Hajnoczi <address@hidden> wrote:
>>> +    /* Base device not supported */
>>> +    if (base) {
>>> +        error_set(errp, QERR_NOT_SUPPORTED);
>>> +        return;
>>> +    }
>>
>> Is this a future feature? In this case I'd rather drop the argument for
>> now and add it later. The only detail is that we haven't reached consensus
>> if it will be required to add a new command for that or if we'll be able
>> to just extend existing commands.
>
> Marcelo sent out patches for this features.  I think this series and
> Marcelo's series can/will be merged one after another so that this
> resolves itself without us needing to do anything.
>
> http://www.mail-archive.com/address@hidden/msg91742.html

Just talked to Marcelo.  We'll merge his series into this one so this
issue will be gone completely in v4.



reply via email to

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