git: kernel - Do not try to apply certain hw errata fixes if in a VM guest

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 11 15:48:46 PDT 2013


commit 88416a265dea60b0fdb06c6f9746f1ad7c3959fb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jul 11 15:44:41 2013 -0700

    kernel - Do not try to apply certain hw errata fixes if in a VM guest
    
    * Do not try to apply certain hw errata fixes (721) if in a VM guest.
    
    Submitted-by: vsrinivas

Summary of changes:
 sys/cpu/i386/include/specialreg.h   |  3 +++
 sys/cpu/x86_64/include/specialreg.h |  3 +++
 sys/platform/pc32/i386/initcpu.c    | 20 +++++++++++++++-----
 sys/platform/pc64/x86_64/initcpu.c  | 17 ++++++++++++-----
 4 files changed, 33 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88416a265dea60b0fdb06c6f9746f1ad7c3959fb


-- 
DragonFly BSD source repository



More information about the Commits mailing list