[Qemu-devel] [PATCH] virtio-gpu: add xres and yres properties

2017-04-21 Thread Gerd Hoffmann
So the default resolution is configurable. Signed-off-by: Gerd Hoffmann Reviewed-by: Marc-André Lureau --- include/hw/virtio/virtio-gpu.h | 2 ++ hw/display/virtio-gpu.c| 6 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/hw/virtio/virtio-gpu.h b/include/hw

Re: [Qemu-devel] [PATCH] virtio-gpu: add xres and yres properties

2017-02-28 Thread Marc-André Lureau
On Tue, Feb 28, 2017 at 6:45 PM Gerd Hoffmann wrote: > So the default resolution is configurable. > > Cc: Paolo Bonzini > Signed-off-by: Gerd Hoffmann > Reviewed-by: Marc-André Lureau --- > hw/display/virtio-gpu.c| 6 -- > include/hw/virtio/virtio-gpu.h | 2 ++ > 2 files change

[Qemu-devel] [PATCH] virtio-gpu: add xres and yres properties

2017-02-28 Thread Gerd Hoffmann
So the default resolution is configurable. Cc: Paolo Bonzini Signed-off-by: Gerd Hoffmann --- hw/display/virtio-gpu.c| 6 -- include/hw/virtio/virtio-gpu.h | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hw/display/virtio-gpu.c b/hw/display/virtio-gpu.c index