Skip to content

Commit ee9e929

Browse files
committed
Add whether host supports hvm to Host information
Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent f6f9d4e commit ee9e929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xen/xenops_interface.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ module Host = struct
441441
; features_oldstyle: int64 array }
442442
[@@deriving rpcty]
443443

444-
type chipset_info = {iommu: bool} [@@deriving rpcty]
444+
type chipset_info = {iommu: bool; hvm: bool} [@@deriving rpcty]
445445

446446
type hypervisor = {version: string; capabilities: string} [@@deriving rpcty]
447447

0 commit comments

Comments
 (0)