Merge pull request #2585 from nitkon/QemuCapablity

qemu_ppc64le: EXpose fs support explicitly
This commit is contained in:
Jose Carlos Venegas Munoz 2020-04-03 09:52:42 -06:00 committed by GitHub
commit 6e398f7c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,7 @@ func (q *qemuPPC64le) capabilities() types.Capabilities {
}
caps.SetMultiQueueSupport()
caps.SetFsSharingSupport()
return caps
}