Re: [libvirt] [PATCH v3 2/4] qemu: Generate 'xres' and 'yres' for video devices

2019-10-10 Thread Cole Robinson
On 10/7/19 11:35 PM, jcfara...@gmail.com wrote: From: Julio Faracco Now, QEMU command line can define 'xres' and 'yres' if XML contains both properties from video model. This is generetaed if resolution was set. Code let QEMU handle if video model supports this feature. Signed-off-by: Julio

[libvirt] [PATCH v3 2/4] qemu: Generate 'xres' and 'yres' for video devices

2019-10-07 Thread jcfaracco
From: Julio Faracco Now, QEMU command line can define 'xres' and 'yres' if XML contains both properties from video model. This is generetaed if resolution was set. Code let QEMU handle if video model supports this feature. Signed-off-by: Julio Faracco --- src/qemu/qemu_command.c | 5 + 1