KVM-VMI / kvm-vmi

KVM-based Virtual Machine Introspection
https://kvm-vmi.github.io/kvm-vmi/master/
298 stars 61 forks source link

KVM compilation problems on multiple Ubuntu releases #149

Closed Wenzel closed 1 year ago

Wenzel commented 1 year ago

This ticket tracks the various issues users have encountered while trying to compile kvm-vmi/kvm on various Ubuntu releases (18.04 / 20.04 / 22.04).

Related tickets

Github Actions workflow

A workflow has been added to build kvm on Ubuntu 18.04/20.04/22.04, with Ubuntu's kernel config as main config. It contains the kernel config feature that needs to be tweaked to build our (old) kvm, and keep the compatibility: https://github.com/KVM-VMI/kvm-vmi/pull/148

TODO