Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added FS_BASE and GS_BASE MSRs to passthrough set.
authorJack Lange <jacklange@cs.pitt.edu>
Mon, 31 Oct 2011 23:43:23 +0000 (19:43 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Mon, 31 Oct 2011 23:43:23 +0000 (19:43 -0400)
commit3e31ab96d49dcd604f85f9f81a7acc37a43ef036
treefce8fc2989aace6e0dbe0d0ec2399863774a8a1b
parenta9e204d157a33976ca454b2ce8b161c2a5501b14
added FS_BASE and GS_BASE MSRs to passthrough set.

I think these MSRs are probably hardwired directly to the GDT entries, so there is no need to virtualize them.
This is good because the hardware does not provide any virtualization support for these two MSRs at all.

Of course I might be wrong about this...
palacios/src/palacios/svm.c
palacios/src/palacios/vmx.c