eve icon indicating copy to clipboard operation
eve copied to clipboard

EVE is Edge Virtualization Engine

Results 288 eve issues
Sort by recently updated
recently updated
newest added

First commit Refactors the verification of AuthContainer to prepare for the second commit which is validating the authcontainer when reading the checkpoint. PR also contains to unrelated changes: 3. The...

This is the second part (first part #2645 ) of the PR with the addition of functionality for sending statistics for the Zpool and devices included in it to the...

Seems without CONFIG_ARM_RASPBERRYPI_CPUFREQ we use 600MHz in all cases on RPi4. Before: ``` # time sh -c 'echo "scale=3000; a(1)*4" | bc -l' real 0m 49.85s user 0m 45.59s sys...

In order to upgrade go to version 1.18.5 we should bundle it into eve-alpine. This PR contains two commits: 1. Bundling go 1.18.5 from Alpine 3.16 2. Update packages to...

By default Linux reassign BAR addresses if there are devices with 64 bit addresses However on m750 it fails to assign BAR registers in some HW configurations e.g. P1000 NVIDIA...

Testing done =========== Clean compile Upgraded EVE Verified all apps got started Signed-off-by: Pramodh Pallapothu

Deleted the references and compilation of qrexec-dom0 container Fixed eve command 6c6cb828-b0be-4166-9daf-ab353430dbc1:~# eve Welcome to EVE! commands: enter [(assumed pillar)] [command (assumed sh)] enter-user-app exec pillar command list status start...

Added lost patch for rpi: uart swap like in raspberry/linux. Renamed patch with device tree for rpi uno. Fixed patch with tpm module for rpi4 so that git am can...

This PR contains two patches for LTE connectivity: **wwan: Explicitly request IPv4 connection** Without explicitly asking for IPv4 (which we only support for wwan), for some LTE networks the connect...

After kernel version 5.6.y we have separate thermal driver for rpi4 board. Enable it in kernel and new-kernel packages. Signed-off-by: Aleksandrov Dmitriy