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 vnet device
[palacios.git] / palacios / src / devices / Makefile
index 0a1fcf0..10cd8a9 100644 (file)
@@ -34,3 +34,5 @@ obj-$(CONFIG_TELNET_CONSOLE) += telnet_cons.o
 obj-$(CONFIG_PASSTHROUGH_PCI) += pci_passthrough.o
 
 obj-$(CONFIG_SYMMOD) += lnx_virtio_symmod.o
+
+obj-$(CONFIG_VNET) += lnx_virtio_vnet.o
\ No newline at end of file