From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw7ru-0003Nv-Nj for qemu-devel@nongnu.org; Wed, 03 Dec 2014 06:13:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xw7rl-0001rA-JH for qemu-devel@nongnu.org; Wed, 03 Dec 2014 06:13:14 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:37543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw7rl-0001r3-D5 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 06:13:05 -0500 Received: by mail-wi0-f179.google.com with SMTP id ex7so24007340wid.6 for ; Wed, 03 Dec 2014 03:13:04 -0800 (PST) Sender: Paolo Bonzini Message-ID: <547EF03D.4090604@redhat.com> Date: Wed, 03 Dec 2014 12:13:01 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <87vbltvpl0.fsf@blackfin.pond.sub.org> <20141203055144.GA1179@ad.nay.redhat.com> In-Reply-To: <20141203055144.GA1179@ad.nay.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] Review of monitor commands identifying BDS / BB by name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , Markus Armbruster Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi On 03/12/2014 06:52, Fam Zheng wrote: >> > * drive-backup >> > >> > @device names a backend. >> > >> > Do we want to be able to back up any node, or only a backend? If non-backend nodes are read-only, we can just copy them outside QEMU. >> > Note: documentation of @target sounds like it could somehow name a >> > backend, but as far as I can tell it's always interpreted as file >> > name. I think block-backup should be added that takes a backend for target. It could also take a node name for the source, letting you copy any node if you really want to. >> > * drive-mirror >> > >> > @device names a backend, @replaces names a node, and @node-name >> > defines the name of the new node. >> > >> > Do we want to be able to mirror any node, or only a backend? Same as above. >> > Note: documentation of @target sounds like it could somehow name a >> > backend, but as far as I can tell it's always interpreted as file >> > name. Again, block-mirror could be added that takes a backend for @target (and if you want to, a node name for the source). Paolo