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.


code for new irq hooking mechanism
[palacios.git] / palacios / src / palacios / svm_handler.c
index 21523f9..f14d94d 100644 (file)
@@ -249,6 +249,9 @@ int handle_svm_exit(struct guest_info * info) {
     case EXTERNAL_IRQ: 
       {
        uint_t irq = get_intr_number(info);
+
+        // check to see if ==-1 (non exists)
+
        /*      
          guest_ctrl->EVENTINJ.vector = irq;
          guest_ctrl->EVENTINJ.valid = 1;