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 initial code for multicore support VNET
[palacios.git] / palacios / include / devices / lnx_virtio_pci.h
index 9f7d286..c0f2295 100644 (file)
@@ -136,6 +136,8 @@ 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;