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.


Release 1.0
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 2 Dec 2008 01:11:04 +0000 (19:11 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 2 Dec 2008 01:11:04 +0000 (19:11 -0600)
commitddc16b0737cf58f7aa90a69c6652cdf4090aec51
treefbbb276f1609d61f772dce4eeedfdf62d11b0ced
parent626595465a2c6987606a6bc697df65130ad8c2d3
Release 1.0
891 files changed:
3RD_PARTY_LICENSES [new file with mode: 0644]
CODING_GUIDELINES [new file with mode: 0644]
RUNNING.LINUX [new file with mode: 0644]
RUNNING.WINDOWS [new file with mode: 0644]
SETUP.LINUX [new file with mode: 0644]
SETUP.WINDOWS [new file with mode: 0644]
SETUP_DEV_ENV.pl [new file with mode: 0755]
V3VEE_LICENSE [new file with mode: 0644]
build/CreateIso.sh [new file with mode: 0755]
build/Makefile [new file with mode: 0644]
build/Makefile.MASTER.BACKUP [new file with mode: 0644]
build/NOTES-QEMU.TXT [new file with mode: 0644]
build/RunIso.sh [new file with mode: 0755]
build/RunPuppy.sh [new file with mode: 0755]
build/RunXP.sh [new file with mode: 0755]
build/iso/boot/grub/menu.lst [new file with mode: 0644]
build/iso/boot/grub/stage2_eltorito [new file with mode: 0644]
geekos/COPYING.geekos [copied from palacios/COPYING.geekos with 100% similarity]
geekos/LICENSE-klibc.geekos [copied from palacios/LICENSE-klibc.geekos with 100% similarity]
geekos/README [copied from palacios/README with 100% similarity]
geekos/build/.bochsrc [copied from palacios/build/.bochsrc with 100% similarity]
geekos/build/Makefile [new file with mode: 0644]
geekos/build/common/.ignore [moved from palacios/build/common/.ignore with 100% similarity]
geekos/build/geekos/.ignore [moved from palacios/build/geekos/.ignore with 100% similarity]
geekos/build/libc/.ignore [moved from palacios/build/libc/.ignore with 100% similarity]
geekos/build/lwip/.ignore [new file with mode: 0644]
geekos/build/net/.ignore [new file with mode: 0644]
geekos/build/palacios/.ignore [new file with mode: 0644]
geekos/build/tools/.ignore [moved from palacios/build/tools/.ignore with 100% similarity]
geekos/build/user/.ignore [moved from palacios/build/user/.ignore with 100% similarity]
geekos/include/geekos/argblock.h [copied from palacios/include/geekos/argblock.h with 100% similarity]
geekos/include/geekos/bget.h [copied from palacios/include/geekos/bget.h with 100% similarity]
geekos/include/geekos/blockdev.h [new file with mode: 0644]
geekos/include/geekos/bootinfo.h [new file with mode: 0644]
geekos/include/geekos/cpu.h [new file with mode: 0644]
geekos/include/geekos/crc32.h [copied from palacios/include/geekos/crc32.h with 100% similarity]
geekos/include/geekos/debug.h [new file with mode: 0644]
geekos/include/geekos/defs.h [new file with mode: 0644]
geekos/include/geekos/errno.h [copied from palacios/include/geekos/errno.h with 100% similarity]
geekos/include/geekos/fileio.h [new file with mode: 0644]
geekos/include/geekos/fmtout.h [copied from palacios/include/geekos/fmtout.h with 100% similarity]
geekos/include/geekos/gdt.h [copied from palacios/include/geekos/gdt.h with 100% similarity]
geekos/include/geekos/ide.h [new file with mode: 0644]
geekos/include/geekos/idt.h [copied from palacios/include/geekos/idt.h with 100% similarity]
geekos/include/geekos/int.h [new file with mode: 0644]
geekos/include/geekos/io.h [new file with mode: 0644]
geekos/include/geekos/io_defs.h [new file with mode: 0644]
geekos/include/geekos/io_devs.h [copied from palacios/include/geekos/io_devs.h with 100% similarity]
geekos/include/geekos/irq.h [new file with mode: 0644]
geekos/include/geekos/kassert.h [copied from palacios/include/geekos/kassert.h with 100% similarity]
geekos/include/geekos/keyboard.h [copied from palacios/include/geekos/keyboard.h with 100% similarity]
geekos/include/geekos/kthread.h [new file with mode: 0644]
geekos/include/geekos/ktypes.h [copied from palacios/include/geekos/ktypes.h with 100% similarity]
geekos/include/geekos/list.h [copied from palacios/include/geekos/list.h with 100% similarity]
geekos/include/geekos/list2.h [new file with mode: 0644]
geekos/include/geekos/malloc.h [copied from palacios/include/geekos/malloc.h with 100% similarity]
geekos/include/geekos/mem.h [new file with mode: 0644]
geekos/include/geekos/ne2k.h [new file with mode: 0644]
geekos/include/geekos/net.h [new file with mode: 0644]
geekos/include/geekos/paging.h [moved from palacios/include/geekos/paging.h with 100% similarity]
geekos/include/geekos/pci.h [new file with mode: 0644]
geekos/include/geekos/queue.h [new file with mode: 0644]
geekos/include/geekos/range.h [copied from palacios/include/geekos/range.h with 100% similarity]
geekos/include/geekos/reboot.h [new file with mode: 0644]
geekos/include/geekos/ring_buffer.h [new file with mode: 0644]
geekos/include/geekos/rtl8139.h [new file with mode: 0644]
geekos/include/geekos/screen.h [new file with mode: 0644]
geekos/include/geekos/segment.h [copied from palacios/include/geekos/segment.h with 100% similarity]
geekos/include/geekos/serial.h [new file with mode: 0644]
geekos/include/geekos/socket.h [new file with mode: 0644]
geekos/include/geekos/string.h [copied from palacios/include/geekos/string.h with 100% similarity]
geekos/include/geekos/symbol.h [copied from palacios/include/geekos/symbol.h with 100% similarity]
geekos/include/geekos/synch.h [new file with mode: 0644]
geekos/include/geekos/timer.h [new file with mode: 0644]
geekos/include/geekos/trap.h [copied from palacios/include/geekos/trap.h with 100% similarity]
geekos/include/geekos/tss.h [new file with mode: 0644]
geekos/include/geekos/vm.h [new file with mode: 0644]
geekos/include/geekos/vmm_stubs.h [new file with mode: 0644]
geekos/include/libc/fmtout.h [copied from palacios/include/libc/fmtout.h with 100% similarity]
geekos/include/libc/string.h [new file with mode: 0644]
geekos/include/lwip/apps/ping.h [new file with mode: 0644]
geekos/include/lwip/arch/cc.h [new file with mode: 0644]
geekos/include/lwip/arch/perf.h [new file with mode: 0644]
geekos/include/lwip/arch/sys_arch.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/autoip.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/icmp.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/igmp.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/inet.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/inet_chksum.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/ip.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/ip.h~ [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/ip_addr.h [new file with mode: 0644]
geekos/include/lwip/ipv4/lwip/ip_frag.h [new file with mode: 0644]
geekos/include/lwip/ipv6/lwip/icmp.h [new file with mode: 0644]
geekos/include/lwip/ipv6/lwip/inet.h [new file with mode: 0644]
geekos/include/lwip/ipv6/lwip/ip.h [new file with mode: 0644]
geekos/include/lwip/ipv6/lwip/ip_addr.h [new file with mode: 0644]
geekos/include/lwip/lwip/api.h [new file with mode: 0644]
geekos/include/lwip/lwip/api_msg.h [new file with mode: 0644]
geekos/include/lwip/lwip/arch.h [new file with mode: 0644]
geekos/include/lwip/lwip/debug.h [new file with mode: 0644]
geekos/include/lwip/lwip/def.h [new file with mode: 0644]
geekos/include/lwip/lwip/dhcp.h [new file with mode: 0644]
geekos/include/lwip/lwip/dns.h [new file with mode: 0644]
geekos/include/lwip/lwip/err.h [new file with mode: 0644]
geekos/include/lwip/lwip/init.h [new file with mode: 0644]
geekos/include/lwip/lwip/mem.h [new file with mode: 0644]
geekos/include/lwip/lwip/memp.h [new file with mode: 0644]
geekos/include/lwip/lwip/memp_std.h [new file with mode: 0644]
geekos/include/lwip/lwip/netbuf.h [new file with mode: 0644]
geekos/include/lwip/lwip/netdb.h [new file with mode: 0644]
geekos/include/lwip/lwip/netif.h [new file with mode: 0644]
geekos/include/lwip/lwip/netifapi.h [new file with mode: 0644]
geekos/include/lwip/lwip/opt.h [new file with mode: 0644]
geekos/include/lwip/lwip/pbuf.h [new file with mode: 0644]
geekos/include/lwip/lwip/raw.h [new file with mode: 0644]
geekos/include/lwip/lwip/sio.h [new file with mode: 0644]
geekos/include/lwip/lwip/snmp.h [new file with mode: 0644]
geekos/include/lwip/lwip/snmp_asn1.h [new file with mode: 0644]
geekos/include/lwip/lwip/snmp_msg.h [new file with mode: 0644]
geekos/include/lwip/lwip/snmp_structs.h [new file with mode: 0644]
geekos/include/lwip/lwip/sockets.h [new file with mode: 0644]
geekos/include/lwip/lwip/stats.h [new file with mode: 0644]
geekos/include/lwip/lwip/sys.h [new file with mode: 0644]
geekos/include/lwip/lwip/tcp.h [new file with mode: 0644]
geekos/include/lwip/lwip/tcpip.h [new file with mode: 0644]
geekos/include/lwip/lwip/udp.h [new file with mode: 0644]
geekos/include/lwip/lwipopts.h [new file with mode: 0644]
geekos/include/lwip/netif/etharp.h [new file with mode: 0644]
geekos/include/lwip/netif/loopif.h [new file with mode: 0644]
geekos/include/lwip/netif/ne2kif.h [new file with mode: 0644]
geekos/include/lwip/netif/ppp_oe.h [new file with mode: 0644]
geekos/include/lwip/netif/slipif.h [new file with mode: 0644]
geekos/include/uip/clock.h [new file with mode: 0644]
geekos/include/uip/lc-addrlabels.h [new file with mode: 0644]
geekos/include/uip/lc-switch.h [new file with mode: 0644]
geekos/include/uip/lc.h [new file with mode: 0644]
geekos/include/uip/psock.h [new file with mode: 0644]
geekos/include/uip/pt.h [new file with mode: 0644]
geekos/include/uip/resolv.h [new file with mode: 0644]
geekos/include/uip/timer.h [new file with mode: 0644]
geekos/include/uip/uip-conf.h [new file with mode: 0644]
geekos/include/uip/uip-fw.h [new file with mode: 0644]
geekos/include/uip/uip-neighbor.h [new file with mode: 0644]
geekos/include/uip/uip-split.h [new file with mode: 0644]
geekos/include/uip/uip.h [new file with mode: 0644]
geekos/include/uip/uip_arch.h [new file with mode: 0644]
geekos/include/uip/uip_arp.h [new file with mode: 0644]
geekos/include/uip/uiplib.h [new file with mode: 0644]
geekos/include/uip/uipopt.h [new file with mode: 0644]
geekos/scripts/eipToFunction [new file with mode: 0755]
geekos/scripts/findaddr [new file with mode: 0755]
geekos/scripts/generate_vmcs_serialization.pl [new file with mode: 0755]
geekos/scripts/generrs [new file with mode: 0755]
geekos/scripts/hexify.pl [new file with mode: 0755]
geekos/scripts/kerninfo [new file with mode: 0755]
geekos/scripts/make_payload.pl [new file with mode: 0755]
geekos/scripts/mkcdisk [new file with mode: 0755]
geekos/scripts/mkuprog [new file with mode: 0755]
geekos/scripts/numsecs [new file with mode: 0755]
geekos/scripts/numsecs_per_track [new file with mode: 0755]
geekos/scripts/pad [new file with mode: 0755]
geekos/scripts/pcat [new file with mode: 0755]
geekos/scripts/pw [new file with mode: 0755]
geekos/scripts/scan [new file with mode: 0755]
geekos/scripts/vmcs_entries_to_asm.pl [new file with mode: 0755]
geekos/scripts/zerofile [new file with mode: 0755]
geekos/src/common/fmtout.c [copied from palacios/src/common/fmtout.c with 100% similarity]
geekos/src/common/memmove.c [copied from palacios/src/common/memmove.c with 100% similarity]
geekos/src/common/string.c [new file with mode: 0644]
geekos/src/geekos/README.txt [copied from palacios/src/geekos/README.txt with 100% similarity]
geekos/src/geekos/TODO [new file with mode: 0644]
geekos/src/geekos/bget.c [copied from palacios/src/geekos/bget.c with 100% similarity]
geekos/src/geekos/blockdev.c [new file with mode: 0644]
geekos/src/geekos/bootsect.asm [copied from palacios/src/geekos/bootsect.asm with 100% similarity]
geekos/src/geekos/crc32.c [new file with mode: 0644]
geekos/src/geekos/debug.c [new file with mode: 0644]
geekos/src/geekos/defs.asm [new file with mode: 0644]
geekos/src/geekos/depend.mak [copied from palacios/src/geekos/depend.mak with 100% similarity]
geekos/src/geekos/fd_boot.asm [new file with mode: 0644]
geekos/src/geekos/gdt.c [new file with mode: 0644]
geekos/src/geekos/ide.c [new file with mode: 0644]
geekos/src/geekos/idt.c [new file with mode: 0644]
geekos/src/geekos/int.c [new file with mode: 0644]
geekos/src/geekos/io.c [new file with mode: 0644]
geekos/src/geekos/irq.c [new file with mode: 0644]
geekos/src/geekos/keyboard.c [new file with mode: 0644]
geekos/src/geekos/kthread.c [new file with mode: 0644]
geekos/src/geekos/lowlevel.asm [new file with mode: 0644]
geekos/src/geekos/main.c [new file with mode: 0644]
geekos/src/geekos/malloc.c [copied from palacios/src/geekos/malloc.c with 100% similarity]
geekos/src/geekos/mem.c [new file with mode: 0644]
geekos/src/geekos/ne2k.c [new file with mode: 0644]
geekos/src/geekos/net.c [new file with mode: 0644]
geekos/src/geekos/paging.c [new file with mode: 0644]
geekos/src/geekos/pci.c [new file with mode: 0644]
geekos/src/geekos/queue.c [new file with mode: 0644]
geekos/src/geekos/reboot.c [new file with mode: 0644]
geekos/src/geekos/ring_buffer.c [new file with mode: 0644]
geekos/src/geekos/rtl8139.c [new file with mode: 0644]
geekos/src/geekos/screen.c [new file with mode: 0644]
geekos/src/geekos/segment.c [copied from palacios/src/geekos/segment.c with 100% similarity]
geekos/src/geekos/serial.c [new file with mode: 0644]
geekos/src/geekos/setup.asm [new file with mode: 0644]
geekos/src/geekos/socket.c [new file with mode: 0644]
geekos/src/geekos/symbol.asm [new file with mode: 0644]
geekos/src/geekos/synch.c [new file with mode: 0644]
geekos/src/geekos/testvm.s [new file with mode: 0644]
geekos/src/geekos/timer.c [new file with mode: 0644]
geekos/src/geekos/trap.c [new file with mode: 0644]
geekos/src/geekos/tss.c [new file with mode: 0644]
geekos/src/geekos/udivdi3.s [new file with mode: 0644]
geekos/src/geekos/util.asm [moved from palacios/src/geekos/util.asm with 100% similarity]
geekos/src/geekos/vm.c [new file with mode: 0644]
geekos/src/geekos/vmm_stubs.c [new file with mode: 0644]
geekos/src/libc/compat.c [copied from palacios/src/libc/compat.c with 100% similarity]
geekos/src/lwip/api/api_lib.c [new file with mode: 0644]
geekos/src/lwip/api/api_msg.c [new file with mode: 0644]
geekos/src/lwip/api/err.c [new file with mode: 0644]
geekos/src/lwip/api/netbuf.c [new file with mode: 0644]
geekos/src/lwip/api/netdb.c [new file with mode: 0644]
geekos/src/lwip/api/netifapi.c [new file with mode: 0644]
geekos/src/lwip/api/sockets.c [new file with mode: 0644]
geekos/src/lwip/api/tcpip.c [new file with mode: 0644]
geekos/src/lwip/apps/ping.c [new file with mode: 0644]
geekos/src/lwip/arch/sys_arch.c [new file with mode: 0644]
geekos/src/lwip/build/Makefile [new file with mode: 0644]
geekos/src/lwip/core/dhcp.c [new file with mode: 0644]
geekos/src/lwip/core/dns.c [new file with mode: 0644]
geekos/src/lwip/core/init.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/autoip.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/icmp.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/igmp.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/inet.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/inet_chksum.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/ip.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/ip_addr.c [new file with mode: 0644]
geekos/src/lwip/core/ipv4/ip_frag.c [new file with mode: 0644]
geekos/src/lwip/core/ipv6/README [new file with mode: 0644]
geekos/src/lwip/core/ipv6/icmp6.c [new file with mode: 0644]
geekos/src/lwip/core/ipv6/inet6.c [new file with mode: 0644]
geekos/src/lwip/core/ipv6/ip6.c [new file with mode: 0644]
geekos/src/lwip/core/ipv6/ip6_addr.c [new file with mode: 0644]
geekos/src/lwip/core/mem.c [new file with mode: 0644]
geekos/src/lwip/core/memp.c [new file with mode: 0644]
geekos/src/lwip/core/netif.c [new file with mode: 0644]
geekos/src/lwip/core/pbuf.c [new file with mode: 0644]
geekos/src/lwip/core/raw.c [new file with mode: 0644]
geekos/src/lwip/core/snmp/asn1_dec.c [new file with mode: 0644]
geekos/src/lwip/core/snmp/asn1_enc.c [new file with mode: 0644]
geekos/src/lwip/core/snmp/mib2.c [new file with mode: 0644]
geekos/src/lwip/core/snmp/mib_structs.c [new file with mode: 0644]
geekos/src/lwip/core/snmp/msg_in.c [new file with mode: 0644]
geekos/src/lwip/core/snmp/msg_out.c [new file with mode: 0644]
geekos/src/lwip/core/stats.c [new file with mode: 0644]
geekos/src/lwip/core/sys.c [new file with mode: 0644]
geekos/src/lwip/core/tcp.c [new file with mode: 0644]
geekos/src/lwip/core/tcp_in.c [new file with mode: 0644]
geekos/src/lwip/core/tcp_out.c [new file with mode: 0644]
geekos/src/lwip/core/udp.c [new file with mode: 0644]
geekos/src/lwip/netif/FILES [new file with mode: 0644]
geekos/src/lwip/netif/etharp.c [new file with mode: 0644]
geekos/src/lwip/netif/ethernetif.c [new file with mode: 0644]
geekos/src/lwip/netif/loopif.c [new file with mode: 0644]
geekos/src/lwip/netif/ne2kif.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/auth.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/auth.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/chap.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/chap.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/chpms.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/chpms.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/fsm.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/fsm.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/ipcp.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/ipcp.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/lcp.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/lcp.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/magic.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/magic.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/md5.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/md5.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/pap.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/pap.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/ppp.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/ppp.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/ppp_oe.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/pppdebug.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/randm.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/randm.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/vj.c [new file with mode: 0644]
geekos/src/lwip/netif/ppp/vj.h [new file with mode: 0644]
geekos/src/lwip/netif/ppp/vjbsdhdr.h [new file with mode: 0644]
geekos/src/lwip/netif/slipif.c [new file with mode: 0644]
geekos/src/net/psock.c [new file with mode: 0644]
geekos/src/net/resolv.c [new file with mode: 0644]
geekos/src/net/timer.c [new file with mode: 0644]
geekos/src/net/uip-fw.c [new file with mode: 0644]
geekos/src/net/uip-neighbor.c [new file with mode: 0644]
geekos/src/net/uip-split.c [new file with mode: 0644]
geekos/src/net/uip.c [new file with mode: 0644]
geekos/src/net/uip_arp.c [new file with mode: 0644]
geekos/src/net/uiplib.c [new file with mode: 0644]
misc/decoder_test/.dependencies [new file with mode: 0644]
misc/decoder_test/Makefile [new file with mode: 0644]
misc/decoder_test/XED2/LICENSE [new file with mode: 0644]
misc/decoder_test/XED2/bin/xed [new file with mode: 0755]
misc/decoder_test/XED2/doc/html/annotated.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/classes.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/doxygen.css [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/doxygen.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/files.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2blank.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2doc.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2folderclosed.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2folderopen.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2lastnode.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2link.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2mlastnode.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2mnode.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2node.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2plastnode.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2pnode.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/ftv2vertline.png [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/functions.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/functions_vars.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_0x72.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_0x73.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_0x78.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_defs.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_enum.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_eval.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_func.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_func_0x78.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_type.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/globals_vars.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__CMDLINE.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__DEC.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__ENC.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__EXAMPLES.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__FLAGS.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__INIT.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__OPERANDS.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__PRINT.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__REGINTFC.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/group__SMALLEXAMPLES.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/hierarchy.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/index.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/installdox [new file with mode: 0755]
misc/decoder_test/XED2/doc/html/main.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/modules.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/search.idx [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/search.php [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/structxed__decoded__inst__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/structxed__flag__enum__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/structxed__immdis__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/structxed__inst__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/structxed__operand__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/structxed__simple__flag__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/structxed__state__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/tab_b.gif [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/tab_l.gif [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/tab_r.gif [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/tabs.css [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/tree.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/unionxed__flag__set__s.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/unionxed__immdis__values__t.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/unionxed__operand__bitvec__t.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-address-width-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-address-width-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-attribute-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-attribute-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-category-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-category-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-common-defs_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-common-defs_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-common-hdrs_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-common-hdrs_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-decode_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-decode_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-decoded-inst_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-decoded-inst_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-disas_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-disas_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-doc-top_8txt.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-encode_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-encode_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-encoder-gen-defs_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-encoder-gen-defs_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-error-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-error-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-extension-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-extension-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-flag-action-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-flag-action-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-flag-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-flag-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-flags_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-flags_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-gen-table-defs_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-gen-table-defs_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-iclass-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-iclass-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-iform-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-iform-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-immdis_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-immdis_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-immed_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-immed_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-init_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-init_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-inst-printer_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-inst-printer_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-inst_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-inst_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-interface_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-interface_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-machine-mode-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-machine-mode-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-nonterminal-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-nonterminal-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-action-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-action-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-action_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-action_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-bitvec_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-bitvec_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-ctype-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-ctype-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-ctype-map_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-ctype-map_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-storage_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-storage_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-type-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-type-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-values-interface_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-values-interface_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-visibility-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-visibility-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-width-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-operand-width-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-portability_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-portability_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-class-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-class-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-class_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-class_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-role-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-reg-role-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-state_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-state_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-syntax-enum_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-syntax-enum_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-types_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-types_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-util_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-util_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-version_8h-source.html [new file with mode: 0644]
misc/decoder_test/XED2/doc/html/xed-version_8h.html [new file with mode: 0644]
misc/decoder_test/XED2/examples/makefile [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-elf.H [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-elf.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-macho.H [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-macho.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-pecoff.H [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-pecoff.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-raw.H [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-disas-raw.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-enc-lang.H [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-enc-lang.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-ex1.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-ex2.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-ex3.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-ex4.c [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-examples-ostreams.H [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-examples-ostreams.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-examples-util.c [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-examples-util.h [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-min.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-size.c [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed-tester.cpp [new file with mode: 0644]
misc/decoder_test/XED2/examples/xed.cpp [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-address-width-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-attribute-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-category-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-common-defs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-common-hdrs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-decode.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-decoded-inst.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-disas.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-encode-isa-functions.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-encode.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-encoder-gen-defs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-encoder-iforms.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-error-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-extension-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-flag-action-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-flag-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-flags.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-gen-table-defs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-iclass-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-iform-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-immdis.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-immed.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-init-pointer-names.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-init.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-inst-printer.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-inst.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-interface.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-machine-mode-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-nonterminal-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-action-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-action.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-bitvec.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-ctype-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-ctype-map.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-storage.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-type-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-values-interface.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-visibility-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-operand-width-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-portability.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-reg-class-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-reg-class.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-reg-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-reg-role-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-state.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-syntax-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-types.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-util.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed-version.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-address-width-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-attribute-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-category-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-common-defs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-common-hdrs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-decode.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-decoded-inst.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-disas.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-encode-isa-functions.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-encode.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-encoder-gen-defs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-encoder-iforms.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-error-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-extension-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-flag-action-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-flag-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-flags.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-gen-table-defs.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-iclass-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-iform-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-immdis.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-immed.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-init-pointer-names.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-init.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-inst-printer.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-inst.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-interface.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-machine-mode-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-nonterminal-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-action-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-action.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-bitvec.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-ctype-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-ctype-map.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-storage.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-type-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-values-interface.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-visibility-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-operand-width-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-portability.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-reg-class-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-reg-class.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-reg-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-reg-role-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-state.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-syntax-enum.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-types.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-util.h [new file with mode: 0644]
misc/decoder_test/XED2/include/xed/xed-version.h [new file with mode: 0644]
misc/decoder_test/XED2/lib/libxed.a [new file with mode: 0644]
misc/decoder_test/ktypes.h [copied from palacios/include/geekos/ktypes.h with 100% similarity]
misc/decoder_test/pin-2.4-19012-gcc.3.4.6-ia32-linux.tar.gz [new file with mode: 0644]
misc/decoder_test/test.asm [new file with mode: 0644]
misc/decoder_test/test.c [new file with mode: 0644]
misc/decoder_test/test.h [new file with mode: 0644]
misc/decoder_test/vm_guest.c [new file with mode: 0644]
misc/decoder_test/vm_guest.h [new file with mode: 0644]
misc/decoder_test/vmm_decoder.h [new file with mode: 0644]
misc/decoder_test/vmm_xed.c [new file with mode: 0644]
misc/decoder_test/vmm_xed.h [new file with mode: 0644]
misc/decoder_test/xed-ex1 [new file with mode: 0755]
misc/test_vm/COPYING.geekos [moved from palacios/COPYING.geekos with 100% similarity]
misc/test_vm/LICENSE-klibc.geekos [moved from palacios/LICENSE-klibc.geekos with 100% similarity]
misc/test_vm/README [moved from palacios/README with 100% similarity]
misc/test_vm/build/.bochsrc [moved from palacios/build/.bochsrc with 100% similarity]
misc/test_vm/build/Makefile [new file with mode: 0644]
misc/test_vm/build/common/.ignore [new file with mode: 0644]
misc/test_vm/build/depend.mak [new file with mode: 0644]
misc/test_vm/build/geekos/.ignore [new file with mode: 0644]
misc/test_vm/build/geekos_io_perf.iso [new file with mode: 0644]
misc/test_vm/build/noboot.img [moved from palacios/build/noboot.img with 100% similarity]
misc/test_vm/include/geekos/argblock.h [moved from palacios/include/geekos/argblock.h with 100% similarity]
misc/test_vm/include/geekos/bget.h [moved from palacios/include/geekos/bget.h with 100% similarity]
misc/test_vm/include/geekos/blockdev.h [new file with mode: 0644]
misc/test_vm/include/geekos/bootinfo.h [moved from palacios/include/geekos/bootinfo.h with 100% similarity]
misc/test_vm/include/geekos/cpu.h [new file with mode: 0644]
misc/test_vm/include/geekos/crc32.h [moved from palacios/include/geekos/crc32.h with 100% similarity]
misc/test_vm/include/geekos/defs.h [new file with mode: 0644]
misc/test_vm/include/geekos/errno.h [moved from palacios/include/geekos/errno.h with 100% similarity]
misc/test_vm/include/geekos/fileio.h [new file with mode: 0644]
misc/test_vm/include/geekos/fmtout.h [moved from palacios/include/geekos/fmtout.h with 100% similarity]
misc/test_vm/include/geekos/gdt.h [moved from palacios/include/geekos/gdt.h with 100% similarity]
misc/test_vm/include/geekos/ide.h [new file with mode: 0644]
misc/test_vm/include/geekos/idt.h [moved from palacios/include/geekos/idt.h with 100% similarity]
misc/test_vm/include/geekos/int.h [moved from palacios/include/geekos/int.h with 100% similarity]
misc/test_vm/include/geekos/io.h [moved from palacios/include/geekos/io.h with 100% similarity]
misc/test_vm/include/geekos/io_devs.h [moved from palacios/include/geekos/io_devs.h with 100% similarity]
misc/test_vm/include/geekos/irq.h [moved from palacios/include/geekos/irq.h with 100% similarity]
misc/test_vm/include/geekos/kassert.h [moved from palacios/include/geekos/kassert.h with 100% similarity]
misc/test_vm/include/geekos/keyboard.h [moved from palacios/include/geekos/keyboard.h with 100% similarity]
misc/test_vm/include/geekos/kthread.h [moved from palacios/include/geekos/kthread.h with 100% similarity]
misc/test_vm/include/geekos/ktypes.h [moved from palacios/include/geekos/ktypes.h with 100% similarity]
misc/test_vm/include/geekos/list.h [moved from palacios/include/geekos/list.h with 100% similarity]
misc/test_vm/include/geekos/malloc.h [moved from palacios/include/geekos/malloc.h with 100% similarity]
misc/test_vm/include/geekos/mem.h [new file with mode: 0644]
misc/test_vm/include/geekos/mem_bak.h [moved from palacios/include/geekos/mem.h with 100% similarity]
misc/test_vm/include/geekos/paging.h [new file with mode: 0644]
misc/test_vm/include/geekos/range.h [moved from palacios/include/geekos/range.h with 100% similarity]
misc/test_vm/include/geekos/reboot.h [moved from palacios/include/geekos/reboot.h with 100% similarity]
misc/test_vm/include/geekos/screen.h [moved from palacios/include/geekos/screen.h with 100% similarity]
misc/test_vm/include/geekos/segment.h [moved from palacios/include/geekos/segment.h with 100% similarity]
misc/test_vm/include/geekos/serial.h [moved from palacios/include/geekos/serial.h with 100% similarity]
misc/test_vm/include/geekos/string.h [moved from palacios/include/geekos/string.h with 100% similarity]
misc/test_vm/include/geekos/symbol.h [moved from palacios/include/geekos/symbol.h with 100% similarity]
misc/test_vm/include/geekos/synch.h [moved from palacios/include/geekos/synch.h with 100% similarity]
misc/test_vm/include/geekos/timer.h [moved from palacios/include/geekos/timer.h with 100% similarity]
misc/test_vm/include/geekos/trap.h [moved from palacios/include/geekos/trap.h with 100% similarity]
misc/test_vm/include/geekos/tss.h [moved from palacios/include/geekos/tss.h with 100% similarity]
misc/test_vm/include/libc/fmtout.h [moved from palacios/include/libc/fmtout.h with 100% similarity]
misc/test_vm/include/libc/string.h [moved from palacios/include/libc/string.h with 100% similarity]
misc/test_vm/scripts/eipToFunction [new file with mode: 0755]
misc/test_vm/scripts/findaddr [new file with mode: 0755]
misc/test_vm/scripts/generrs [new file with mode: 0755]
misc/test_vm/scripts/kerninfo [new file with mode: 0755]
misc/test_vm/scripts/mkcdisk [new file with mode: 0755]
misc/test_vm/scripts/mkuprog [new file with mode: 0755]
misc/test_vm/scripts/numsecs [new file with mode: 0755]
misc/test_vm/scripts/pad [new file with mode: 0755]
misc/test_vm/scripts/pcat [new file with mode: 0755]
misc/test_vm/scripts/pw [new file with mode: 0755]
misc/test_vm/scripts/scan [new file with mode: 0755]
misc/test_vm/scripts/zerofile [new file with mode: 0755]
misc/test_vm/src/common/fmtout.c [moved from palacios/src/common/fmtout.c with 100% similarity]
misc/test_vm/src/common/memmove.c [moved from palacios/src/common/memmove.c with 100% similarity]
misc/test_vm/src/common/string.c [moved from palacios/src/common/string.c with 100% similarity]
misc/test_vm/src/geekos/README.txt [moved from palacios/src/geekos/README.txt with 100% similarity]
misc/test_vm/src/geekos/bget.c [moved from palacios/src/geekos/bget.c with 100% similarity]
misc/test_vm/src/geekos/blockdev.c [new file with mode: 0644]
misc/test_vm/src/geekos/bootsect.asm [moved from palacios/src/geekos/bootsect.asm with 100% similarity]
misc/test_vm/src/geekos/crc32.c [moved from palacios/src/geekos/crc32.c with 100% similarity]
misc/test_vm/src/geekos/defs.asm [new file with mode: 0644]
misc/test_vm/src/geekos/depend.mak [moved from palacios/src/geekos/depend.mak with 100% similarity]
misc/test_vm/src/geekos/fd_boot.asm [new file with mode: 0644]
misc/test_vm/src/geekos/fd_boot_bak.asm [new file with mode: 0644]
misc/test_vm/src/geekos/gdt.c [new file with mode: 0644]
misc/test_vm/src/geekos/ide.c [new file with mode: 0644]
misc/test_vm/src/geekos/idt.c [new file with mode: 0644]
misc/test_vm/src/geekos/int.c [new file with mode: 0644]
misc/test_vm/src/geekos/io.c [new file with mode: 0644]
misc/test_vm/src/geekos/irq.c [moved from palacios/src/geekos/irq.c with 100% similarity]
misc/test_vm/src/geekos/keyboard.c [moved from palacios/src/geekos/keyboard.c with 100% similarity]
misc/test_vm/src/geekos/kthread.c [moved from palacios/src/geekos/kthread.c with 100% similarity]
misc/test_vm/src/geekos/lowlevel.asm [new file with mode: 0644]
misc/test_vm/src/geekos/main.c [new file with mode: 0644]
misc/test_vm/src/geekos/malloc.c [moved from palacios/src/geekos/malloc.c with 100% similarity]
misc/test_vm/src/geekos/mem.c [new file with mode: 0644]
misc/test_vm/src/geekos/mem_bak.c [new file with mode: 0644]
misc/test_vm/src/geekos/paging.c [new file with mode: 0644]
misc/test_vm/src/geekos/reboot.c [moved from palacios/src/geekos/reboot.c with 100% similarity]
misc/test_vm/src/geekos/screen.c [moved from palacios/src/geekos/screen.c with 100% similarity]
misc/test_vm/src/geekos/segment.c [moved from palacios/src/geekos/segment.c with 100% similarity]
misc/test_vm/src/geekos/serial.c [moved from palacios/src/geekos/serial.c with 100% similarity]
misc/test_vm/src/geekos/setup.asm [new file with mode: 0644]
misc/test_vm/src/geekos/symbol.asm [moved from palacios/src/geekos/symbol.asm with 100% similarity]
misc/test_vm/src/geekos/synch.c [moved from palacios/src/geekos/synch.c with 100% similarity]
misc/test_vm/src/geekos/testvm.s [moved from palacios/src/geekos/testvm.s with 100% similarity]
misc/test_vm/src/geekos/timer.c [new file with mode: 0644]
misc/test_vm/src/geekos/trap.c [moved from palacios/src/geekos/trap.c with 100% similarity]
misc/test_vm/src/geekos/tss.c [new file with mode: 0644]
misc/test_vm/src/geekos/util.asm [new file with mode: 0644]
misc/test_vm/src/libc/compat.c [moved from palacios/src/libc/compat.c with 100% similarity]
palacios/build/Makefile
palacios/build/depend.mak [deleted file]
palacios/build/devices/.ignore [new file with mode: 0644]
palacios/build/palacios/.ignore [new file with mode: 0644]
palacios/build/payload_layout.txt [new file with mode: 0644]
palacios/build/xed/.ignore [new file with mode: 0644]
palacios/include/devices/8237_dma.h [new file with mode: 0644]
palacios/include/devices/8254.h [new file with mode: 0644]
palacios/include/devices/8259a.h [new file with mode: 0644]
palacios/include/devices/bochs_debug.h [new file with mode: 0644]
palacios/include/devices/cdrom.h [new file with mode: 0644]
palacios/include/devices/generic.h [new file with mode: 0644]
palacios/include/devices/ide.h [new file with mode: 0644]
palacios/include/devices/keyboard.h [new file with mode: 0644]
palacios/include/devices/nvram.h [new file with mode: 0644]
palacios/include/devices/ramdisk.h [new file with mode: 0644]
palacios/include/devices/serial.h [new file with mode: 0644]
palacios/include/devices/simple_pic.h [new file with mode: 0644]
palacios/include/devices/timer.h [new file with mode: 0644]
palacios/include/geekos/defs.h [deleted file]
palacios/include/geekos/vmcs.h [deleted file]
palacios/include/geekos/vmcs_gen.h [deleted file]
palacios/include/geekos/vmm_sizes.h [deleted file]
palacios/include/geekos/vmx.h [deleted file]
palacios/include/palacios/svm.h [new file with mode: 0644]
palacios/include/palacios/svm_halt.h [new file with mode: 0644]
palacios/include/palacios/svm_handler.h [new file with mode: 0644]
palacios/include/palacios/svm_io.h [new file with mode: 0644]
palacios/include/palacios/svm_pause.h [new file with mode: 0644]
palacios/include/palacios/svm_wbinvd.h [new file with mode: 0644]
palacios/include/palacios/vm_dev.h [new file with mode: 0644]
palacios/include/palacios/vm_guest.h [new file with mode: 0644]
palacios/include/palacios/vm_guest_mem.h [new file with mode: 0644]
palacios/include/palacios/vmcb.h [new file with mode: 0644]
palacios/include/palacios/vmcs.h [new file with mode: 0644]
palacios/include/palacios/vmcs_gen.h [new file with mode: 0644]
palacios/include/palacios/vmm.h [new file with mode: 0644]
palacios/include/palacios/vmm_config.h [new file with mode: 0644]
palacios/include/palacios/vmm_ctrl_regs.h [new file with mode: 0644]
palacios/include/palacios/vmm_debug.h [new file with mode: 0644]
palacios/include/palacios/vmm_decoder.h [new file with mode: 0644]
palacios/include/palacios/vmm_dev_mgr.h [new file with mode: 0644]
palacios/include/palacios/vmm_emulator.h [new file with mode: 0644]
palacios/include/palacios/vmm_hashtable.h [new file with mode: 0644]
palacios/include/palacios/vmm_host_events.h [new file with mode: 0644]
palacios/include/palacios/vmm_intr.h [new file with mode: 0644]
palacios/include/palacios/vmm_io.h [new file with mode: 0644]
palacios/include/palacios/vmm_list.h [new file with mode: 0644]
palacios/include/palacios/vmm_lowlevel.h [new file with mode: 0644]
palacios/include/palacios/vmm_mem.h [new file with mode: 0644]
palacios/include/palacios/vmm_paging.h [new file with mode: 0644]
palacios/include/palacios/vmm_queue.h [new file with mode: 0644]
palacios/include/palacios/vmm_shadow_paging.h [new file with mode: 0644]
palacios/include/palacios/vmm_stddef.h [new file with mode: 0644]
palacios/include/palacios/vmm_string.h [new file with mode: 0644]
palacios/include/palacios/vmm_time.h [new file with mode: 0644]
palacios/include/palacios/vmm_types.h [new file with mode: 0644]
palacios/include/palacios/vmm_util.h [new file with mode: 0644]
palacios/include/palacios/vmm_xed.h [new file with mode: 0644]
palacios/include/palacios/vmx.h [new file with mode: 0644]
palacios/include/xed/v3-xed-compat.h [new file with mode: 0644]
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]
palacios/lib/xed/libxed.a [new file with mode: 0644]
palacios/lib/xed/libxed32e.a [new file with mode: 0644]
palacios/scripts/generate_vmcs_serialization.pl
palacios/scripts/hexify.pl [new file with mode: 0755]
palacios/scripts/make_payload.pl [new file with mode: 0755]
palacios/scripts/numsecs_per_track [new file with mode: 0755]
palacios/src/devices/8237_dma.c [new file with mode: 0644]
palacios/src/devices/8254.c [new file with mode: 0644]
palacios/src/devices/8259a.c [new file with mode: 0644]
palacios/src/devices/README [new file with mode: 0644]
palacios/src/devices/bochs_debug.c [new file with mode: 0644]
palacios/src/devices/cdrom.c [new file with mode: 0644]
palacios/src/devices/generic.c [new file with mode: 0644]
palacios/src/devices/keyboard.c [new file with mode: 0644]
palacios/src/devices/nvram.c [new file with mode: 0644]
palacios/src/devices/ramdisk.c [new file with mode: 0644]
palacios/src/devices/serial.c [new file with mode: 0644]
palacios/src/devices/simple_pic.c [new file with mode: 0644]
palacios/src/devices/timer.c [new file with mode: 0644]
palacios/src/geekos/defs.asm [deleted file]
palacios/src/geekos/fd_boot.asm [deleted file]
palacios/src/geekos/gdt.c [deleted file]
palacios/src/geekos/idt.c [deleted file]
palacios/src/geekos/int.c [deleted file]
palacios/src/geekos/io.c [deleted file]
palacios/src/geekos/lowlevel.asm [deleted file]
palacios/src/geekos/main.c [deleted file]
palacios/src/geekos/mem.c [deleted file]
palacios/src/geekos/paging.c [deleted file]
palacios/src/geekos/setup.asm [deleted file]
palacios/src/geekos/show_sizes.c [deleted file]
palacios/src/geekos/timer.c [deleted file]
palacios/src/geekos/tss.c [deleted file]
palacios/src/geekos/vmcs.c [deleted file]
palacios/src/geekos/vmcs_fields.asm [deleted file]
palacios/src/geekos/vmcs_gen.c [deleted file]
palacios/src/geekos/vmx.c [deleted file]
palacios/src/geekos/vmx_lowlevel.asm [deleted file]
palacios/src/palacios/svm.c [new file with mode: 0644]
palacios/src/palacios/svm_halt.c [new file with mode: 0644]
palacios/src/palacios/svm_handler.c [new file with mode: 0644]
palacios/src/palacios/svm_io.c [new file with mode: 0644]
palacios/src/palacios/svm_lowlevel.S [new file with mode: 0644]
palacios/src/palacios/svm_pause.c [new file with mode: 0644]
palacios/src/palacios/svm_wbinvd.c [new file with mode: 0644]
palacios/src/palacios/vm_dev.c [new file with mode: 0644]
palacios/src/palacios/vm_guest.c [new file with mode: 0644]
palacios/src/palacios/vm_guest_mem.c [new file with mode: 0644]
palacios/src/palacios/vmcb.c [new file with mode: 0644]
palacios/src/palacios/vmcs.c [new file with mode: 0644]
palacios/src/palacios/vmcs_fields.asm [new file with mode: 0644]
palacios/src/palacios/vmcs_gen.c [new file with mode: 0644]
palacios/src/palacios/vmm.c [new file with mode: 0644]
palacios/src/palacios/vmm_config.c [new file with mode: 0644]
palacios/src/palacios/vmm_ctrl_regs.c [new file with mode: 0644]
palacios/src/palacios/vmm_debug.c [new file with mode: 0644]
palacios/src/palacios/vmm_decoder.c [new file with mode: 0644]
palacios/src/palacios/vmm_dev_mgr.c [new file with mode: 0644]
palacios/src/palacios/vmm_emulator.c [new file with mode: 0644]
palacios/src/palacios/vmm_hashtable.c [new file with mode: 0644]
palacios/src/palacios/vmm_host_events.c [new file with mode: 0644]
palacios/src/palacios/vmm_intr.c [new file with mode: 0644]
palacios/src/palacios/vmm_io.c [new file with mode: 0644]
palacios/src/palacios/vmm_mem.c [new file with mode: 0644]
palacios/src/palacios/vmm_paging.c [new file with mode: 0644]
palacios/src/palacios/vmm_queue.c [new file with mode: 0644]
palacios/src/palacios/vmm_shadow_paging.c [new file with mode: 0644]
palacios/src/palacios/vmm_string.c [new file with mode: 0644]
palacios/src/palacios/vmm_symbol.asm [new file with mode: 0644]
palacios/src/palacios/vmm_time.c [new file with mode: 0644]
palacios/src/palacios/vmm_util.c [new file with mode: 0644]
palacios/src/palacios/vmm_xed.c [new file with mode: 0644]
palacios/src/palacios/vmx.c [new file with mode: 0644]
palacios/src/palacios/vmx_lowlevel.asm [new file with mode: 0644]
palacios/src/vmboot/rombios/Makefile
palacios/src/vmboot/rombios/rombios.c
palacios/src/vmboot/rombios/test.bios [new file with mode: 0644]
palacios/src/vmboot/vmxassist/Makefile
palacios/src/xed/v3-udiv-compat.s [new file with mode: 0644]
palacios/src/xed/v3-xed-compat.c [new file with mode: 0644]
utils/gcc-3.4.6.tar.gz [new file with mode: 0644]
utils/nasm-install.patch [new file with mode: 0644]