
On Mon, Aug 05, 2019 at 11:17:35AM +0200, Erik Skultety wrote:
On Mon, Aug 05, 2019 at 09:12:26AM +0200, Gerd Hoffmann wrote:
On Sun, Aug 04, 2019 at 10:21:17PM -0300, jcfaracco@gmail.com wrote:
From: Julio Faracco <jcfaracco@gmail.com>
This serie adds 'xres' and 'yres' properties into XML definition for QXL video device to specify a default resolution. This serie covers a simple test case too.
Why limit this to qxl?
virtio and stdvga support xres+yres too.
Note: on stdvga this requires edid support (available since 3.1, enabled by default since 4.1).
Gerd, I'd already responded by the time you had a look, so just to confirm that I'd looked at the schema properly, it isn't possible to query support for this from QAPI, is it?
You can check this using "qemu -device VGA,help". I'm not sure whenever there is a QAPI version of that. cheers, Gerd