summaryrefslogtreecommitdiff
path: root/hw/display/virtio-vga.c
AgeCommit message (Expand)Author
2020-09-29virtio-vga: implement big-endian-framebuffer propertyGerd Hoffmann
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann
2020-09-09virtio-vga: Use typedef name for instance_sizeEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-05-04virtio-vga: fix virtio-vga bar orderingAnthoine Bourgeois
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-07-29Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29virtio-gpu: split virtio-gpu-pci & virtio-vgaMarc-André Lureau
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé
2019-03-11virtio-vga: fix reset.Gerd Hoffmann
2019-01-17virtio: split virtio gpu bits from virtio-pci.hJuan Quintela
2018-12-19virtio: Helper for registering virtio device typesEduardo Habkost
2018-09-27display/stdvga: add edid support.Gerd Hoffmann
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann
2018-08-30virtio-vga: fix resetGerd Hoffmann
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann
2018-06-26vga: set owner for mmio regionsGerd Hoffmann
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé
2016-10-08virtio: rename the bar index field name in VirtIOPCIProxyChen Fan
2016-09-13virtio-vga: adapt to page-per-vq=offGerd Hoffmann
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum
2016-06-06virtio-gpu: add live migration supportGerd Hoffmann
2016-05-23virtio-vga: propagate on gpu realized errorMarc-André Lureau
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann
2016-01-29virtio: Clean up includesPeter Maydell
2015-07-07virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann
2015-07-07virtio-gpu: update console device property.Gerd Hoffmann
2015-06-12virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann