From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqc99-0006Hn-Ai for qemu-devel@nongnu.org; Mon, 26 Oct 2015 03:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zqc98-00026O-Kb for qemu-devel@nongnu.org; Mon, 26 Oct 2015 03:24:47 -0400 From: Markus Armbruster References: <1442907862-21376-1-git-send-email-wency@cn.fujitsu.com> <1442907862-21376-4-git-send-email-wency@cn.fujitsu.com> <56157599.9020608@redhat.com> <87vbahq41u.fsf@blackfin.pond.sub.org> <20151008110214.GD5379@noname.redhat.com> <20151008111009.GE5379@noname.redhat.com> <87si54vd75.fsf@blackfin.pond.sub.org> <562D8A2F.8000609@cn.fujitsu.com> Date: Mon, 26 Oct 2015 08:24:38 +0100 In-Reply-To: <562D8A2F.8000609@cn.fujitsu.com> (Wen Congyang's message of "Mon, 26 Oct 2015 10:04:31 +0800") Message-ID: <87wpua2itl.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [Qemu-block] Dynamic reconfiguration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wen Congyang Cc: Kevin Wolf , zhanghailiang , qemu block , Jiang Yunhong , Dong Eddie , qemu devel , Max Reitz , Gonglei , Stefan Hajnoczi , Yang Hongyang , "Dr. David Alan Gilbert" Wen Congyang writes: > On 10/21/2015 04:27 PM, Markus Armbruster wrote: [...] >> Can we phrase the operation differently? Instead of "insert between A >> and B (silently replacing everything that is now between A and B)", >> say one of >> >> 1a. Replace node A by A <- blkdebug >> >> 1b. Replace node B by blkdebug <- B >> >> 2a. Replace edge A <- B by <- blkdebug <- >> Impossible in the current state, because there is no such edge. > > What does 'edge' mean? It's graph terminology: the BB and BDS serve as the graph's nodes (a.k.a. vertices), and the pointers connecting them serve as the graph's edges. [...]