containers / libkrun

A dynamic library providing Virtualization-based process isolation capabilities
Apache License 2.0
901 stars 74 forks source link

Update kvm-ioctls to 0.12.0 #107

Closed slp closed 1 year ago

slp commented 1 year ago

Version 0.12.0 of kvm-ioctls introduces breaking changes in the API. Adapt the code to support 0.12.0, mark it as the minimum supported version, and update its direct dependencies (kvm-bindings and vmm-sys-util) too.

Fixes: #105 Signed-off-by: Sergio Lopez slp@redhat.com