From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brMhx-0004HK-SC for qemu-devel@nongnu.org; Tue, 04 Oct 2016 06:12:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brMht-0004mf-K3 for qemu-devel@nongnu.org; Tue, 04 Oct 2016 06:12:20 -0400 Sender: Paolo Bonzini References: <598de7ff27e32fcb1b7f677f40fb8da4f0a1f512.1475434971.git.tgolembi@redhat.com> <20161004092405.GB5316@noname.str.redhat.com> From: Paolo Bonzini Message-ID: Date: Tue, 4 Oct 2016 12:12:03 +0200 MIME-Version: 1.0 In-Reply-To: <20161004092405.GB5316@noname.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] raw-posix: add 'offset' and 'size' options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , =?UTF-8?B?VG9tw6HFoSBHb2xlbWJpb3Zza8O9?= Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz On 04/10/2016 11:24, Kevin Wolf wrote: > You also need to update the options for the blockdev-add QMP command in > qapi/block-core.json. The relevant type is BlockdevOptionsFile. Is it? Or should he define a new BlockdevOptionsRaw, and point to it in the BlockdevOptions union instead of "'raw': 'BlockdevOptionsGenericFormat'"? Paolo