summaryrefslogtreecommitdiffstats
path: root/hw/display/virtio-vga.c
Commit message (Expand)AuthorAgeFilesLines
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-211-11/+0Star
* modules: add virtio-gpu module annotationsGerd Hoffmann2021-07-091-0/+2
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-041-0/+11
* ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2021-02-041-0/+9
* virtio-vga: implement big-endian-framebuffer propertyGerd Hoffmann2020-09-291-0/+19
* virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann2020-09-151-8/+8
* virtio-vga: Use typedef name for instance_sizeEduardo Habkost2020-09-091-3/+3
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-3/+2Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-1/+1
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* virtio-vga: fix virtio-vga bar orderingAnthoine Bourgeois2020-05-041-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert2019-07-291-3/+1Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* virtio-gpu: split virtio-gpu-pci & virtio-vgaMarc-André Lureau2019-05-291-67/+68
* virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau2019-05-291-4/+7
* hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé2019-05-211-1/+3
* virtio-vga: fix reset.Gerd Hoffmann2019-03-111-2/+15
* virtio: split virtio gpu bits from virtio-pci.hJuan Quintela2019-01-181-0/+1
* virtio: Helper for registering virtio device typesEduardo Habkost2018-12-191-4/+3Star
* display/stdvga: add edid support.Gerd Hoffmann2018-09-271-1/+1
* Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann2018-08-301-11/+0Star
* virtio-vga: fix resetGerd Hoffmann2018-08-301-1/+5
* virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2018-08-071-0/+11
* vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann2018-07-031-1/+1
* vga: set owner for mmio regionsGerd Hoffmann2018-06-261-1/+1
* hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé2017-12-181-1/+0Star
* virtio: rename the bar index field name in VirtIOPCIProxyChen Fan2016-10-081-2/+2
* virtio-vga: adapt to page-per-vq=offGerd Hoffmann2016-09-131-0/+11
* hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum2016-07-281-3/+1Star
* virtio-gpu: add live migration supportGerd Hoffmann2016-06-061-0/+12
* virtio-vga: propagate on gpu realized errorMarc-André Lureau2016-05-231-1/+7
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2016-02-031-0/+10
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann2015-07-071-3/+3
* virtio-gpu: update console device property.Gerd Hoffmann2015-07-071-0/+7
* virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann2015-06-121-0/+175