[libvirt] [PATCH] libxl: fix framebuffer port setting for HVM domains

2014-03-18 Thread Jim Fehlig
libxl uses the libxl_vnc_info and libxl_sdl_info fields from the hvm union in libxl_domain_build_info struct when generating QEMU args for VNC or SDL. These fields were left unset by the libxl driver, causing libxl to ignore any user settings. E.g. with graphics type='vnc' port='5950'/ port

Re: [libvirt] [PATCH] libxl: fix framebuffer port setting for HVM domains

2014-03-18 Thread Daniel P. Berrange
On Tue, Mar 18, 2014 at 12:19:47PM -0600, Jim Fehlig wrote: libxl uses the libxl_vnc_info and libxl_sdl_info fields from the hvm union in libxl_domain_build_info struct when generating QEMU args for VNC or SDL. These fields were left unset by the libxl driver, causing libxl to ignore any user

Re: [libvirt] [PATCH] libxl: fix framebuffer port setting for HVM domains

2014-03-18 Thread Jim Fehlig
Daniel P. Berrange wrote: On Tue, Mar 18, 2014 at 12:19:47PM -0600, Jim Fehlig wrote: libxl uses the libxl_vnc_info and libxl_sdl_info fields from the hvm union in libxl_domain_build_info struct when generating QEMU args for VNC or SDL. These fields were left unset by the libxl driver,