From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr8Io-0004vv-24 for qemu-devel@nongnu.org; Tue, 17 Jul 2012 09:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sr8Ii-0002jj-59 for qemu-devel@nongnu.org; Tue, 17 Jul 2012 09:59:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr8Ih-0002jc-T7 for qemu-devel@nongnu.org; Tue, 17 Jul 2012 09:58:56 -0400 Message-ID: <50056F99.6090603@redhat.com> Date: Tue, 17 Jul 2012 16:58:49 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1342531805-29894-1-git-send-email-anthony.perard@citrix.com> <1342531805-29894-2-git-send-email-anthony.perard@citrix.com> In-Reply-To: <1342531805-29894-2-git-send-email-anthony.perard@citrix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] QMP, Introduce set-global-dirty-log command. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony PERARD Cc: Anthony Liguori , Xen Devel , Stefano Stabellini , QEMU-devel , Luiz Capitulino On 07/17/2012 04:30 PM, Anthony PERARD wrote: > This command is used during a migration of a guest under Xen. It calls > memory_global_dirty_log_start or memory_global_dirty_log_stop according to the > argument pass to the command. Is the command truly needed? Can't it come from the xen library you link to? -- error compiling committee.c: too many arguments to function