aboutsummaryrefslogtreecommitdiff
path: root/hw/display/virtio-vga.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/display: Constify VMStateRichard Henderson1-1/+1
2023-10-16virtio-gpu: hostmemGerd Hoffmann1-9/+24
2022-12-16hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase resetPeter Maydell1-6/+9
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki1-3/+2
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani1-0/+1
2022-03-18hw/display: Allow vga_common_init() to return errorsThomas Huth1-1/+3
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau1-11/+0
2021-07-09modules: add virtio-gpu module annotationsGerd Hoffmann1-0/+2
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau1-0/+11
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau1-0/+9
2020-09-29virtio-vga: implement big-endian-framebuffer propertyGerd Hoffmann1-0/+19
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann1-8/+8
2020-09-09virtio-vga: Use typedef name for instance_sizeEduardo Habkost1-3/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-3/+2
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2020-05-04virtio-vga: fix virtio-vga bar orderingAnthoine Bourgeois1-0/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-29Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert1-3/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-29virtio-gpu: split virtio-gpu-pci & virtio-vgaMarc-André Lureau1-67/+68
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau1-4/+7
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé1-1/+3
2019-03-11virtio-vga: fix reset.Gerd Hoffmann1-2/+15
2019-01-17virtio: split virtio gpu bits from virtio-pci.hJuan Quintela1-0/+1
2018-12-19virtio: Helper for registering virtio device typesEduardo Habkost1-4/+3
2018-09-27display/stdvga: add edid support.Gerd Hoffmann1-1/+1
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann1-11/+0
2018-08-30virtio-vga: fix resetGerd Hoffmann1-1/+5
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau1-0/+11
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann1-1/+1
2018-06-26vga: set owner for mmio regionsGerd Hoffmann1-1/+1
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé1-1/+0
2016-10-08virtio: rename the bar index field name in VirtIOPCIProxyChen Fan1-2/+2
2016-09-13virtio-vga: adapt to page-per-vq=offGerd Hoffmann1-0/+11
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum1-3/+1
2016-06-06virtio-gpu: add live migration supportGerd Hoffmann1-0/+12
2016-05-23virtio-vga: propagate on gpu realized errorMarc-André Lureau1-1/+7
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann1-0/+10
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-07-07virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann1-3/+3
2015-07-07virtio-gpu: update console device property.Gerd Hoffmann1-0/+7
2015-06-12virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann1-0/+175