From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqcBh-0007KB-E7 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 03:27:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqcBe-0002le-7h for qemu-devel@nongnu.org; Mon, 26 Oct 2015 03:27:25 -0400 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> <87wpua2itl.fsf@blackfin.pond.sub.org> From: Wen Congyang Message-ID: <562DD583.30707@cn.fujitsu.com> Date: Mon, 26 Oct 2015 15:25:55 +0800 MIME-Version: 1.0 In-Reply-To: <87wpua2itl.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-block] Dynamic reconfiguration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , zhanghailiang , qemu block , Jiang Yunhong , Dong Eddie , qemu devel , Max Reitz , Gonglei , Stefan Hajnoczi , Yang Hongyang , "Dr. David Alan Gilbert" On 10/26/2015 03:24 PM, Markus Armbruster wrote: > 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. Thanks Wen Congyang > > [...] > . >