Skip to content

Commit 6ba6544

Browse files
committed
xenopsd: start vncterm for PVH guests
Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent fef11a3 commit 6ba6544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml/xenopsd/xc/xenops_server_xen.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,6 +2314,7 @@ module VM = struct
23142314
(create_device_model_config vm vmextra vbds vifs vgpus vusbs) ;
23152315
match vm.Vm.ty with
23162316
| Vm.PV {vncterm= true; vncterm_ip= ip; _}
2317+
| Vm.PVH {vncterm= true; vncterm_ip= ip; _}
23172318
| Vm.PVinPVH {vncterm= true; vncterm_ip= ip; _} ->
23182319
Service.PV_Vnc.start ~xs ?ip di.Xenctrl.domid
23192320
| _ ->

0 commit comments

Comments
 (0)