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.


update for overflow issue
Jack Lange [Fri, 12 Mar 2010 00:39:14 +0000 (18:39 -0600)]
palacios/include/devices/lnx_virtio_pci.h

index 09329ce..5379479 100644 (file)
@@ -136,9 +136,6 @@ struct virtio_queue {
     addr_t ring_avail_addr;
     addr_t ring_used_addr;
   
-    uint16_t last_avail_idx;
-    int idx_overflow;
-
     struct vring_desc * desc; // We can treat this as an array...
     struct vring_avail * avail;
     struct vring_used * used;