From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S89Tc-0007j4-O1 for qemu-devel@nongnu.org; Thu, 15 Mar 2012 08:08:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S89T8-0000QE-1t for qemu-devel@nongnu.org; Thu, 15 Mar 2012 08:08:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S89T7-0000Pq-QR for qemu-devel@nongnu.org; Thu, 15 Mar 2012 08:07:45 -0400 Date: Thu, 15 Mar 2012 14:07:36 +0200 From: Gleb Natapov Message-ID: <20120315120736.GB22368@redhat.com> References: <1329347774-23262-3-git-send-email-imammedo@redhat.com> <4F3CF010.1040607@siemens.com> <4F3CFBBB.5020600@codemonkey.ws> <4F5F141F.8080202@cn.fujitsu.com> <4F5F29CE.70806@suse.de> <4F604FF9.8010403@cn.fujitsu.com> <4F6058BE.4060403@redhat.com> <20120314134959.GC14227@dhcp-192-168-178-175.profitbricks.localdomain> <20120314152324.GF2304@redhat.com> <20120314195508.GD14227@dhcp-192-168-178-175.profitbricks.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120314195508.GD14227@dhcp-192-168-178-175.profitbricks.localdomain> Subject: Re: [Qemu-devel] [PATCH 2/7] Convert pc cpu to qdev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasilis Liaskovitis Cc: Lai Jiangshan , Jan Kiszka , "qemu-devel@nongnu.org" , Anthony Liguori , Igor Mammedov , Andreas =?utf-8?Q?F=C3=A4rber?= On Wed, Mar 14, 2012 at 08:55:08PM +0100, Vasilis Liaskovitis wrote: > On Wed, Mar 14, 2012 at 05:23:24PM +0200, Gleb Natapov wrote: > > On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote: > > > Hi, > > > > > > > > On a different note, are your going to continue working on your memory hot plug series? > > I am going to look at it now. > > The memory hotplug patch from September has several issues (e.g. unplug/memory > free isn't really performed at the qemu level) and is outdated (qemu-kvm-0.15 > and seabios-0.6.1 timeframe). > I 've continued working on it against master/new memory API and I will resubmit > for comments. > Thanks, I've commented on your previous submission. When do you expect to send update patches? -- Gleb.