hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

use machine type pc #529

Open bergwolf opened 7 years ago

bergwolf commented 7 years ago

Qemu pc machine type is alias for the latest pc-i440fx-xxx series. Use it so that we do not have to worry about updating it for different qemu versions.

gnawux commented 7 years ago

LGTM

bergwolf commented 7 years ago

TODO: make it configurable, and then default to pc.