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.


Checkpointing fixes
authorMaciek Swiech <dotpyfe@u.northwestern.edu>
Fri, 24 May 2013 16:45:20 +0000 (11:45 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 24 May 2013 19:18:01 +0000 (14:18 -0500)
commitcccc6b1a738266ed3d3bd2011b573e7033c012a8
treeed23e3f6ea938c9a7df50a104403378cd24953be
parent40b983b217e8b8d0881309a9440195abbfdcce57
Checkpointing fixes

vmm_checkpoint.c
    - GUEST_CRO ==> GUEST_CR0
serial.c
    - Added TX and RX buffer tags
    - Fixed tag for COMX_IRQ_NUM
8254.c
    - Added LATCH_VALUE to checkpointing
palacios/src/devices/8254.c
palacios/src/devices/serial.c
palacios/src/palacios/vmm_checkpoint.c