package virtbuf func (x *Hypervisor) SetMemory(gb int) { x.Memory = int64(gb * 1024 * 1024 * 1024) }