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.


Cleanup and sanity-checking of endianness, dead code, unchecked returns (Coverity...
[palacios.git] / palacios / src / devices / vga.c
2015-09-01 Peter Dinda Cleanup and sanity-checking of endianness, dead code...
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Remove 32 Bit...
2013-12-22 Peter Dinda Add logic to VGA for vertical/horizontal retrace
2013-11-25 Peter Dinda VGA bugfixes
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-04-28 Peter Dinda Correct VGA text functionality without passthrough
2012-04-26 Peter Dinda VGA support for host-driven rendering
2011-05-03 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-03 Peter Dinda Minor vga tweak
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-27 Peter Dinda VGA enhancements for graphics writes and rendering
2011-04-15 Peter Dinda VGA graphics rendering, attribute palette handling...
2011-04-13 Peter Dinda VGA Updates
2011-04-12 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-12 Peter Dinda Debug output added (map draws)
2011-04-12 Jack Lange fixed up include directories for new interfaces locations
2011-04-05 Peter Dinda Updated VGA to support the graphics console host interface
2011-04-01 Peter Dinda VGA: Correct handling of word writes on address registe...
2011-03-29 Peter Dinda VGA: fixed dodgy passthrough support
2011-03-17 Peter Dinda VGA: Corrected memory offseting calculations
2011-03-15 Peter Dinda VGA: graphics controller implementation (mem read...
2011-03-15 Peter Dinda VGA state, i/o hooks, mem hook implemented
2011-03-10 Peter Dinda VGA: added internal state structure and comments on...
2011-03-10 Peter Dinda Added stub for VGA implementation and detailed VGA...