s390x: dimm not supported

Dimm is not supported on s390x

Fixes: #106
Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
Alice Frosi
2019-08-26 16:05:17 +02:00
parent e6644f4a25
commit 9463486d58
4 changed files with 31 additions and 1 deletions

View File

@@ -105,3 +105,7 @@ func (n NetDeviceType) QemuDeviceParam() DeviceDriver {
}
}
func isDimmSupported() bool {
return true
}