From: Vincent Hanquez Date: Thu, 30 Jul 2009 14:17:11 +0000 (+0100) Subject: don't start vncterm anymore in the PV case X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cf31d02e88f59e6fbdac4827f7948f411f390334;p=xenclient%2Ftoolstack.git don't start vncterm anymore in the PV case --- diff --git a/xenvm/vmact.ml b/xenvm/vmact.ml index 6296bb2..940978d 100644 --- a/xenvm/vmact.ml +++ b/xenvm/vmact.ml @@ -290,12 +290,8 @@ let add_devices xc xs domid state restore = raise exn in state.vm_vnc_port <- vnc_port; - ) else ( - if cfg.vnc <> -1 then ( - let vnc_port = Device.PV_Vnc.start xs domid in - state.vm_vnc_port <- vnc_port - ) - ) + ); + () let set_cpuid xc domid cfg = (* do cpuid setting.