Stefan Lankes
3e6b84b642
add tiny web server as test case
...
This "Tiny Web Server" is derived from nweb, which was developed
by Nigel Griffiths and published at
https://www.ibm.com/developerworks/systems/library/es-nweb/index.html .
The web server was released under the IBM License Agreement.
2018-08-02 15:41:30 +02:00
Stefan Lankes
215b16884d
disable temporary unsupported features on aarch64 ( #96 )
...
* remove OpenMP Runtime, move runtime to an own package
* remove uneeded dependencies to rdtsc, disable rdtsc based benchmarks on aarch64
* disable temporary go and xray applications on aarch64
2018-07-22 21:33:30 +02:00
Stefan Lankes
2319afd888
add test case with debug information
...
- required to test the debugging features within uhyve
2018-07-10 08:58:19 +02:00
Simon Pickartz
77536f5280
support for ODP using RDMA ( #92 )
...
-- optionally enable ODP (if supported)
-- dynamically choose first active device port
-- add memory allocator test
2018-05-18 08:49:51 +02:00
Simon Pickartz
59d0bfa956
uhyve migration support ( #89 )
...
- incremental/complete guest memory transfer via RDMA
- cold migration via RDMA
- live migration via RDMA (currently fixed number of iterations)
- complete guest memory transfer via TCP/IP (for compatibility)
2018-04-26 20:57:05 +02:00
Pierre Olivier
cfd208d266
Support for forwarding command line parameters and environment variables
...
to uhyve
2017-11-07 19:51:57 -05:00
Stefan Lankes
46a7dc54cd
set also pthread also by compiling all multi-threaded apps
2017-05-20 00:12:40 +02:00
Stefan Lankes
d4a49acf85
add tests to stress newlib's malloc implementation
2017-05-19 13:45:13 +02:00
Daniel Krebs
30021d5291
cmake: initial support for CMake build system
2017-04-03 18:14:56 +02:00