Skip to content

Commit a88c9b9

Browse files
committed
Merge pull request xapi-project#121 from johnelse/cp-17066
CP-17066: Add an optional monitor config file to the gvt_g type
2 parents be2b74c + 0ee783d commit a88c9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xen/xenops_interface.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ module Vgpu = struct
136136
low_gm_sz: int64;
137137
high_gm_sz: int64;
138138
fence_sz: int64;
139+
monitor_config_file: string option;
139140
}
140141
with sexp
141142

0 commit comments

Comments
 (0)