From owner-freebsd-xen@FreeBSD.ORG Thu Jan 13 22:46:41 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBC121065679; Thu, 13 Jan 2011 22:46:41 +0000 (UTC) (envelope-from got.andras@deployis.eu) Received: from mail.deployis.eu (mail.deployis.eu [217.20.135.253]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7B58FC14; Thu, 13 Jan 2011 22:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=deployis.eu; s=default; h=Subject:To:From:Date; bh=w11W5ArEaJagVz0gYc1IehAw7JhGOMwr8VrZAxTCLkA=; b=ohVUhc0wxTi5gcQNtrJDwnP7Ca3pfP7HaxlypqENIN5qVwOQlezWptjnIO1WpeV1QWwSCFoI5U5GnrD0f0W2vQvyfHej5xSAQOcpUJ9eZgT+tgHFHhni1k5ADk71miNS; Received: from 54033545.catv.pool.telekom.hu ([84.3.53.69]:48628 helo=[192.168.0.102]) by mail.deployis.eu with esmtpsa (Exim 4.71 #1 (Debian)) id 1PdVwG-0003H0-Db from ; Thu, 13 Jan 2011 23:46:40 +0100 Message-ID: <4D2F80D0.5000803@deployis.eu> Date: Thu, 13 Jan 2011 23:46:40 +0100 From: =?ISO-8859-1?Q?G=F3t_Andr=E1s?= User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: Colin Percival References: <201101121601.58282.snasonov@bcc.ru> <201101131651.37535.snasonov@bcc.ru> <4D2F0926.3070407@deployis.eu> <201101131722.38551.snasonov@bcc.ru> <4D2F7CBC.4090502@deployis.eu> <4D2F7DA1.4050206@freebsd.org> <4D2F7E3F.1000007@deployis.eu> <4D2F7F3A.6090008@freebsd.org> In-Reply-To: <4D2F7F3A.6090008@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-DKIM-Status: None (from 84.3.53.69) X-Mail-Status-postahivatal: trustedmail (from 84.3.53.69) Cc: freebsd-xen@freebsd.org Subject: Re: does anyone have Xen running on an AMD system? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 22:46:42 -0000 Colin Percival wrote: > On 01/13/11 14:35, Gót András wrote: >> Colin Percival wrote: >>> This is a different panic (PR kern/152228). To fix this one, set >>> machdep.idle_mwait=0 in the loader. >> er, how could we set it from the Xen config side (or any side)? With >> Linux, in PV mode Xen just boots the kernel with some params. > > I think putting it into the extra="..." line in a xen domain config file works. > I'm using pv-grub, and with that I just add the config options after the kernel > path (e.g., "kernel /boot/kernel/kernel machdep.idle_mwait=0,boot_verbose=1"). > Thanks, I've just find it here: http://wiki.freebsd.org/AdrianChadd/XenHackery It boots fine with machdep.idle_mwait=0