From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHhbu-0002Yh-3a for qemu-devel@nongnu.org; Wed, 04 May 2011 15:19:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHhbs-0005wY-OI for qemu-devel@nongnu.org; Wed, 04 May 2011 15:19:46 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:46980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHhbs-0005wT-IM for qemu-devel@nongnu.org; Wed, 04 May 2011 15:19:44 -0400 Received: by qwj8 with SMTP id 8so1113298qwj.4 for ; Wed, 04 May 2011 12:19:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1304202271-24730-1-git-send-email-rth@twiddle.net> References: <1304202271-24730-1-git-send-email-rth@twiddle.net> From: Blue Swirl Date: Wed, 4 May 2011 22:19:24 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, Aurelien Jarno On Sun, May 1, 2011 at 1:24 AM, Richard Henderson wrote: > Blue Swirl pointed out that CPU_INTERRUPT_TIMER was unused, > and should therefore be remove. =C2=A0This is a logical extension > of that, making all target specific cpu interrupts really be > private to the target. > > This will allow new ports to define external cpu interrupts > as needed without having to modify generic code. The patches don't apply, please rebase. Please also fix the tab and trailing whitespace problems spotted by scripts/checkpatch.pl while at it.