From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUJUK-00034b-PE for qemu-devel@nongnu.org; Tue, 15 May 2012 11:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUJUJ-0001AN-18 for qemu-devel@nongnu.org; Tue, 15 May 2012 11:16:36 -0400 Date: Tue, 15 May 2012 17:16:09 +0200 From: Igor Mammedov Message-ID: <20120515151609.GA30569@thinkpad.mammed.net> References: <1336608892-30501-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1336608892-30501-1-git-send-email-afaerber@suse.de> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH next v2 00/74] QOM CPUState, part 3: CPU reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Peter Maydell , Riku Voipio , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , Max Filippov , Michael Walle , qemu-ppc , Anthony Liguori , Paolo Bonzini , "Edgar E. Iglesias" , Aurelien Jarno , Richard Henderson On Thu, May 10, 2012 at 02:13:38AM +0200, Andreas F=E4rber wrote: > target-i386: Pass X86CPU to do_cpu_{init,sipi}() > target-i386: Let cpu_x86_init() return X86CPU > pc: Use cpu_x86_init() to obtain X86CPU > pc: Pass X86CPU to pc_cpu_reset() Reviewed-by: Igor Mammedov