File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1778,7 +1778,8 @@ module VM = struct
1778
1778
if di.Xenctrl. total_memory_pages = 0n then
1779
1779
raise (Xenopsd_error Domain_not_built ) ;
1780
1780
Domain. unpause ~xc di.Xenctrl. domid
1781
- )
1781
+ ) ;
1782
+ with_tracing ~task: t ~name: " VM_migrate_downtime_end" Fun. id
1782
1783
1783
1784
let set_xsdata task vm xsdata =
1784
1785
on_domain task vm (fun _ xs _ _ di ->
@@ -2515,6 +2516,7 @@ module VM = struct
2515
2516
@@ fun () -> pre_suspend_callback task
2516
2517
) ;
2517
2518
2519
+ with_tracing ~task ~name: " VM_save_request_shutdown" @@ fun () ->
2518
2520
if
2519
2521
not
2520
2522
( with_tracing ~task
@@ -2523,6 +2525,7 @@ module VM = struct
2523
2525
)
2524
2526
then
2525
2527
raise (Xenopsd_error Failed_to_acknowledge_suspend_request ) ;
2528
+ with_tracing ~task ~name: " VM_migrate_downtime_begin" Fun. id ;
2526
2529
if
2527
2530
not
2528
2531
( with_tracing ~task
You can’t perform that action at this time.
0 commit comments