From owner-freebsd-virtualization@FreeBSD.ORG Tue Feb 24 06:43:04 2015 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7A5B863 for ; Tue, 24 Feb 2015 06:43:04 +0000 (UTC) Received: from mail-yh0-x22a.google.com (mail-yh0-x22a.google.com [IPv6:2607:f8b0:4002:c01::22a]) (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 5FE6C642 for ; Tue, 24 Feb 2015 06:43:04 +0000 (UTC) Received: by yhoc41 with SMTP id c41so13231328yho.2 for ; Mon, 23 Feb 2015 22:43:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=gH7mVwNZbjeBWQAzRntvEoWOGZNH54/NIBtHLs08tTk=; b=KqHt3MYosyhvOHyFiMDsa+D1wpPilyGSFktGmIUs4ky6vOLEu99vDWr12GPsiAhOBR UNJuUhippTdjsh0EzymA1zFam4r7C19A4lBt3maNVKEWrGKMBBtf90swircZhw+Z48/O h5ea12R2P/P6XGqxWL3H/M7Tg/brDjx5LCNBqukfzjBRDUoNUN8uSsqdtcx5+Z7KGjad 1xvnyz/TKk3Vx17RFejugiJ4RAw4DHEBI+Rq0oCqMxu8rgr9bVgxUrVhTs5jCgxpSmDx zvWJntjUQdt2K+4wbJ+JKngOl8bmMbAxucjXJ3u3JsqpHHBU8ZR/InUDrUp7ClRqEraa w6Gg== X-Received: by 10.170.194.148 with SMTP id l142mr14505632yke.109.1424760183471; Mon, 23 Feb 2015 22:43:03 -0800 (PST) MIME-Version: 1.0 Sender: jtubnor@gmail.com Received: by 10.170.57.142 with HTTP; Mon, 23 Feb 2015 22:42:43 -0800 (PST) In-Reply-To: References: From: Jason Tubnor Date: Tue, 24 Feb 2015 17:42:43 +1100 X-Google-Sender-Auth: W2lkpRuX26GXwHC1I799MoKL0Jo Message-ID: Subject: Re: OpenBSD guest in bhyve on AMD CPU To: Neel Natu Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Feb 2015 06:43:04 -0000 On 24 February 2015 at 16:37, Neel Natu wrote: >> >> I suspect that the guest is getting a #GP exception when accessing an >> MSR that is not emulated by bhyve. >> >> Can you start the guest with the "-w" option passed to bhyve? >> > > r279227 has a fix for this and should allow booting without the "-w". > > https://svnweb.freebsd.org/base?view=revision&revision=279227 > Patched and built against 10-stable and works like a charm. Thanks guys!