From owner-freebsd-virtualization@FreeBSD.ORG Mon Jan 21 14:27:31 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 54EA39C3 for ; Mon, 21 Jan 2013 14:27:31 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) by mx1.freebsd.org (Postfix) with ESMTP id EF24D3EE for ; Mon, 21 Jan 2013 14:27:30 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id eh20so5833269obb.23 for ; Mon, 21 Jan 2013 06:27:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=phP1DhO3gz3aFx9C37LRtbp2dBHGOQ8/l1pkbchXCNo=; b=sDqgtFNwVniQoDewzUYqprxelwfD26BiKibfG9pjukSvsu3h3MKbR0RRAv6lSFgsNz Q8p/6z0MS3l4ADGM0eTvDm78U1lkoJlGe/w3uWxZo/x0deG90j1bpfPOivjAJwGPxpmc DZNWYwEKHcgenVTJ5RcW2CPPvx+Twj11+DnmAltWoICYN1qNC/8IPhd4QGuHNELvvdYe yE4ImLHSYL7O9wpoosMvayciXK79QgMBJNfMEYX8+QDHmBe2VljpwYSFicaI0cTr+VOm B5IQ9VKFiWB9qpHrAP5ztIPFW42nzPij78vt2pD5g58O7AGr0lcbK32OhkUkqw2IwiI/ JqfQ== MIME-Version: 1.0 X-Received: by 10.60.30.201 with SMTP id u9mr14401077oeh.28.1358778444068; Mon, 21 Jan 2013 06:27:24 -0800 (PST) Received: by 10.76.128.68 with HTTP; Mon, 21 Jan 2013 06:27:23 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 09:27:23 -0500 Message-ID: Subject: Re: problems about bhyve From: Ryan Stone To: Jesse Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 21 Jan 2013 14:27:31 -0000 On Mon, Jan 21, 2013 at 6:11 AM, Jesse wrote: > First, I have to load vmm manually. If I write vmm_load="YES" into > /boot/loader.conf and restart the computer, then run ./vmrun.sh vm0, the > whole computer is dead, no keyboard, mouse response. And there is no > response when I press the power button too. So I have to cut off the > electronic. But it's OK if I manually load the vmm module. > This was fixed in r245704.