From nobody Tue Jul 16 23:12:22 2024 X-Original-To: virtualization@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WNvws3GHXz5QSLt for ; Tue, 16 Jul 2024 23:12:29 +0000 (UTC) (envelope-from SRS0=+cz1=OQ=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) (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 4WNvws0BMYz4T8x for ; Tue, 16 Jul 2024 23:12:27 +0000 (UTC) (envelope-from SRS0=+cz1=OQ=freebsd.org=grehan@iredmail.onthenet.com.au) Authentication-Results: mx1.freebsd.org; none Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id A3AC320B49B3 for ; Wed, 17 Jul 2024 09:12:22 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 9CC432127CB9 for ; Wed, 17 Jul 2024 09:12:22 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nt.com.au; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:references:to:content-language:subject:subject :user-agent:mime-version:date:date:message-id; s=dkim; t= 1721171542; x=1723763543; bh=CEyNM33zM3ttUSDRu6VYw1tvu3ngmc36yxG G2AkDJQw=; b=V/bBZfHICenzhm8uvHnygiCd/cX8m8oA9VheOlOrApVxfEyeDNW NOc6i6gUJZ2+v/fiwHyi9iExDW7X+N2bZSUpWkRqfBcRorEl78NuF8UQ2jxOMBnj uQT8o8x/OacrmgtChJRLugWeymRtyFJwDXnz4aT5qTz1FaKUdH9SVlU4= Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id rI9olZyoKqF5 for ; Wed, 17 Jul 2024 09:12:22 +1000 (AEST) Received: from [192.168.1.118] (otn-120-29-26-72.broadband.onthenet.net [120.29.26.72]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 7B5432127CB7; Wed, 17 Jul 2024 09:12:22 +1000 (AEST) Message-ID: <4b081401-4f57-42b7-9795-c7c3885e3b68@freebsd.org> Date: Wed, 17 Jul 2024 09:12:22 +1000 List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-virtualization@freebsd.org Sender: owner-freebsd-virtualization@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: nmdm issues with bhyve Content-Language: en-US To: Kyle Evans , virtualization@freebsd.org References: <20240716153851.60c1ea61@PolarianBSD> <16dfe6b3-2ef1-4859-a5b0-a36efe452804@FreeBSD.org> From: Peter Grehan In-Reply-To: <16dfe6b3-2ef1-4859-a5b0-a36efe452804@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.4 cv=Fu4D/Xrq c=1 sm=1 tr=0 ts=6696fe56 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=a4bhmx2LhB2xo2qa/CUXUA==:17 a=IkcTkHD0fZMA:10 a=4kmOji7k6h8A:10 a=zuic0gOjEFedAopvo_8A:9 a=QEXdDO2ut3YA:10 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[cz1=OQ=freebsd.org=grehan]; ASN(0.00)[asn:9313, ipnet:203.13.68.0/24, country:AU] X-Rspamd-Queue-Id: 4WNvws0BMYz4T8x > wrmsr to register 0xc0011029(0x3) on vcpu 0 The -w option is needed so that bhyve won't exit on accessing an unimplemented MSR (that particular one is harmless). later, Peter.