mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 17:23:53 +00:00
Current implementation hardcodes the virtual machine as "q35" for x86, this patch remove this hardcode and config the machine type according to the arch the VM is running. Also, in order to make sure the qemu can run on arm64 platform, we need to specify the vcpu type in the command line. Signed-off-by: Dennis Chen <dennis.chen@arm.com>