Skip to content

Commit f58558e

Browse files
committed
xenopsd: change type of reported CPU feature-sets to an abstract type
Internally, feature sets are still strings of hex digits. However. the goal is for this to become opaque data for xapi. Signed-off-by: Rob Hoes <[email protected]> (cherry picked from commit xapi-project/xen-api@6491e05)
1 parent d0bd643 commit f58558e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xen/xenops_interface.ml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -508,11 +508,11 @@ module Host = struct
508508
; model: string
509509
; stepping: string
510510
; flags: string
511-
; features: int64 array
512-
; features_pv: int64 array
513-
; features_hvm: int64 array
514-
; features_pv_host: int64 array
515-
; features_hvm_host: int64 array
511+
; features: host_cpu_policy
512+
; features_pv: host_cpu_policy
513+
; features_hvm: host_cpu_policy
514+
; features_pv_host: host_cpu_policy
515+
; features_hvm_host: host_cpu_policy
516516
}
517517
[@@deriving rpcty]
518518

0 commit comments

Comments
 (0)