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.


symbiotic module updates
[palacios.git] / palacios / src / devices / lnx_virtio_symmod.c
index d3bae18..d6df7a7 100644 (file)
@@ -406,7 +406,7 @@ static int virtio_load_module(struct v3_vm_info * vm, char * name, int mod_size,
     }
 
     
-    if (q->cur_avail_idx < q->avail->index) {
+    if (q->cur_avail_idx != q->avail->index) {
        uint16_t notifier_idx = q->avail->ring[q->cur_avail_idx % q->queue_size];
        struct symmod_hdr * notifier = NULL;
        struct vring_desc * notifier_desc = NULL;