Skip to content

Commit a8c1ea9

Browse files
Jerome Malobertizli
authored andcommitted
CA-90566: Fix a loss of console connection when there are many VMs.
Signed-off-by: Jerome Maloberti <[email protected]>
1 parent 9abe90c commit a8c1ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml/xenops/xal.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ let domain_update ctx =
326326
sprintf "/local/domain/%d/memory/target" domid;
327327
sprintf "/local/domain/%d/memory/uncooperative" domid;
328328
sprintf "/local/domain/%d/console" domid;
329+
sprintf "/local/domain/%d/console/vnc-port" domid;
329330
] @
330331
if ctx.monitor_devices then [
331332
sprintf "/local/domain/%d/device" domid;

0 commit comments

Comments
 (0)