From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI07p-0001tK-W8 for qemu-devel@nongnu.org; Tue, 19 Mar 2013 13:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI07j-0003pJ-I3 for qemu-devel@nongnu.org; Tue, 19 Mar 2013 13:15:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI07j-0003ov-Ar for qemu-devel@nongnu.org; Tue, 19 Mar 2013 13:14:55 -0400 Message-ID: <51489D05.2000400@redhat.com> Date: Tue, 19 Mar 2013 18:14:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1363576743-6146-1-git-send-email-mrhines@linux.vnet.ibm.com> <1363576743-6146-4-git-send-email-mrhines@linux.vnet.ibm.com> <20130318104013.GE5267@redhat.com> <5147780C.1080800@linux.vnet.ibm.com> <20130318212646.GB20406@redhat.com> <5147A209.80202@linux.vnet.ibm.com> <20130319081939.GC11259@redhat.com> <51487F68.2060305@linux.vnet.ibm.com> <20130319151606.GA13649@redhat.com> <51488521.4010909@linux.vnet.ibm.com> <20130319153658.GA14317@redhat.com> <51489BC3.3030504@linux.vnet.ibm.com> In-Reply-To: <51489BC3.3030504@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v4: 03/10] more verbose documentation of the RDMA transport List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael R. Hines" Cc: aliguori@us.ibm.com, "Michael S. Tsirkin" , qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com Il 19/03/2013 18:09, Michael R. Hines ha scritto: > Allowing QEMU to swap due to a cgroup limit during migration is a viable > overcommit option? > > I'm trying to keep an open mind, but that would kill the migration > time..... Would it swap? Doesn't the kernel back all zero pages with a single copy-on-write page? If that still accounts towards cgroup limits, it would be a bug. Old kernels do not have a shared zero hugepage, and that includes some distro kernels. Perhaps that's the problem. Paolo