From owner-freebsd-virtualization@FreeBSD.ORG Tue May 5 06:27:01 2015 Return-Path: Delivered-To: freebsd-virtualization@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 ACF3D58D for ; Tue, 5 May 2015 06:27:01 +0000 (UTC) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) (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 8491A109E for ; Tue, 5 May 2015 06:27:01 +0000 (UTC) Received: by pabsx10 with SMTP id sx10so182517160pab.3 for ; Mon, 04 May 2015 23:26:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=jkL1WhE6riVb01abPr66xdZhOoeS/61ved5XDy29/Yo=; b=eRhL62/TOYxzt0ep2nzs6rhiu3FX34wHGVUz5E1RHcfzmEIhRg/geAN4n1Wm+agb3K 8iMzMBCATGztj9PcDvXJWWEpSunchSmrnnlYsddF7Coq8M6XtldPobpCc/jQ8i3v8uQV POKErs7fA4bV9xVYF9XrsZwSvTCwkaIlrNbrqGayXyA7WFLFEYJMJRgmLmMJHihl23sI KDxutP0myR9kDIftzV04a7F2K5FGlMyCMPuoHBHlECVO4AktWj32xgvQTl38Y80aExDo sJGfE0bCe/VSIq8w5B1BaDCOn7Qop7t8NVAPPBVv8C0i6HIom1ATVsdolA7wycGTWYBq z+7Q== X-Gm-Message-State: ALoCoQlTPV9dYJJaf4zqz7oTtOqQfMGZ1DCbjbvxtsbz/dFpJZY9pTB/FhlB3YXvZXrSeX4hHf47 X-Received: by 10.68.125.130 with SMTP id mq2mr47805644pbb.121.1430807213955; Mon, 04 May 2015 23:26:53 -0700 (PDT) Received: from Michaels-MacBook-Pro.local (c-73-25-21-123.hsd1.or.comcast.net. [73.25.21.123]) by mx.google.com with ESMTPSA id nl16sm14722185pdb.56.2015.05.04.23.26.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 May 2015 23:26:53 -0700 (PDT) Message-ID: <554862AE.9030203@callfortesting.org> Date: Mon, 04 May 2015 23:26:54 -0700 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org, =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= Subject: Re: xen_kernel, console and X11 References: <20150502154340.GA8333@kloomba> <55473E2A.3020306@FreeBSD.org> <20150504140727.GA983@kloomba> <55478123.3050807@FreeBSD.org> In-Reply-To: <55478123.3050807@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 06:27:01 -0000 On 5/4/15 7:24 AM, Roger Pau Monné wrote: > Another user also reported a similar problem with Xen and X, and it was > solved by the following patch: > > https://people.freebsd.org/~royger/0001-xen-introduce-a-newbus-function-to-allocate-unused-m.patch I got this built and installed and alas, the most I can get is a partial DomU boot with it always rebooting the Dom0 at a different stage of DomU boot. Note that it instantly panicked if the Dom0 has 8GB RAM which may relate to the 4GB mentioned in the patch. Michael