aboutsummaryrefslogtreecommitdiff
path: root/hw/display/vga-pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-10edid: add support for DisplayID extension (5k resolution)Konstantin Nazarov1-1/+1
2020-10-13vga-pci: Register "big-endian-framebuffer" as class propertyEduardo Habkost1-8/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2020-03-16stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann1-4/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-12-18hw/display: Remove "rombar" hack from vga-pci and vmware_vgaThomas Huth1-5/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-13edid: flip the default to enabledGerd Hoffmann1-2/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-10-05secondary-vga: delete mmio subregions upon exitremy.noel1-0/+8
2018-09-27display/stdvga: add edid support.Gerd Hoffmann1-4/+31
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann1-2/+3
2018-06-26vga: set owner for mmio regionsGerd Hoffmann1-5/+6
2018-05-24vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann1-2/+4
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann1-13/+0
2018-03-13secondary-vga: properly close QemuConsole on unplugGerd Hoffmann1-0/+9
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé1-1/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2016-01-29hw/display: Clean up includesPeter Maydell1-0/+1
2015-06-12virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann1-4/+4
2015-06-10stdvga: factor out mmio subregion initGerd Hoffmann1-29/+30
2015-06-10stdvga: pass VGACommonState instead of PCIVGAStateGerd Hoffmann1-22/+22
2015-06-10stdvga: fix offset in pci_vga_ioport_readGerd Hoffmann1-3/+3
2015-05-19vga-pci: QOMifyGonglei1-18/+30
2015-03-09vga: Expose framebuffer byteorder as a QOM propertyDavid Gibson1-0/+29
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-7/+4
2014-12-16vga: set catagory bit for secondary vga deviceGonglei1-0/+1
2014-10-15vga-pci: add qext region to mmioGerd Hoffmann1-0/+70
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-04-28vga: add secondary stdvga variantGerd Hoffmann1-0/+61
2014-04-28vga: allow non-global vmstateGerd Hoffmann1-1/+1
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04vga: pass owner to vga_init_vbePaolo Bonzini1-1/+1
2013-07-04vga: pass owner to vga_common_initPaolo Bonzini1-1/+1
2013-07-04vga: pass owner to vga_initPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+1
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-2/+1
2013-04-16console: simplify screendumpGerd Hoffmann1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+215