Skip to content

Commit 3358e5f

Browse files
Merge pull request #117 from jjd27/trunk-ring3-ca-203169
CA-203169: Allow xenopsd to tell xapi whether PV drivers are detected
2 parents dc32950 + 4ac56a9 commit 3358e5f

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
@@ -370,6 +370,7 @@ module Vm = struct
370370
uncooperative_balloon_driver: bool;
371371
guest_agent: (string * string) list;
372372
xsdata_state: (string * string) list;
373+
pv_drivers_detected: bool;
373374
last_start_time: float;
374375
hvm: bool;
375376
} with sexp

0 commit comments

Comments
 (0)