From patchwork Tue Mar 23 16:53:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 87697 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2NGtGwO012887 for ; Tue, 23 Mar 2010 16:55:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752677Ab0CWQzM (ORCPT ); Tue, 23 Mar 2010 12:55:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22518 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752570Ab0CWQzI (ORCPT ); Tue, 23 Mar 2010 12:55:08 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2NGt8VP022290 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Mar 2010 12:55:08 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2NGt7uY016340; Tue, 23 Mar 2010 12:55:07 -0400 Received: from amt.cnet (vpn-10-84.rdu.redhat.com [10.11.10.84]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o2NGt6Ne032101; Tue, 23 Mar 2010 12:55:06 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 38E3A652088; Tue, 23 Mar 2010 13:54:03 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.3/8.14.3/Submit) id o2NGs11j019883; Tue, 23 Mar 2010 13:54:01 -0300 Message-Id: <20100323165346.933160141@amt.cnet> User-Agent: quilt/0.47-1 Date: Tue, 23 Mar 2010 13:53:35 -0300 From: Marcelo Tosatti To: kvm@vger.kernel.org Cc: Marcelo Tosatti Subject: [patch 2/6] make cpu_physical_memory_set_dirty_tracking equal to upstream References: <20100323165333.062022913@amt.cnet> Content-Disposition: inline; filename=remove-in-migration-removal X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 23 Mar 2010 16:55:16 +0000 (UTC) Index: qemu-kvm-cleanups/exec.c =================================================================== --- qemu-kvm-cleanups.orig/exec.c +++ qemu-kvm-cleanups/exec.c @@ -2003,7 +2003,7 @@ void cpu_physical_memory_reset_dirty(ram int cpu_physical_memory_set_dirty_tracking(int enable) { int ret = 0; - + in_migration = enable; ret = cpu_notify_migration_log(!!enable); return ret; }