qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Adding an overlay with 'blockdev-add' fails with: "Para


From: Markus Armbruster
Subject: Re: [Qemu-devel] Adding an overlay with 'blockdev-add' fails with: "Parameter 'driver' is missing"
Date: Thu, 23 Feb 2017 16:11:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Kashyap Chamarthy <address@hidden> writes:

> TL;DR: Using `blockdev-add` to create an overlay file succeeds with QEMU
>        2.7.0, however the *same* test fails with QEMU from Git (plus a
>        couple of patch series from mailing list).  Details below.

commit 0153d2f50bc2ad3f41810d838fcf66acbf10f07a
Author: Kevin Wolf <address@hidden>
Date:   Fri Oct 7 17:05:04 2016 +0200

    block: Remove "options" indirection from blockdev-add
    
    Now that QAPI supports boxed types, we can have unions at the top level
    of a command, so let's put our real options directly there for
    blockdev-add instead of having a single "options" dict that contains the
    real arguments.
    
    blockdev-add is still experimental and we already made substantial
    changes to the API recently, so we're free to make changes like this
    one, too.
    
    Signed-off-by: Kevin Wolf <address@hidden>

Sorry for the confusion!  Early adopters always have the most fun ;)

[...]



reply via email to

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