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.


Lock bugfixes - missing lock deinits This also adds deinit calls in the linux_module...
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 28 May 2013 22:24:04 +0000 (17:24 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Tue, 28 May 2013 22:27:50 +0000 (17:27 -0500)
commit1f8ac11d4550b1113d9a8c23e62b236cb8ad8404
tree93d056b3cf2a61663e37e8793b1aee2faf5a688f
parent0ab9a336e36f49b43d9918c09087c6826ce04c83
Lock bugfixes - missing lock deinits This also adds deinit calls in the linux_module code so that these locks are correclty tracked
18 files changed:
linux_module/iface-console.c
linux_module/iface-file.c
linux_module/iface-host-dev.c
linux_module/iface-host-pci-hw.h
linux_module/iface-host-pci.c
linux_module/iface-keyed-stream.c
linux_module/iface-packet.c
linux_module/iface-stream.c
linux_module/palacios-vnet-brg.c
linux_module/palacios-vnet-ctrl.c
linux_module/util-queue.c
palacios/src/devices/apic.c
palacios/src/devices/keyboard.c
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/lnx_virtio_vnet.c
palacios/src/devices/nvram.c
palacios/src/devices/telnet_cons.c
palacios/src/palacios/vmm_intr.c