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 implementation of VNET host hook functions
authorLei Xia <lxia@northwestern.edu>
Fri, 6 May 2011 02:47:56 +0000 (21:47 -0500)
committerLei Xia <lxia@northwestern.edu>
Fri, 6 May 2011 02:47:56 +0000 (21:47 -0500)
commit6ed3385440a7d82f4529bb9433d1a5489351c378
tree284207fcb83d55a429d1d3ed4d952d814766314b
parent93cce2634cfa81b8f031efa3ef0cbc53f6ead560
Added implementation of VNET host hook functions
moved updated VNET bridge code to Linux module directory
12 files changed:
linux_module/Makefile
linux_module/palacios-packet.c
linux_module/palacios-vnet.c
linux_module/palacios-vnet.h
palacios/include/palacios/vmm_ethernet.h
palacios/include/vnet/vnet.h
palacios/include/vnet/vnet_base.h [new file with mode: 0644]
palacios/include/vnet/vnet_hashtable.h
palacios/include/vnet/vnet_host.h
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/vnet_nic.c
palacios/src/vnet/vnet_hashtable.c