From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCuZ5-0002Po-AK for qemu-devel@nongnu.org; Tue, 05 Mar 2013 11:18:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCuZ4-0008Lf-5m for qemu-devel@nongnu.org; Tue, 05 Mar 2013 11:18:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCuZ3-0008LT-Tv for qemu-devel@nongnu.org; Tue, 05 Mar 2013 11:18:06 -0500 Message-ID: <51361AB3.2000502@redhat.com> Date: Tue, 05 Mar 2013 17:17:55 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1362495898-15352-1-git-send-email-pbonzini@redhat.com> <1362495898-15352-2-git-send-email-pbonzini@redhat.com> <87zjyhsvpv.fsf@codemonkey.ws> <51361913.2010007@suse.de> In-Reply-To: <51361913.2010007@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/3] cpu: make CPU_INTERRUPT_RESET available on all targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: dwmw2@infradead.org, Anthony Liguori , lersek@redhat.com, qemu-devel@nongnu.org Il 05/03/2013 17:10, Andreas F=E4rber ha scritto: > I would like to take this through qom-cpu please since I already change= d > cpu_interrupt() to CPUState with my last patch series, for which the > prereqs got an Rb now. >=20 > cpu_soft_reset() still needs to live outside qom/cpu.c due to the CPU > iteration, so this would be purely mechanical. Fine by me. Paolo