mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 05:19:21 +00:00
Merge pull request #460 from devimc/2020-07-27/update-qemu5
update to QEMU 5
This commit is contained in:
@@ -460,6 +460,7 @@ func generic9PVolume(volume types.Volume, nestedRun bool) govmmQemu.FSDevice {
|
||||
MountTag: volume.MountTag,
|
||||
SecurityModel: govmmQemu.None,
|
||||
DisableModern: nestedRun,
|
||||
Multidev: govmmQemu.Remap,
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -329,6 +329,7 @@ func TestQemuArchBaseAppend9PVolume(t *testing.T) {
|
||||
Path: hostPath,
|
||||
MountTag: mountTag,
|
||||
SecurityModel: govmmQemu.None,
|
||||
Multidev: govmmQemu.Remap,
|
||||
},
|
||||
}
|
||||
|
||||
|
@@ -211,6 +211,7 @@ func TestQemuAddDeviceFsDev(t *testing.T) {
|
||||
Path: hostPath,
|
||||
MountTag: mountTag,
|
||||
SecurityModel: govmmQemu.None,
|
||||
Multidev: govmmQemu.Remap,
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user