containers / podman-bootc

Apache License 2.0
24 stars 9 forks source link

Add krunkit support on MacOS #44

Open germag opened 6 months ago

germag commented 6 months ago

Currently, on macos we use QEMU to run bootc VMs. Supporting krunkit will allow us to use virtiofs and GPU sharing. What was stopping us from using krunkit is the lack of smbios OEM string support, but hopefully that will be sorted out soon[0, 1]

[0] https://github.com/containers/krunkit/pull/9 [1] https://github.com/containers/libkrun/pull/187