From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Problems with 'xl create winxp' (hvm) on xen 4.1.2 (also affects GPLPV) Date: Tue, 1 Nov 2011 21:49:35 +0900 Message-ID: <1320151775.3084.16.camel@cthulhu.hellion.org.uk> References: <1758215.SCbitK4oVy@dell4550> <1320058232.23193.59.camel@zakaz.uk.xensource.com> <1320060379.23193.72.camel@zakaz.uk.xensource.com> <15732981.uFr7VF8Mh1@dell4550> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <15732981.uFr7VF8Mh1@dell4550> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: jim burns Cc: "xen-devel@lists.xensource.com" , "xen-users@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Mon, 2011-10-31 at 19:00 -0400, jim burns wrote: > > that's the source of one of the missing features. Fixing it should > be a > > case of adding the option to libxl_domain_build_info in the IDL, > > reacting to it in libxl__build_device_model_args_old and > > libxl__build_device_model_args_new and parsing the config file > option > > into it in parse_config_data(). > > Hopefully, the fix for 3) (vncconsole=1) is just as simple. Rather than having libxl__build_device..._args handling things I think you would want to call libxl_vncviewer_exec from xl, at roughly the same sort of place as libxl_console_exec is called when -c is passed to create, that is wherever autoconnect_console is called. (aside: would a command line option similar to -c but for VNC be as/more useful than the vncauto thing in the cfg?). Ian.