Hi, Here are some small virtio-gpu fixes for 2.4. A simple testcase is added too.
please pull, Gerd The following changes since commit 5317b0f6d4bb581c5c8f88f31138ee301ad2b7e5: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150702-v3' into staging (2015-07-02 15:20:55 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20150707-1 for you to fetch changes up to 501eea4f4187b6c62b6cf348ab0b100d57d8c56b: virtio-gpu: add to display-vga test (2015-07-07 11:23:18 +0200) ---------------------------------------------------------------- virtio-gpu property fixes, add testcase ---------------------------------------------------------------- Gerd Hoffmann (3): virtio-gpu: update console device property. virtio-gpu: use virtio_instance_init_common, fixup properties virtio-gpu: add to display-vga test hw/display/virtio-gpu-pci.c | 14 +++++++++++--- hw/display/virtio-gpu.c | 2 +- hw/display/virtio-vga.c | 13 ++++++++++--- include/hw/virtio/virtio-gpu.h | 3 --- tests/Makefile | 3 +++ tests/display-vga-test.c | 18 ++++++++++++++++++ 6 files changed, 43 insertions(+), 10 deletions(-)