Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2008 01:27:40 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/i386/include cpufunc.h src/sys/i386/xen xen_machdep.c
Message-ID:  <200810190127.m9J1RmtL098587@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2008-10-19 01:27:40 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/include     cpufunc.h 
    sys/i386/xen         xen_machdep.c 
  Log:
  SVN rev 184040 on 2008-10-19 01:27:40Z by kmacy
  
  - move gdt, ldt allocation to before KPT allocation
  - fix bugs where we would:
      - try to map the hypervisors address space
      - accidentally kick out an existing kernel mapping for some domain creation memory allocation sizes
      - accidentally skip a 2MB kernel mapping for some domain creation memory allocation sizes
  - don't rely on trapping in to xen to read rcr2, reference through vcpu
  - whitespace cleanups
  
  Revision  Changes    Path
  1.150     +6 -2      src/sys/i386/include/cpufunc.h
  1.13      +59 -40    src/sys/i386/xen/xen_machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810190127.m9J1RmtL098587>