From owner-freebsd-doc@freebsd.org Fri Aug 2 13:18:37 2019 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE221B2D9D for ; Fri, 2 Aug 2019 13:18:37 +0000 (UTC) (envelope-from marc@blackend.org) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) (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 460SR02qVxz44S8 for ; Fri, 2 Aug 2019 13:18:35 +0000 (UTC) (envelope-from marc@blackend.org) Received: from emphyrio.blackend.org (unknown [88.179.1.53]) by smtp2-g21.free.fr (Postfix) with ESMTPS id 2D4DC2003F6; Fri, 2 Aug 2019 15:18:33 +0200 (CEST) Received: from emphyrio.blackend.org (localhost [127.0.0.1]) by emphyrio.blackend.org (8.15.2/8.15.2) with ESMTPS id x72DIVoK002475 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Aug 2019 15:18:32 +0200 (CEST) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.15.2/8.15.2/Submit) id x72DIVpS002474; Fri, 2 Aug 2019 15:18:31 +0200 (CEST) (envelope-from marc) Date: Fri, 2 Aug 2019 15:18:31 +0200 From: Marc Fonvieille To: Christian Weisskopf Cc: freebsd-doc@freebsd.org Subject: Re: Link Intel Extended Page Tables Message-ID: <20190802131831.GA2011@emphyrio.blackend.org> Mail-Followup-To: Christian Weisskopf , freebsd-doc@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 460SR02qVxz44S8 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of marc@blackend.org has no SPF policy when checking 212.27.42.2) smtp.mailfrom=marc@blackend.org X-Spamd-Result: default: False [3.19 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.87)[0.866,0]; IP_SCORE(1.12)[ip: (4.95), ipnet: 212.27.32.0/19(2.61), asn: 12322(-1.95), country: FR(-0.01)]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[2.42.27.212.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[blackend@freebsd.org,marc@blackend.org]; FREEMAIL_TO(0.00)[gmail.com]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12322, ipnet:212.27.32.0/19, country:FR]; FROM_NEQ_ENVFROM(0.00)[blackend@freebsd.org,marc@blackend.org]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2019 13:18:37 -0000 On Wed, Jul 31, 2019 at 11:29:24PM +0200, Christian Weisskopf wrote: > Hi > > Not sure if this is the right place to send this to, but on this page: > https://www.freebsd.org/doc/handbook/virtualization-host-bhyve.html > > This URL: > http://ark.intel.com/search/advanced?s=t&ExtendedPageTables=true > > Should probably be changed to: > https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&0_ExtendedPageTables=True > Fixed in r53291. Thanks a lot! -- Marc