mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-23 08:07:52 +00:00
commit
9fac1b335f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ func (v *MachineVM) addArchOptions() []string {
|
|||
opts := []string{
|
||||
"-accel", "hvf",
|
||||
"-accel", "tcg",
|
||||
"-cpu", "cortex-a57",
|
||||
"-M", "virt,highmem=off",
|
||||
"-cpu", "host",
|
||||
"-M", "virt,highmem=on",
|
||||
"-drive", "file=" + getEdk2CodeFd("edk2-aarch64-code.fd") + ",if=pflash,format=raw,readonly=on",
|
||||
"-drive", "file=" + ovmfDir + ",if=pflash,format=raw"}
|
||||
return opts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue