We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982b3e1 commit f6f9d4eCopy full SHA for f6f9d4e
xen/xenops_interface.ml
@@ -441,9 +441,15 @@ module Host = struct
441
; features_oldstyle: int64 array }
442
[@@deriving rpcty]
443
444
+ type chipset_info = {iommu: bool} [@@deriving rpcty]
445
+
446
type hypervisor = {version: string; capabilities: string} [@@deriving rpcty]
447
- type t = {cpu_info: cpu_info; hypervisor: hypervisor} [@@deriving rpcty]
448
+ type t =
449
+ { cpu_info: cpu_info
450
+ ; hypervisor: hypervisor
451
+ ; chipset_info: chipset_info }
452
+ [@@deriving rpcty]
453
454
type guest_agent_feature =
455
{name: string; licensed: bool; parameters: (string * string) list}
0 commit comments