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

11 commits

Author SHA1 Message Date
Simon Pickartz
1a8e06a365 add interface providing the free list to the hypervisor (#101)
Add an interface for sharing the free list with the hypervisor. This can be used to accelerate the cold migration of guests.
2018-09-04 13:09:23 +02:00
Stefan Lankes
6eee6b8bd1 remove obsolete buffering of TX packets 2018-08-06 07:54:34 +02:00
Stefan Lankes
aef158f3f9 check at the end of the init routine if we already receive a packet 2018-08-02 21:09:58 +02:00
Stefan Lankes
c1d0094162 enable cache for the communication between guest and host 2017-12-15 23:11:51 +01:00
Stefan Lankes
54bb7a84d9 reduce the number of interrupts in the network driver 2017-11-22 00:47:29 +01:00
Stefan Lankes
4906a04022 remove memory leak
- free packet buffer if the packet is dropped
2017-09-21 22:13:21 +02:00
Stefan Lankes
a2b88521bc forward packet to the IP thread
=> don't consume the packet within the interrupt handler
2017-09-20 20:03:56 +02:00
Stefan Lankes
b4c5262ac8 initialize snmp variables and counters for the uhyve nic 2017-09-19 23:48:37 +02:00
Stefan Lankes
c6157e3ef7 use interrupts to notifiy incoming packets
=> avoid busy waiting in uhyve's network adapter
2017-09-18 00:23:09 +02:00
Stefan Lankes
16cbbad628 enable ipv6 support for uhyve 2017-09-04 23:47:31 +02:00
Stefan Lankes
463298c383 add initial draft of uhyve's network interface
- based on https://github.com/Solo5/solo5 and
- Tim's port for HermitCore
2017-09-04 18:20:54 +02:00