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.


Context-based output infrastructure (V3_Print, etc) and modifications to use it
[palacios.git] / palacios / src / vnet / vnet_core.c
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-10-26 Kevin Pedretti V3_Yield_Timed(usec) was renamed V3_Sleep(usec)
2012-08-17 Peter Dinda Cleaner handling of tx kick threads in vnet core
2012-08-17 Peter Dinda Virtio NIC's guest-driven, vmm-driven, or adaptive...
2012-08-09 Peter Dinda Configurable yielding strategies in VNET bridge thread...
2012-08-06 Peter Dinda Enhancements to VNET and to halting:
2012-07-27 Jack Lange memory leak fixes
2012-07-27 Peter Dinda Corrected vnet locking with irqsave/restore
2012-07-18 Peter Dinda VNET Hypercall interface, implemented as a new stub...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-07-07 Peter Dinda Updates to VNET. Most importantly, better yielding...
2011-11-22 Lei Xia Fix bugs when deinit a list, use list_for_each_entry_sa...
2011-10-13 Lei Xia A minor fix for VNET
2011-08-18 Lei Xia change poll mode for each VNET device
2011-06-09 Lei Xia Fix a bug in vnet when removing a route entry
2011-05-26 Lei Xia add dependency of virtio nic with vnet
2011-05-22 Lei Xia Split VNET Lnx Bridge code with Control Interface
2011-05-19 Lei Xia Fix to VNET bug when vnet_host_hooks is not properly...
2011-05-05 Lei Xia format fix
2011-05-05 Lei Xia Separate VNET from Palacios, add its own host_hooks...
2011-05-04 Lei Xia fix the threads function calls using new vnet host...
2011-05-04 Lei Xia move vnet code outside of palacios core directory