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.


added checks to only mark interrupts as taken if SVM says they've been
[palacios.git] / palacios / include / palacios / vmm_intr.h
index 6008a66..be407c1 100644 (file)
@@ -74,6 +74,9 @@ struct v3_intr_state {
     struct list_head controller_list;
 
 
+    uint_t irq_pending;
+    uint_t irq_vector;
+
     /* some way to get the [A]PIC intr */
     struct v3_irq_hook * hooks[256];