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.


Functional host device support in Linux kernel module for both busywait and select
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 8 Jun 2011 00:33:38 +0000 (19:33 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Wed, 8 Jun 2011 00:33:38 +0000 (19:33 -0500)
commitae06bda339f919423d0a2291759850dcee3f85da
tree61dae1ff3244a6a88f0573a0cea0b790341a2985
parent3265327285cf9896276ddf7fab7cbe0d3060bd10
Functional host device support in Linux kernel module for both busywait and select

- Changes VM startup ordering so that userspace devices can attach
- Fixes nasty race condition involving kmalloc that was killing busywait and sometimes select
linux_module/palacios-host-dev.c
linux_module/palacios-vm.c
linux_usr/v3_os_debug.c
linux_usr/v3_user_host_dev.c
palacios/src/devices/Kconfig