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 support for wbinvd instruction exit (which windows uses)
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 7 Aug 2008 22:51:53 +0000 (22:51 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 7 Aug 2008 22:51:53 +0000 (22:51 +0000)
commit851cedf7660970f7af19bffb63b1ba1d70f77e3e
tree40dc2653ada10f9d7512c11d95beff1305d2bd3d
parenta32563c70ad5a49b3b7fb23f07b13d2c6710c03f
Added support for wbinvd instruction exit (which windows uses)
Cleaned up svm_handler and added the list of unhandled exits for clarity
(Everything is now a switch)
palacios/src/palacios/svm_halt.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/svm_wbinvd.c [new file with mode: 0644]
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_emulator.c