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.


fixed stack overflow bug in curses console framebuffer
[palacios.git] / palacios / src / devices / curses_cons.c
2011-11-03 Jack Lange fixed stack overflow bug in curses console framebuffer
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2011-01-21 Erik van der Kouwe To be able to run Windows I'll need more graphics capab...
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-19 Erik van der Kouwe It seems FreeBSD sets the cursor to an out-of-screen...
2010-11-19 Jack Lange more device free updates
2010-11-15 Jack Lange added console host event
2010-11-10 Jack Lange added dimension flags to console hooks
2010-11-10 Jack Lange reworked the console hooks
2010-11-05 Erik van der Kouwe This patch contains various small fixes. Some are MINIX...
2010-10-25 Jack Lange added private data pointer to per vm state...
2010-08-13 Jack Lange change to device configuration syntax
2010-04-14 Erik van der Kouwe add console hook support