コード例 #1
0
ファイル: pit.go プロジェクト: XenServerBestPractice/novm
func (pit *Pit) Load(vm *platform.Vm) error {
	// Load state.
	return vm.SetPit(pit.Pit)
}