From owner-freebsd-xen@FreeBSD.ORG Thu Apr 23 10:03:04 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AAA31D6 for ; Thu, 23 Apr 2015 10:03:04 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E55BC16C0 for ; Thu, 23 Apr 2015 10:03:03 +0000 (UTC) Received: by wgso17 with SMTP id o17so12848347wgs.1 for ; Thu, 23 Apr 2015 03:03:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=r9p7sqFLsnYFHcNUy3ZYZlClCVjYx/gG6/VZqf1yvAw=; b=A5pCqtUgpwMRXBdQeEsIQDTr+PrlZPs6kF2U6nViuyMh0/+7jNAbBjt2BdfuxME0zb 3Nkg7vDpxeglwkXb71NyaZhP2TRYKjaOkd4lftZRgg+IdKM7qtnbUbaZg1pMtpWftZCI XlP2DE+TRtnFPfxdaeOm5JmwFySkunkzEoSTksnj4Fkfiq9TEb4qVqN2Re3Y8LaitKX1 ZEjdEvfj8bNndccFEeVQ9Ujd6VRqz1N8bpOIZYBhCNC8Go1+NVadBnqzCJzl5mbXgqGg xt1sBU69peBkD/PB1laMCiMfnhsK+Db9cP8XS3ELm51zWReIGjR9NIhM98fuy0bRAJms 7NfQ== X-Received: by 10.180.101.2 with SMTP id fc2mr8469653wib.82.1429783382389; Thu, 23 Apr 2015 03:03:02 -0700 (PDT) Received: from [172.16.1.30] (53.Red-88-9-170.dynamicIP.rima-tde.net. [88.9.170.53]) by mx.google.com with ESMTPSA id dg8sm11344973wjc.9.2015.04.23.03.03.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 03:03:01 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Message-ID: <5538C34F.9070309@FreeBSD.org> Date: Thu, 23 Apr 2015 12:02:55 +0200 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: =?UTF-8?B?R3VzdGF1IFDDqXJleg==?= , FreeBSD XEN Subject: Re: Again with L5520 References: <5538C13C.1050707@entel.upc.edu> In-Reply-To: <5538C13C.1050707@entel.upc.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 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, 23 Apr 2015 10:03:04 -0000 Hello, El 23/04/15 a les 11.54, Gustau PĂ©rez ha escrit: > Hello, > > I'm trying to recap the patches needed to work with the L5520 box I > have here at $work. Checking the mailing I'd say two patches [1], [2] You can drop patch 2, patch 1 already fixes the issue in a proper way, patch 2 was just a workaround. > are needed for xen kernel to work with that box, also a bit of tweaking > is needed for the cmdline. > > I applying those two patches over the xen code allows the machine to > boot. I see the xen kernel load the dom0 kernel and I see no interrupt > problems. However, I'm not able to start any domain because of > permission denied problems: Can you paste the full boot log of the box (including Xen and FreeBSD)? Also, are you using the same version for the Xen kernel and the Xen tools (were both installed using the same exact revision)? Roger.