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.


Restructure of direct host network bridge.
[palacios.git] / palacios / src / devices / lnx_virtio_nic.c
2011-11-01 Lei Xia Restructure of direct host network bridge.
2011-10-14 Lei Xia minor fix to virtio NIC device
2011-10-13 Lei Xia A minor fix for VNET
2011-08-18 Lei Xia change poll mode for each VNET device
2011-06-17 Lei Xia format fix
2011-06-06 Lei Xia format fix
2011-06-06 Lei Xia Fix bug in virtio NIC
2011-05-19 Lei Xia Fix to VNET bug when vnet_host_hooks is not properly...
2011-05-06 Lei Xia fix for the guest_info cpu_id -> pcpu_id
2011-05-06 Lei Xia Added implementation of VNET host hook functions
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-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-05-02 Lei Xia Add large MTU support into Virtio NIC
2011-04-28 Lei Xia Fix the bug for losing interrupts to guest
2011-04-28 Lei Xia compile fix
2011-04-28 Lei Xia Multithread handling of VNET
2011-04-13 Lei Xia Fix to VMM/Guest model dynamic switch for Virtio NIC
2011-04-12 Lei Xia Add dynamic VMM Driven/Guest Driven mode switch in...
2011-02-16 Lei Xia Clean of virtio NIC, vnet-bridge code
2011-02-11 Lei Xia add statistic structure to virtual ethernet devices
2011-02-07 Lei Xia Fix the NE2k card
2011-02-06 Lei Xia Add MAC address configure support on Virtio NIC
2011-01-12 Jack Lange free up telemetry state and free backend state for...
2010-11-29 Lei Xia Fix to direct host network bridge
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Lei Xia Fix to the piix3
2010-11-23 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-23 Lei Xia More fix on VNET code
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-11-21 Lei Xia Minor fix on virtio network device config
2010-11-17 Lei Xia More clean on VNET codes
2010-11-17 Lei Xia VNET code clean and rearrangement
2010-11-08 Lei Xia clean up on VNET code
2010-10-06 Lei Xia All updates on the VNET during summer
2010-08-13 Jack Lange change to device configuration syntax
2010-07-07 Peter Dinda Partially functional Intel MP table support
2010-04-06 Lei Xia VNET update
2010-03-29 Lei Xia Minor fix
2010-03-25 Lei Xia Update on VNET
2010-03-15 Lei Xia Minimize the copies for vnet and Virtio bridge
2010-03-12 Lei Xia Clear code
2010-03-12 Lei Xia Clear the code
2010-03-12 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-03-02 Lei Xia Vnet updated. Working both single guest or multiple...
2010-03-01 Lei Xia Fix to vnet/virtio networking
2010-02-26 Lei Xia Minor fix to virtio networking
2010-02-23 Lei Xia Add lock to vnet
2010-02-21 Jack Lange vnet cleanup
2010-02-17 Lei Xia Update on VNET-NIC device, and fix vnet & virtio net
2010-02-16 Lei Xia Add initial code for multicore support VNET
2010-01-14 Lei Xia Bug fixed
2010-01-05 Lei Xia Minor fix
2009-12-22 Lei Xia Minor change for debug
2009-12-16 Lei Xia small fix
2009-12-15 Jack Lange formatting changes
2009-12-15 Jack Lange moved network backend/frontend registration to correct...
2009-12-15 Lei Xia Virtio Net device update
2009-12-11 Lei Xia a few fixs
2009-12-11 Lei Xia Update on the virtio net
2009-12-01 Lei Xia Add Virtio Network device and add virio_net config...