Merge pull request #460 from devimc/2020-07-27/update-qemu5

update to QEMU 5
This commit is contained in:
Julio Montes
2020-07-28 10:11:04 -05:00
committed by GitHub
19 changed files with 34 additions and 2109 deletions

View File

@@ -460,6 +460,7 @@ func generic9PVolume(volume types.Volume, nestedRun bool) govmmQemu.FSDevice {
MountTag: volume.MountTag,
SecurityModel: govmmQemu.None,
DisableModern: nestedRun,
Multidev: govmmQemu.Remap,
}
}

View File

@@ -329,6 +329,7 @@ func TestQemuArchBaseAppend9PVolume(t *testing.T) {
Path: hostPath,
MountTag: mountTag,
SecurityModel: govmmQemu.None,
Multidev: govmmQemu.Remap,
},
}

View File

@@ -211,6 +211,7 @@ func TestQemuAddDeviceFsDev(t *testing.T) {
Path: hostPath,
MountTag: mountTag,
SecurityModel: govmmQemu.None,
Multidev: govmmQemu.Remap,
},
}