Skip to content

Commit 88ece89

Browse files
committed
fixup! CP-31566 define xenopsd fast resume operation
Signed-off-by: Christian Lindig <christian.lindig@citrix.com>
1 parent 4da3c01 commit 88ece89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocaml/xenopsd/xc/domain.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ let build (task : Xenops_task.task_handle) ~xc ~xs ~store_domid ~console_domid
13641364
build_post ~xc ~xs ~target_mib ~static_max_mib domid domain_type store_mfn
13651365
store_port local_stuff vm_stuff
13661366

1367-
let resume_post ~xc ~xs domid =
1367+
let resume_post ~xc:_ ~xs domid =
13681368
let dom_path = xs.Xs.getdomainpath domid in
13691369
let store_mfn_s = xs.Xs.read (dom_path ^ "/store/ring-ref") in
13701370
let store_mfn = Nativeint.of_string store_mfn_s in

ocaml/xenopsd/xc/xenops_server_xen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3022,7 +3022,7 @@ module VM = struct
30223022
)
30233023

30243024
let resume t vm =
3025-
on_domain t vm (fun xc xs task vm di ->
3025+
on_domain t vm (fun xc xs task _vm di ->
30263026
let domid = di.Xenctrl.domid in
30273027
let qemu_domid = this_domid ~xs in
30283028
let domain_type =

0 commit comments

Comments
 (0)