From owner-freebsd-virtualization@freebsd.org Wed Oct 26 02:34:28 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1DA4C22342 for ; Wed, 26 Oct 2016 02:34:28 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from mx1.scaleengine.net (mx1.scaleengine.net [209.51.186.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79F1B643 for ; Wed, 26 Oct 2016 02:34:28 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (unknown [10.1.1.2]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 8818DBCE1 for ; Wed, 26 Oct 2016 02:34:26 +0000 (UTC) Subject: Re: svm/amd-v not working after upgrade from 10.3 to 11 To: freebsd-virtualization@freebsd.org References: From: Allan Jude Message-ID: Date: Tue, 25 Oct 2016 22:34:26 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 26 Oct 2016 02:34:28 -0000 On 2016-10-25 22:22, Aryeh Friedman wrote: > For some reason dmesg is incomplete but here is what it does give me: > > aryehl@lilith:/home/aryehl% dmesg > uhub7: 4 ports with 4 removable, self powered > ugen1.3: at usbus1 > ugen1.4: at usbus1 > ukbd0 on uhub7 > ukbd0: on usbus1 > kbd2 at ukbd0 > re0: link state changed to UP > ums0 on uhub7 > ums0: on usbus1 > ums0: 3 buttons and [XYZ] coordinates ID=0 > interface hv_kvp.1 already present in the KLD 'kernel'! > linker_load_file: Unsupported file type > nvidia-modeset: Allocated GPU:0 (GPU-c309822d-608d-4d8a-6ab7-11d49570c3c6) > @ PCI:0000:01:00.0 > vboxdrv: ffffffff83434020 VMMR0.r0 > ugen1.2: at usbus1 (disconnected) > uhub7: at uhub5, port 3, addr 2 (disconnected) > ugen1.3: at usbus1 (disconnected) > ums0: at uhub7, port 1, addr 3 (disconnected) > ums0: detached > ugen1.4: at usbus1 (disconnected) > ukbd0: at uhub7, port 4, addr 4 (disconnected) > ukbd0: detached > uhub7: detached > ugen1.2: at usbus1 > uhub7 on uhub5 > uhub7: on > usbus1 > uhub7: 4 ports with 4 removable, self powered > ugen1.3: at usbus1 > ums0 on uhub7 > ums0: on usbus1 > ums0: 3 buttons and [XYZ] coordinates ID=0 > ugen1.4: at usbus1 > ukbd0 on uhub7 > ukbd0: on usbus1 > kbd2 at ukbd0 > ugen1.3: at usbus1 (disconnected) > ums0: at uhub7, port 1, addr 3 (disconnected) > ums0: detached > ugen1.3: at usbus1 > ums0 on uhub7 > ums0: on usbus1 > ums0: 3 buttons and [XYZ] coordinates ID=0 > > > On Tue, Oct 25, 2016 at 3:31 PM, Anish wrote: > >> Please share dmesg output. I have not run into this, will give you some >> patch to try. >> >> -Anish >> >> Sent from my iPhone >> >>> On Oct 24, 2016, at 9:00 PM, Aryeh Friedman >> wrote: >>> >>> After I did a clean install of 11 on a machine, HP Pavilion p7-1234, that >>> used to have 10.3 on it vmm and virtualbox both claim that svm/amd-v are >>> turned off in the BIOS. The BIOS has no settings for virtualization >> (and >>> no BIOS upgrades are available from HP). >>> >>> How do I force svm/amd-v to be used? >>> >>> -- >>> Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org >>> _______________________________________________ >>> freebsd-virtualization@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >>> To unsubscribe, send any mail to "freebsd-virtualization- >> unsubscribe@freebsd.org" The file /var/run/dmesg.boot will have a copy of dmesg from when the machine booted. If virtualbox is also reporting the issue, It is likely not a bhyve bug. -- Allan Jude