From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCUmA-00016Z-Lf for qemu-devel@nongnu.org; Tue, 27 Mar 2012 07:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCUm0-0004ku-EZ for qemu-devel@nongnu.org; Tue, 27 Mar 2012 07:41:22 -0400 Received: from 204.146.238.178.in-addr.arpa ([178.238.146.204]:46951 helo=mail.local) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCUm0-0004kV-6l for qemu-devel@nongnu.org; Tue, 27 Mar 2012 07:41:12 -0400 Message-ID: <4F71A757.7040401@nowonline.co.uk> Date: Tue, 27 Mar 2012 12:41:11 +0100 From: Lee Essen MIME-Version: 1.0 References: <1332606390-3605-1-git-send-email-lee.essen@nowonline.co.uk> <1332606390-3605-2-git-send-email-lee.essen@nowonline.co.uk> <20120327072948.GC18074@stefanha-thinkpad.localdomain> In-Reply-To: <20120327072948.GC18074@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] Enable sigbus_reraise for Solaris List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Blue Swirl , =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org On 27/03/2012 08:29, Stefan Hajnoczi wrote: > On Sat, Mar 24, 2012 at 04:26:28PM +0000, Lee Essen wrote: >> sigbus_reraise is used by the kvm_wait_io_event function and is >> needed on both Linux and Solaris. This patch adds CONFIG_SOLARIS >> to the current CONFIG_LINUX only ifdef. >> >> Signed-off-by: Lee Essen >> --- >> cpus.c | 4 +++- >> 1 files changed, 3 insertions(+), 1 deletions(-) > > I'm curious if this means Illumos KVM has MCE support? > > Stefan > KVM_CAP_MCE is defined and the supporting ioctl's seem to be there. Not having this code enabled stops it working, and it was in the original illumos port .. but that's about as far as my knowledge goes on this. Lee.