Re: [libvirt PATCH] libxl: vga.kind none when no device specified

2020-05-07 Thread Jim Fehlig
On 5/7/20 3:30 PM, Jim Fehlig wrote: On 5/7/20 11:17 AM, Marek Marczykowski-Górecki wrote: On Thu, May 07, 2020 at 09:52:44AM -0600, Jim Fehlig wrote: On 5/7/20 5:12 AM, Marek Marczykowski-Górecki wrote: On Thu, Apr 30, 2020 at 02:31:12PM +0200, Artur Puzio wrote: When no video device is

Re: [libvirt PATCH] libxl: vga.kind none when no device specified

2020-05-07 Thread Jim Fehlig
On 5/7/20 11:17 AM, Marek Marczykowski-Górecki wrote: On Thu, May 07, 2020 at 09:52:44AM -0600, Jim Fehlig wrote: On 5/7/20 5:12 AM, Marek Marczykowski-Górecki wrote: On Thu, Apr 30, 2020 at 02:31:12PM +0200, Artur Puzio wrote: When no video device is specified in config we should set both

Re: [libvirt PATCH] libxl: vga.kind none when no device specified

2020-05-07 Thread Marek Marczykowski-Górecki
On Thu, May 07, 2020 at 09:52:44AM -0600, Jim Fehlig wrote: > On 5/7/20 5:12 AM, Marek Marczykowski-Górecki wrote: > > On Thu, Apr 30, 2020 at 02:31:12PM +0200, Artur Puzio wrote: > > > When no video device is specified in config we should set both > > > hvm.nographic to 1 and hvm.vga.kind to

Re: [libvirt PATCH] libxl: vga.kind none when no device specified

2020-05-07 Thread Jim Fehlig
On 5/7/20 5:12 AM, Marek Marczykowski-Górecki wrote: On Thu, Apr 30, 2020 at 02:31:12PM +0200, Artur Puzio wrote: When no video device is specified in config we should set both hvm.nographic to 1 and hvm.vga.kind to NONE. Without hvm.vga.kind=LIBXL_VGA_INTERFACE_TYPE_NONE both -nographic and

Re: [libvirt PATCH] libxl: vga.kind none when no device specified

2020-05-07 Thread Marek Marczykowski-Górecki
On Thu, Apr 30, 2020 at 02:31:12PM +0200, Artur Puzio wrote: > When no video device is specified in config we should set both > hvm.nographic to 1 and hvm.vga.kind to NONE. > > Without hvm.vga.kind=LIBXL_VGA_INTERFACE_TYPE_NONE both -nographic and > -device 'cirrus-vga' are on qemu cmdline.

[libvirt PATCH] libxl: vga.kind none when no device specified

2020-04-30 Thread Artur Puzio
When no video device is specified in config we should set both hvm.nographic to 1 and hvm.vga.kind to NONE. Without hvm.vga.kind=LIBXL_VGA_INTERFACE_TYPE_NONE both -nographic and -device 'cirrus-vga' are on qemu cmdline. --- src/libxl/libxl_conf.c | 1 +