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.


More clean on VNET codes
[palacios.git] / palacios / include / palacios / vmm.h
index b9c77b5..8742ff6 100644 (file)
@@ -193,10 +193,6 @@ struct guest_info;
     } while (0)
 
 
-
-
-
-
 #define V3_Call_On_CPU(cpu, fn, arg)                   \
     do {                                               \
         extern struct v3_os_hooks * os_hooks;           \
@@ -216,12 +212,11 @@ struct guest_info;
            thread;                                                     \
        })
 
-
 #endif
 
-
 /* ** */
 
+
 #define V3_ASSERT(x)                                                   \
     do {                                                               \
        extern struct v3_os_hooks * os_hooks;                           \
@@ -334,5 +329,4 @@ int v3_stop_vm(struct v3_vm_info * vm);
 int v3_deliver_irq(struct v3_vm_info * vm, struct v3_interrupt * intr);
 
 
-
 #endif