From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ0rd-0005cp-Sq for qemu-devel@nongnu.org; Mon, 23 Feb 2015 16:48:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ0rY-0000SP-Qa for qemu-devel@nongnu.org; Mon, 23 Feb 2015 16:48:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ0rY-0000SI-Ia for qemu-devel@nongnu.org; Mon, 23 Feb 2015 16:48:24 -0500 Message-ID: <54EBA015.2090000@redhat.com> Date: Mon, 23 Feb 2015 16:48:05 -0500 From: Max Reitz MIME-Version: 1.0 References: <1423710438-14377-1-git-send-email-wency@cn.fujitsu.com> <1423710438-14377-9-git-send-email-wency@cn.fujitsu.com> In-Reply-To: <1423710438-14377-9-git-send-email-wency@cn.fujitsu.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 08/14] block: add a new API to create a hidden BlockBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wen Congyang , qemu devel , Kevin Wolf , Stefan Hajnoczi , Paolo Bonzini Cc: Lai Jiangshan , Jiang Yunhong , Dong Eddie , "Dr. David Alan Gilbert" , Gonglei , Yang Hongyang , zhanghailiang On 2015-02-11 at 22:07, Wen Congyang wrote: > Signed-off-by: Wen Congyang > Signed-off-by: zhanghailiang > Signed-off-by: Gonglei > --- > block/block-backend.c | 29 ++++++++++++++++++++++++++++- > include/sysemu/block-backend.h | 2 ++ > 2 files changed, 30 insertions(+), 1 deletion(-) Hm, I'm currently working on a series that (among other things) separate the list of monitor-owned BlockBackends and the list of all BBs. That should be helpful here; but Paolo said it might not be necessary to create a BB at all, so... Maybe he's right. I'll have to look into the remaining patches first. Max