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.


APIC bug fixes and cleanup
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 9 Jun 2015 20:36:13 +0000 (15:36 -0500)
committerroot <root@v-test-r415-3.localdomain>
Tue, 9 Jun 2015 20:36:13 +0000 (15:36 -0500)
commit3797543c14ea12fbc25021e6da4cd08a9959b8f2
treeb2cfd5c8a67228d8ce6ad578b4ac77c77e70a8e1
parent0246f0904a4800dbe1e8e23332d49b468a58f751
APIC bug fixes and cleanup

- handle access to unsupported registers gracefully (return 0 on read, drop writes)
- correct handling of APIC address MSR write (do not delete memory region twice)
- cleanup of debugging output
palacios/src/devices/apic.c