mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01:00
virtcontainers: x86: Support microvm machine type
[ port from runtime commit 6aff077901021d9a0075c446dfe281b2487e1487 ] With the addition of support to govmm for multiple transports (intel/govmm#111) and microvm (intel/govmm#121) we can now enable support for the 'microvm' machine type in kata-runtime. Signed-off-by: Liam Merwick <liam.merwick@oracle.com> Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -177,6 +177,9 @@ const (
|
||||
// QemuQ35 is the QEMU Q35 machine type for amd64
|
||||
QemuQ35 = "q35"
|
||||
|
||||
// QemuMicrovm is the QEMU microvm machine type for amd64
|
||||
QemuMicrovm = "microvm"
|
||||
|
||||
// QemuVirt is the QEMU virt machine type for aarch64 or amd64
|
||||
QemuVirt = "virt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user