Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754506Ab0L0Q2o (ORCPT ); Mon, 27 Dec 2010 11:28:44 -0500 Received: from [77.221.143.26] ([77.221.143.26]:60051 "EHLO mxs.selfmail.ru" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753721Ab0L0Q2n (ORCPT ); Mon, 27 Dec 2010 11:28:43 -0500 X-ACL-SPF: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Mon, 27 Dec 2010 19:27:56 +0300 From: Vasiliy G Tolstov To: Konrad Rzeszutek Wilk Cc: Daniel Kiper , , , , , , , , , Subject: Re: [PATCH 2/3] drivers/xen/balloon.c: Various balloon features and fixes Reply-To: v.tolstov@selfip.ru In-Reply-To: <20101227150847.GA3728@dumpdata.com> References: <20101220134724.GC6749@router-fw-old.local.net-space.pl> <20101227150847.GA3728@dumpdata.com> Message-ID: <947c7677e042b3fd1ca22d775ca9aeb9@imap.selfip.ru> User-Agent: Roundcube Webmail/0.4-trunk X-CSA: fail Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1244 Lines: 26 On Mon, 27 Dec 2010 10:08:47 -0500, Konrad Rzeszutek Wilk wrote: > On Mon, Dec 20, 2010 at 02:47:24PM +0100, Daniel Kiper wrote: >> Features and fixes: >> - HVM mode is supported now, >> - migration from mod_timer() to schedule_delayed_work(), >> - removal of driver_pages (I do not have seen any >> references to it), >> - protect before CPU exhaust by event/x process during >> errors by adding some delays in scheduling next event, >> - some other minor fixes. I have apply this patch to bare 2.6.36.2 kernel from kernel.org. If memory=maxmemory pv guest run's on migrating fine. If on already running domU i have xm mem-max xxx 1024 (before that it has 768) and do xm mem-set 1024 guest now have 1024 memory, but after that it can't migrate to another host. Step to try to start guest with memory=512 and maxmemory=1024 it boot fine, xm mem-set work's fine, but.. it can't migrate. Sorry but nothing on screen , how can i help to debug this problem? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/