From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaU8a-000210-9v for qemu-devel@nongnu.org; Sat, 04 Oct 2014 14:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaU8R-0005xc-8K for qemu-devel@nongnu.org; Sat, 04 Oct 2014 14:33:00 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:36501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaU8R-0005xW-1D for qemu-devel@nongnu.org; Sat, 04 Oct 2014 14:32:51 -0400 Received: by mail-wi0-f177.google.com with SMTP id fb4so1402250wid.16 for ; Sat, 04 Oct 2014 11:32:50 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54303D4D.9060401@redhat.com> Date: Sat, 04 Oct 2014 20:32:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412358473-31398-1-git-send-email-dgilbert@redhat.com> <1412358473-31398-39-git-send-email-dgilbert@redhat.com> In-Reply-To: <1412358473-31398-39-git-send-email-dgilbert@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 38/47] Add assertion to check migration_dirty_pages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org Cc: aarcange@redhat.com, yamahata@private.email.ne.jp, lilei@linux.vnet.ibm.com, quintela@redhat.com, cristian.klein@cs.umu.se, amit.shah@redhat.com, yanghy@cn.fujitsu.com Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto: > > I've seen it go negative once during dev, it shouldn't > happen. You can move it earlier, perhaps even as patch 1, since it does not have any dependency on postcopy and can go in at any time. Paolo