From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 19 23:28:23 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37D93FFE for ; Sun, 19 Jan 2014 23:28:23 +0000 (UTC) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 096AB1664 for ; Sun, 19 Jan 2014 23:28:23 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id rr13so6243786pbb.35 for ; Sun, 19 Jan 2014 15:28:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zCOORPS53ats/zTjVdmTmy7qP3LFzNB9SKQ9kqxSggg=; b=LsmZCyjvJgp37REQPXUDgyrFCrvpMaknnbShEOQlh29HPLkWx5Ku5UDK0e6nwOM2X8 Ul2InFgsVMA8pxIZ5DSIrzTHgA4AeehrZRJ+zhR6ZFuQP063pICRtqwRoNoaa4J8XrML DWodMDa1wJ1UYMl+HL9csfWeIt0f/SJbbcHws8hvGEBa46N6sDyDUZfKxXe5rbQw56Dh tlG+24iM1+En7VJA4qFId9FUKn8R1wTR7RBsZJKYfYFkkzfc22u7ZyEmxfIPfqbur1Rb a0DEktRMrfTsRI18BjimUbrUQcsBkPVwIJTHzHnfR0ZMaacEzJbdLJR2FT2oSUtJhkMy Y4yg== MIME-Version: 1.0 X-Received: by 10.66.163.74 with SMTP id yg10mr15159147pab.57.1390174102718; Sun, 19 Jan 2014 15:28:22 -0800 (PST) Received: by 10.68.155.38 with HTTP; Sun, 19 Jan 2014 15:28:22 -0800 (PST) In-Reply-To: References: <9C504625-F183-455E-A0FD-F9A5EC5FA944@gmail.com> Date: Sun, 19 Jan 2014 18:28:22 -0500 Message-ID: Subject: Fwd: kldload vmm partial lockup From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 19 Jan 2014 23:28:23 -0000 ---------- Forwarded message ---------- From: Aryeh Friedman Date: Sun, Jan 19, 2014 at 6:26 PM Subject: Re: kldload vmm partial lockup To: Thomas Hoffmann You should see the proposed handbook entry on virtualization ( http://www.petitecloud.org/handbook.jsp) for more info... note to the list Dee will be doing some additional proofing of this soon and we will submit again On Sun, Jan 19, 2014 at 5:55 PM, Thomas Hoffmann wrote: > On Sun, Jan 19, 2014 at 5:34 PM, Thomas Hoffmann wrote= : > > > On Sun, Jan 19, 2014 at 5:21 PM, Joe Maloney wrote: > > > >> I=92ve been trying to get bhyve to work on a system with the following > >> specs: > >> > >> FreeBSD 10.0 64 bit > >> ASUS P6T Deluxe > >> Intel i7 920 > >> > >> According to what I=92ve researched my cpu should have the VT-D > extensions. > >> However many users of this motherboard have complained about ASUS not > >> properly supporting VT-D with Xen and something about a problem with > tables > >> getting corrupt due to a problem with the bios. On the third link bel= ow > >> which is the Xen wiki it even states that this motherboard needs a bio= s > >> update which is not available to the public. > >> > >> https://communities.intel.com/thread/28389 > >> > >> > >> > http://vip.asus.com/forum/view.aspx?id=3D20090402224408018&SLanguage=3Den= -us&board_id=3D1 > >> > >> http://wiki.xen.org/wiki/VTd_HowTo > >> > >> I am curious though if this would be what would be causing my problem > >> with bhyve? I suppose I am willing to just by a new motherboard if so= . > >> > >> I can run kldload vmm and I see a bunch of text fly by and then > something > >> about uhci interrupt problem. As soon as that happens the messages > repeats > >> my network drops and no keyboard input. However the message repeats > and it > >> doesn=92t appear that the system has fully locked up otherwise. Howev= er > on > >> another system that works I notice that kldload VMM does not show this > >> information it just loads the module. > >> > >> Is there a way I can gather more logs somehow so that I can determine > >> what text is appearing before the uhci errors? Perhaps some kind of > dump > >> procedure? Or is there a way I can confirm that freebsd can properly > see > >> and utilize the VT-D extensions. VirtualBox runs fine with the VT > >> extensions enabled. I also made sure VirtualBox wasn=92t installed or > loaded > >> before I tried bhyve. I=92ve tried to research for a week or two befo= re > >> posting here. > >> > >> Joe Maloney > >> > > > > According to this, your processor supports VT-x, but not VT-d ; > > > http://ark.intel.com/products/37147/Intel-Core-i7-920-Processor-8M-Cache-= 2_66-ghz-4_80-gts-Intel-qpi > > > > -Tom > > > > But this i7-920 processor does: > > http://ark.intel.com/products/43126/Intel-Core-i7-920XM-Processor-Extreme= -Edition-8M-Cache-2_00-GHz > > Not sure which you have. > > -Tom > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" > --=20 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org --=20 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org