Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tklengyel/valgrind-xen-patch
- Owner: tklengyel
- License: bsd-2-clause
- Created: 2016-12-01T18:24:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T18:27:36.000Z (about 8 years ago)
- Last Synced: 2024-11-07T08:34:35.518Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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