X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_intr.h;h=be407c15aa771e377c67038d202e36099e175559;hb=0b276ccfe1caf79b6c2752bf26d0e9933e52fb32;hp=6008a662153a9f128ee4c1725bb1b6180bc76c10;hpb=858d2c8b868730326ef499d916590fdbae4da223;p=palacios.git diff --git a/palacios/include/palacios/vmm_intr.h b/palacios/include/palacios/vmm_intr.h index 6008a66..be407c1 100644 --- a/palacios/include/palacios/vmm_intr.h +++ b/palacios/include/palacios/vmm_intr.h @@ -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];