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 use of strncpy/strcpy (Coverity static analysis)
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 31 Aug 2015 22:21:34 +0000 (17:21 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 31 Aug 2015 22:21:34 +0000 (17:21 -0500)
commitd22c11cec4e8c3390bfe6bf16ed07f5d073f0d4a
treea14b39308f42e1f3d8f51cdf025a529e4498859a
parentf240f8a3c11478abe180bd906c746c68eb8c3a3c
Cleanup and sanity-checking of use of strncpy/strcpy (Coverity static analysis)
24 files changed:
linux_module/iface-code-inject.c
linux_module/iface-env-inject.c
linux_module/iface-file.c
linux_module/iface-host-dev.c
linux_module/iface-host-pci.c
linux_module/iface-keyed-stream.c
linux_module/iface-pstate-ctrl.c
linux_module/iface-stream.c
linux_module/main.c
palacios/src/devices/generic.c
palacios/src/devices/host_pci.c
palacios/src/devices/host_pci_selpriv.c
palacios/src/devices/ide.c
palacios/src/devices/netdisk.c
palacios/src/devices/pci.c
palacios/src/devices/pci_front.c
palacios/src/devices/pci_passthrough.c
palacios/src/extensions/ext_inspector.c
palacios/src/gears/ext_process_environment.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_dev_mgr.c
palacios/src/palacios/vmm_multitree.c
palacios/src/palacios/vmm_symmod.c