[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: How to do display sharing between guests or bring up guests display
Hi Elliott, Thanks! As per the link you shared, VNC & SDL are two ways to get GUI display up for guests. I am going through VNC & tried SDL, added below line in guest1.cfg file. vfb = [ 'sdl=1' ] when creating guest machine by running command "xl create -c guest1.cfg" then its throwing errors: root@raspberrypi4-64:~/guest1# xl create -c guest1.cfg Parsing config from guest1.cfg libxl: error: libxl_qmp.c:1400:qmp_ev_fd_callback: Domain 3:error on QMP socket: Connection reset by peer libxl: error: libxl_qmp.c:1439:qmp_ev_fd_callback: Domain 3:Error happened with the QMP connection to QEMU libxl: error: libxl_dm.c:3351:device_model_postconfig_done: Domain 3:Post DM startup configs failed, rc=-26 libxl: error: libxl_create.c:1867:domcreate_devmodel_started: Domain 3:device model did not start: -26 libxl: error: libxl_aoutils.c:646:libxl__kill_xs_path: Device Model already exited libxl: error: libxl_domain.c:1183:libxl__destroy_domid: Domain 3:Non-existant domain libxl: error: libxl_domain.c:1137:domain_destroy_callback: Domain 3:Unable to destroy guest libxl: error: libxl_domain.c:1064:domain_destroy_cb: Domain 3:Destruction of domain failed It works absolutely fine & guest1 comes up if vfb = [ 'sdl=1' ] is not included in the configuration file. Anything wrong with the statement added or any other steps need to be followed for this? Looking after your response asap. Regards, Vipul Kumar On Thu, Sep 22, 2022 at 12:03 AM Elliott Mitchell <ehem+xen@xxxxxxx> wrote: On Wed, Sep 21, 2022 at 10:54:55PM +0530, Vipul Suneja wrote:
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |