From owner-cvs-src-old@FreeBSD.ORG Fri Aug 27 18:55:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D88F10656AD for ; Fri, 27 Aug 2010 18:55:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00D788FC12 for ; Fri, 27 Aug 2010 18:55:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7RIto5m036111 for ; Fri, 27 Aug 2010 18:55:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7RItokn036110 for cvs-src-old@freebsd.org; Fri, 27 Aug 2010 18:55:50 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201008271855.o7RItokn036110@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 27 Aug 2010 18:55:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/amd64 initcpu.c src/sys/i386/i386 initcpu.c src/sys/kern subr_param.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 18:55:51 -0000 jhb 2010-08-27 18:55:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/amd64 initcpu.c sys/i386/i386 initcpu.c sys/kern subr_param.c Log: SVN rev 211891 on 2010-08-27 18:55:24Z by jhb MFC 210774,210935: - Tweak the logic to disable CLFLUSH in virtual environments to work around problems with flushing the local APIC register range so that it checks vm_guest directly. - Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixes the virtualization detection successfully disabling the CLFLUSH instruction. Revision Changes Path 1.54.2.5 +6 -6 src/sys/amd64/amd64/initcpu.c 1.62.2.4 +6 -6 src/sys/i386/i386/initcpu.c 1.90.2.6 +1 -0 src/sys/kern/subr_param.c