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 hash table
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 31 Jul 2008 18:52:56 +0000 (18:52 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 31 Jul 2008 18:52:56 +0000 (18:52 +0000)
commitaf355c370ac80f8e19d6375cb3070213c29a92eb
treeca99a6dfbac6ba95903d78253132371a5227a72e
parent9e5b4c4140241b45094c87ac15f75fead726981f
added hash table
messed around with the decoder
13 files changed:
misc/decoder_test/vmm_xed.c
palacios/build/Makefile
palacios/include/libc/string.h
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_decoder.h
palacios/include/palacios/vmm_hashtable.h [new file with mode: 0644]
palacios/include/palacios/vmm_string.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_hashtable.c [new file with mode: 0644]
palacios/src/palacios/vmm_mem.c
palacios/src/palacios/vmm_string.c
palacios/src/palacios/vmm_xed.c