mirror of
https://github.com/containers/podman.git
synced 2025-08-26 03:01:31 +08:00
machine/linux: Use memory-backend-memfd by default
This is prep for using virtiofsd; it has no real impact otherwise. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
@ -16,7 +16,7 @@ func (q *QEMUStubber) addArchOptions(_ *setNewMachineCMDOpts) []string {
|
||||
opts := []string{
|
||||
"-accel", "kvm",
|
||||
"-cpu", "host",
|
||||
"-M", "virt,gic-version=max",
|
||||
"-M", "virt,gic-version=max,memory-backend=mem",
|
||||
"-bios", getQemuUefiFile("QEMU_EFI.fd"),
|
||||
}
|
||||
return opts
|
||||
|
Reference in New Issue
Block a user