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.


Add the xed header files
authorLei Xia <xiaxlei@gmail.com>
Mon, 21 Jul 2008 16:25:38 +0000 (16:25 +0000)
committerLei Xia <xiaxlei@gmail.com>
Mon, 21 Jul 2008 16:25:38 +0000 (16:25 +0000)
commit0848f06f791602a82524d7fb0079e3c573894a61
treed9726904a348d336c0e80db30c41ca5c5ca8ea1c
parent8f5f3bad162017ee931d13dd1b7ba0f7b5045223
Add the xed header files
50 files changed:
palacios/include/xed/xed-address-width-enum.h [new file with mode: 0644]
palacios/include/xed/xed-attribute-enum.h [new file with mode: 0644]
palacios/include/xed/xed-category-enum.h [new file with mode: 0644]
palacios/include/xed/xed-common-defs.h [new file with mode: 0644]
palacios/include/xed/xed-common-hdrs.h [new file with mode: 0644]
palacios/include/xed/xed-decode.h [new file with mode: 0644]
palacios/include/xed/xed-decoded-inst.h [new file with mode: 0644]
palacios/include/xed/xed-disas.h [new file with mode: 0644]
palacios/include/xed/xed-encode-isa-functions.h [new file with mode: 0644]
palacios/include/xed/xed-encode.h [new file with mode: 0644]
palacios/include/xed/xed-encoder-gen-defs.h [new file with mode: 0644]
palacios/include/xed/xed-encoder-iforms.h [new file with mode: 0644]
palacios/include/xed/xed-error-enum.h [new file with mode: 0644]
palacios/include/xed/xed-extension-enum.h [new file with mode: 0644]
palacios/include/xed/xed-flag-action-enum.h [new file with mode: 0644]
palacios/include/xed/xed-flag-enum.h [new file with mode: 0644]
palacios/include/xed/xed-flags.h [new file with mode: 0644]
palacios/include/xed/xed-gen-table-defs.h [new file with mode: 0644]
palacios/include/xed/xed-iclass-enum.h [new file with mode: 0644]
palacios/include/xed/xed-iform-enum.h [new file with mode: 0644]
palacios/include/xed/xed-immdis.h [new file with mode: 0644]
palacios/include/xed/xed-immed.h [new file with mode: 0644]
palacios/include/xed/xed-init-pointer-names.h [new file with mode: 0644]
palacios/include/xed/xed-init.h [new file with mode: 0644]
palacios/include/xed/xed-inst-printer.h [new file with mode: 0644]
palacios/include/xed/xed-inst.h [new file with mode: 0644]
palacios/include/xed/xed-interface.h [new file with mode: 0644]
palacios/include/xed/xed-machine-mode-enum.h [new file with mode: 0644]
palacios/include/xed/xed-nonterminal-enum.h [new file with mode: 0644]
palacios/include/xed/xed-operand-action-enum.h [new file with mode: 0644]
palacios/include/xed/xed-operand-action.h [new file with mode: 0644]
palacios/include/xed/xed-operand-bitvec.h [new file with mode: 0644]
palacios/include/xed/xed-operand-ctype-enum.h [new file with mode: 0644]
palacios/include/xed/xed-operand-ctype-map.h [new file with mode: 0644]
palacios/include/xed/xed-operand-enum.h [new file with mode: 0644]
palacios/include/xed/xed-operand-storage.h [new file with mode: 0644]
palacios/include/xed/xed-operand-type-enum.h [new file with mode: 0644]
palacios/include/xed/xed-operand-values-interface.h [new file with mode: 0644]
palacios/include/xed/xed-operand-visibility-enum.h [new file with mode: 0644]
palacios/include/xed/xed-operand-width-enum.h [new file with mode: 0644]
palacios/include/xed/xed-portability.h [new file with mode: 0644]
palacios/include/xed/xed-reg-class-enum.h [new file with mode: 0644]
palacios/include/xed/xed-reg-class.h [new file with mode: 0644]
palacios/include/xed/xed-reg-enum.h [new file with mode: 0644]
palacios/include/xed/xed-reg-role-enum.h [new file with mode: 0644]
palacios/include/xed/xed-state.h [new file with mode: 0644]
palacios/include/xed/xed-syntax-enum.h [new file with mode: 0644]
palacios/include/xed/xed-types.h [new file with mode: 0644]
palacios/include/xed/xed-util.h [new file with mode: 0644]
palacios/include/xed/xed-version.h [new file with mode: 0644]