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 MAC address configure support on Virtio NIC
authorLei Xia <lxia@northwestern.edu>
Sun, 6 Feb 2011 06:51:39 +0000 (00:51 -0600)
committerLei Xia <lxia@northwestern.edu>
Sun, 6 Feb 2011 06:51:39 +0000 (00:51 -0600)
commite49df33562b190c348b3a117044136c704442c6b
treed1fefeac6a2262b1687bfe21289a20ddd0eb6323
parent66b370cefc9758a276f488fb4c944a8429feed8c
Add MAC address configure support on Virtio NIC
add MAC based packet demultiplexing in direct network bridge
palacios/include/palacios/vmm_dev_mgr.h
palacios/include/palacios/vmm_ethernet.h [new file with mode: 0644]
palacios/include/palacios/vmm_packet.h
palacios/include/palacios/vmm_vnet.h
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/nic_bridge.c
palacios/src/devices/vnet_nic.c
palacios/src/palacios/vmm_packet.c