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.


Jack's changes to split up stucts for multi-core.
Kevin Pedretti [Fri, 15 Jan 2010 00:27:40 +0000 (17:27 -0700)]
Merge branch 'devel' of ssh://ktpedre@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

Conflicts:
palacios/src/devices/keyboard.c

1  2 
palacios/include/palacios/vmm.h
palacios/src/devices/apic.c
palacios/src/palacios/svm.c

Simple merge
@@@ -182,9 -181,9 +182,10 @@@ struct apic_state 
      uint32_t eoi;
  
  
+     struct guest_info * core;
  };
  
 +static void apic_incoming_ipi(void *val);
  static int apic_read(addr_t guest_addr, void * dst, uint_t length, void * priv_data);
  static int apic_write(addr_t guest_addr, void * src, uint_t length, void * priv_data);
  
Simple merge