Loading connect.go +9 −0 Original line number Diff line number Diff line Loading @@ -3684,6 +3684,9 @@ type DomainStatsIOThread struct { PollShrinkSet bool PollShrink uint PollShrink64 uint64 PollWeightSet bool PollWeight uint PollWeight64 uint64 } func getDomainStatsIOThreadFieldInfo(idx int, params *DomainStatsIOThread) map[string]typedParamsFieldInfo { Loading @@ -3705,6 +3708,12 @@ func getDomainStatsIOThreadFieldInfo(idx int, params *DomainStatsIOThread) map[s ui: ¶ms.PollShrink, ul: ¶ms.PollShrink64, }, fmt.Sprintf(C.VIR_DOMAIN_STATS_IOTHREAD_PREFIX+"%d"+ C.VIR_DOMAIN_STATS_IOTHREAD_SUFFIX_POLL_WEIGHT, idx): typedParamsFieldInfo{ set: ¶ms.PollWeightSet, ui: ¶ms.PollWeight, ul: ¶ms.PollWeight64, }, } } Loading domain.go +6 −0 Original line number Diff line number Diff line Loading @@ -4497,6 +4497,8 @@ type DomainSetIOThreadParams struct { PollGrow uint PollShrinkSet bool PollShrink uint PollWeightSet bool PollWeight uint ThreadPoolMinSet bool ThreadPoolMin int ThreadPoolMaxSet bool Loading @@ -4517,6 +4519,10 @@ func getSetIOThreadParamsFieldInfo(params *DomainSetIOThreadParams) map[string]t set: ¶ms.PollShrinkSet, ui: ¶ms.PollShrink, }, C.VIR_DOMAIN_IOTHREAD_POLL_WEIGHT: typedParamsFieldInfo{ set: ¶ms.PollWeightSet, ui: ¶ms.PollWeight, }, C.VIR_DOMAIN_IOTHREAD_THREAD_POOL_MIN: typedParamsFieldInfo{ set: ¶ms.ThreadPoolMinSet, i: ¶ms.ThreadPoolMin, Loading Loading
connect.go +9 −0 Original line number Diff line number Diff line Loading @@ -3684,6 +3684,9 @@ type DomainStatsIOThread struct { PollShrinkSet bool PollShrink uint PollShrink64 uint64 PollWeightSet bool PollWeight uint PollWeight64 uint64 } func getDomainStatsIOThreadFieldInfo(idx int, params *DomainStatsIOThread) map[string]typedParamsFieldInfo { Loading @@ -3705,6 +3708,12 @@ func getDomainStatsIOThreadFieldInfo(idx int, params *DomainStatsIOThread) map[s ui: ¶ms.PollShrink, ul: ¶ms.PollShrink64, }, fmt.Sprintf(C.VIR_DOMAIN_STATS_IOTHREAD_PREFIX+"%d"+ C.VIR_DOMAIN_STATS_IOTHREAD_SUFFIX_POLL_WEIGHT, idx): typedParamsFieldInfo{ set: ¶ms.PollWeightSet, ui: ¶ms.PollWeight, ul: ¶ms.PollWeight64, }, } } Loading
domain.go +6 −0 Original line number Diff line number Diff line Loading @@ -4497,6 +4497,8 @@ type DomainSetIOThreadParams struct { PollGrow uint PollShrinkSet bool PollShrink uint PollWeightSet bool PollWeight uint ThreadPoolMinSet bool ThreadPoolMin int ThreadPoolMaxSet bool Loading @@ -4517,6 +4519,10 @@ func getSetIOThreadParamsFieldInfo(params *DomainSetIOThreadParams) map[string]t set: ¶ms.PollShrinkSet, ui: ¶ms.PollShrink, }, C.VIR_DOMAIN_IOTHREAD_POLL_WEIGHT: typedParamsFieldInfo{ set: ¶ms.PollWeightSet, ui: ¶ms.PollWeight, }, C.VIR_DOMAIN_IOTHREAD_THREAD_POOL_MIN: typedParamsFieldInfo{ set: ¶ms.ThreadPoolMinSet, i: ¶ms.ThreadPoolMin, Loading