From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGY7R-0006WM-Hg for qemu-devel@nongnu.org; Sun, 01 May 2011 10:59:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGY7Q-0006S1-L6 for qemu-devel@nongnu.org; Sun, 01 May 2011 10:59:33 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:42546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGY7Q-0006Rx-GS for qemu-devel@nongnu.org; Sun, 01 May 2011 10:59:32 -0400 Received: by pzk30 with SMTP id 30so3483703pzk.4 for ; Sun, 01 May 2011 07:59:30 -0700 (PDT) Sender: Richard Henderson Message-ID: <4DBD754F.3040803@twiddle.net> Date: Sun, 01 May 2011 07:59:27 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1304202271-24730-1-git-send-email-rth@twiddle.net> <4DBC8F01.9020109@twiddle.net> <4DBD175D.4080608@web.de> In-Reply-To: <4DBD175D.4080608@web.de> 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: Jan Kiszka Cc: Blue Swirl , qemu-devel@nongnu.org, Aurelien Jarno On 05/01/2011 01:18 AM, Jan Kiszka wrote: > On 2011-05-01 00:36, Richard Henderson wrote: >> 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. > > That rather looks like a ghost. Can you name some hashes, files, and > lines that should contain this? Gah, sorry, CPU_INTERRUPT_MCE. Dunno what my fingers were thinking. r~