1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

1607 commits

Author SHA1 Message Date
Annika Wierichs
657678f0b2 Hypervisor helper functions. 2017-11-12 16:51:46 +01:00
Stefan Lankes
fe330cf103 add argv_envp to list of CI tests 2017-11-10 22:23:01 +01:00
Stefan Lankes
8653afbd07 avoid using KVM_TRANSLATE in a loop
- determine within HermitCore the guest physical address
=> simplifies the translation from guest virtual to host virtual address
=> reduce the number of syscalls (KVM_TRANSLATE)
2017-11-10 22:17:45 +01:00
Annika Wierichs
69f2b1cef5 Started writing hypervisor part. 2017-11-10 15:54:19 +01:00
Annika Wierichs
ed4c45b9ec struct address conversion for 4 test fncs added (kernel side) 2017-11-09 16:18:45 +01:00
Annika Wierichs
69d8226c13 Basic struct parsing supported. Prepared for first manual address conversion tests. 2017-11-08 14:32:50 +01:00
Pierre Olivier
0b828dfe85 Fix cap for argc / envc + display an error if these values go above that
cap
2017-11-07 20:17:44 -05:00
Pierre Olivier
cfd208d266 Support for forwarding command line parameters and environment variables
to uhyve
2017-11-07 19:51:57 -05:00
Annika Wierichs
fb3b0cdbb8 Started writing generator for struct address conversions, introducing Pyparsing. 2017-11-07 15:36:23 +01:00
Stefan Lankes
3ee4a48728 Merge branch 'devel' 2017-11-07 08:49:42 +01:00
Stefan Lankes
2303d25ff7 increase version number 2017-11-07 08:38:16 +01:00
Stefan Lankes
18e0f3034b determine frequency from cpu brand, revise code
=> move all helper functions to utils.c
2017-11-07 08:14:43 +01:00
Stefan Lankes
e8d202e68a remove typo in cpuid check 2017-11-07 08:04:35 +01:00
Stefan Lankes
794f4ac3d3 enable MSR for string operations already in uhyve 2017-11-06 21:38:33 +01:00
Stefan Lankes
ed75d01517 add definition of MSR_IA32_MISC_ENABLE_FAST_STRING 2017-11-05 23:16:32 +01:00
Stefan Lankes
3c45b79acb enable fast string operations 2017-11-05 22:08:11 +01:00
Stefan Lankes
57feac36e4 disable performance monitoring counter 2017-11-05 21:06:48 +01:00
Stefan Lankes
e3de05cb4c increase the number of netconn connections 2017-11-05 16:52:05 +01:00
Stefan Lankes
1e80bcf3f4 increase the number of simulatenously active TCP connections 2017-11-05 16:23:13 +01:00
Stefan Lankes
53ca9e195a reduce LwIP's memory footprint 2017-11-05 16:02:52 +01:00
Stefan Lankes
6ccefbba81 set no execution flag to protect cmdline 2017-11-05 15:50:12 +01:00
Stefan Lankes
2686177729 fix typos, mark region as cacheable 2017-11-05 15:49:22 +01:00
Stefan Lankes
4287452ffe fix nested function, remove typos 2017-11-05 15:45:21 +01:00
Stefan Lankes
03acc16853 use static allocated buffers for rtl8139 driver
=> gurantees that the buffers are always accessible for the hardware
2017-11-04 21:25:28 +01:00
Stefan Lankes
c292ce0bb5 TSS' pointer ist1 will be created per task
=> remove obsolete line
2017-11-04 20:05:10 +01:00
Stefan Lankes
4c8e066aae allocate stacks on demand, reduce the size of the BSS section 2017-11-04 12:46:57 +01:00
Annika Wierichs
4b34e7acb5 small fix and docs. 2017-11-02 16:45:46 +01:00
Annika Wierichs
bec8a1859c Improved generated code. 2017-11-02 16:41:29 +01:00
Annika Wierichs
cc0cb1c882 Minor. Working on ptr conversions. 2017-10-30 17:16:28 +01:00
Annika Wierichs
dc801f1cf2 Prepared for some pingpong functions. 2017-10-27 16:51:51 +02:00
Annika Wierichs
7082c820e5 Finished code generator including clean up and documentation. 2017-10-27 15:16:54 +02:00
Annika Wierichs
91ce18c6ec Added a code generator, work in progress. Added ping pong for testing later. Added some more API calls. 2017-10-26 15:04:47 +02:00
Annika Wierichs
17f3ec78fc cleanup and comments 2017-10-21 16:22:41 +02:00
Annika Wierichs
aae4dcb937 ibv_get_device_list() working. Need to check phys memory conversions. 2017-10-21 15:49:35 +02:00
Annika Wierichs
26691d555d return value memory mappings, work in progress 2017-10-20 16:16:22 +02:00
Stefan Lankes
08cbf9d20f Merge branch 'devel' 2017-10-20 04:44:18 +02:00
Stefan Lankes
968e989970 increase version number 2017-10-19 22:31:35 +02:00
Stefan Lankes
d0c910d454 fix typo, ceil instead of floor during the border calculation 2017-10-19 22:23:40 +02:00
Annika Wierichs
ba8fea704f includes ok. working on memory mapping stuff. 2017-10-19 15:58:17 +02:00
Stefan Lankes
0e7de04c3d use algorithm with complexity of O(1) to wakeup a task 2017-10-18 22:24:32 +02:00
Annika Wierichs
eb76db19a2 pthread missing. 2017-10-16 12:25:06 +02:00
Annika Wierichs
303d60c437 minor 2017-10-10 14:37:21 +02:00
Annika Wierichs
e72f9a32b9 file(COPY now copying to x86_64-hermit/include. 2017-10-08 16:01:22 +02:00
Annika Wierichs
6b8e960813 Switch from libibverbs to rdma-core lib 2017-10-06 15:13:04 +02:00
Stefan Lankes
db365c3634 remove typo 2017-09-29 23:46:06 +02:00
Stefan Lankes
ec26593576 Merge branch 'devel' 2017-09-24 17:34:20 +02:00
Stefan Lankes
4175c29908 remove typos 2017-09-24 15:12:12 +02:00
Stefan Lankes
cc51625091 remove typos 2017-09-24 13:56:25 +02:00
Stefan Lankes
02d890c65c add description of the proxy 2017-09-24 11:02:18 +02:00
Stefan Lankes
f1ca0b9803 set link to the master branch 2017-09-24 09:08:10 +02:00