Fix comments: remove redundant default setting of cores-per-socket.
This commit is contained in:
parent
5a206f2d2c
commit
10270c90a0
@ -107,7 +107,6 @@ func (self *Builder) Prepare(raws ...interface{}) (params []string, retErr error
|
||||
pargs["apic"] = "true"
|
||||
pargs["timeoffset"] = "0"
|
||||
pargs["acpi"] = "1"
|
||||
pargs["cores-per-socket"] = "1"
|
||||
self.config.PlatformArgs = pargs
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user