From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7k7f-00073p-77 for qemu-devel@nongnu.org; Wed, 24 Jun 2015 08:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7k7b-0001Zu-R1 for qemu-devel@nongnu.org; Wed, 24 Jun 2015 08:49:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7k7b-0001Zn-La for qemu-devel@nongnu.org; Wed, 24 Jun 2015 08:49:43 -0400 Message-ID: <558AA75D.4070402@redhat.com> Date: Wed, 24 Jun 2015 14:49:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5571B77D.1070202@suse.de> <20150605150535.GJ3410@thinpad.lan.raisama.net> <558AA714.9060600@suse.de> In-Reply-To: <558AA714.9060600@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 4/4] cpus: Change exec_init arg to cpu, not env List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?windows-1252?Q?Andreas_F=E4rber?= , Eduardo Habkost Cc: Peter Maydell , Jia Liu , Peter Crosthwaite , Bastian Koppelmann , Anthony Green , Mark Cave-Ayland , qemu-devel@nongnu.org, Alexander Graf , Blue Swirl , Max Filippov , Peter Crosthwaite , Michael Walle , Bharata B Rao , "Edgar E. Iglesias" , Guan Xuetao , Leon Alrae , Aurelien Jarno , rth@twiddle.net On 24/06/2015 14:48, Andreas F=E4rber wrote: > I was expecting you to handle cpu_exec_init() through your x86 tree, bu= t > seems that didn't happen. I am going through CPU patches today, so coul= d > take open series but then would need to pick up the ENV_* stuff too, > which I thought would go through Paolo in my absence... I'm sorry for the misunderstanding. I myself left the series behind waiting for Bharata's series to get in, without really trying to see what depended on it and what didn't. Paolo