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.


NVRAM keeps a reference to IDE to query its geometry. It passes the device pointer...
authorErik van der Kouwe <erikvdk@gmail.com>
Fri, 26 Nov 2010 16:59:03 +0000 (10:59 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 26 Nov 2010 16:59:03 +0000 (10:59 -0600)
commit2a587b8b87f1659470785b5eb4f782a1e7334f82
tree260195aece2fe2b85b42181216c7702f43e0016b
parent7043e3314c5843994dbd6615aca71b0378950b3e
NVRAM keeps a reference to IDE to query its geometry. It passes the device pointer to v3_ide_get_geometry while IDE expects to get the private pointer. This patch fixes that.
palacios/src/devices/nvram.c