From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGImU-0006bF-5C for qemu-devel@nongnu.org; Sat, 30 Apr 2011 18:36:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGImT-00079k-8w for qemu-devel@nongnu.org; Sat, 30 Apr 2011 18:36:54 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:38655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGImT-00079b-4I for qemu-devel@nongnu.org; Sat, 30 Apr 2011 18:36:53 -0400 Received: by pxi16 with SMTP id 16so1467652pxi.4 for ; Sat, 30 Apr 2011 15:36:52 -0700 (PDT) Sender: Richard Henderson Message-ID: <4DBC8F01.9020109@twiddle.net> Date: Sat, 30 Apr 2011 15:36:49 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1304202271-24730-1-git-send-email-rth@twiddle.net> In-Reply-To: <1304202271-24730-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Aurelien Jarno I forgot to mention: the patch series is at git://repo.or.cz/qemu/rth.git rth/irq-1 Also, the i386 port defines a CPU_TARGET_MCE, checked by the kvm code, but as far as I can tell that bit is never set. I've left that alone for now. r~