From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2oPk-0000jO-4F for qemu-devel@nongnu.org; Sat, 18 Aug 2012 15:10:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2oPi-0006x0-V9 for qemu-devel@nongnu.org; Sat, 18 Aug 2012 15:10:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2oPi-0006wo-8W for qemu-devel@nongnu.org; Sat, 18 Aug 2012 15:10:26 -0400 Message-ID: <502FE89E.7050603@redhat.com> Date: Sat, 18 Aug 2012 21:10:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1344951151-26387-1-git-send-email-aliguori@us.ibm.com> <20120814144227.GB10909@stefanha-thinkpad.localdomain> In-Reply-To: <20120814144227.GB10909@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block-migration: deprecate block migration for the 1.2 release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org Il 14/08/2012 16:42, Stefan Hajnoczi ha scritto: >> > >> > + if (blk && !suppress_deprecation_message) { >> > + qerror_report(ERROR_CLASS_GENERIC_ERROR, > qerror_report_once() would be nice :). > >> > + "Block migration is deprecated. " >> > + "See http://wiki.qemu.org/Features/LiveBlockCopy " > The page doesn't exist, I think it should be: > http://wiki.qemu.org/Features/LiveBlockMigration > Since the plan (NBD in-process server + mirroring job) is a bit different from what is in that page, perhaps we could just ask to tell qemu-devel@nongnu.org about their use case and useful information (performance, guest load etc.). paolo