nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.24k stars 135 forks source link

ops run -x (kvm accel) needs a few more matching tweaks to nanos Makefile #545

Closed eyberg closed 4 years ago

eyberg commented 4 years ago

I noticed 3 differences when running locally on linux/kvm (osx hvf is seemingly fine)

i think the main thing is that the virtio-net pci line needs to be changed for kvm/linux - note this doesn't affect public cloud deploys cause we don't actually instantiate - it's only for local runs

eyberg commented 4 years ago

https://github.com/nanovms/ops/pull/546