Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tklengyel/valgrind-xen-patch

Patch to Valgrind 3.12 to bring it up-to-date with Xen 4.8
https://github.com/tklengyel/valgrind-xen-patch

Last synced: 24 days ago
JSON representation

Patch to Valgrind 3.12 to bring it up-to-date with Xen 4.8

Awesome Lists containing this project

README

        

# valgrind-xen-patch
Patch to Valgrind 3.12 to bring it up-to-date with Xen 4.8

- wget http://valgrind.org/downloads/valgrind-3.12.0.tar.bz2
- tar xvf valgrind-3.12.0.tar.bz2
- cd valgrind-3.12.0
- patch -p0 < ../valgrind-xen48.patch
- ./configure
- make
- make install