aboutsummaryrefslogtreecommitdiff
path: root/hw/display/vga-isa.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02docs/specs/standard-vga: Convert to rSTPeter Maydell1-1/+1
2022-11-10display: include dependencies explicitlyMichael S. Tsirkin1-0/+1
2022-03-18hw/display: Allow vga_common_init() to return errorsThomas Huth1-1/+4
2021-12-06Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée1-10/+0
2021-08-31vga: don't abort when adding a duplicate isa-vga deviceJose R. Ziviani1-0/+10
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-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-18vga: cleanup mapping of VRAM for non-PCI VGAPaolo Bonzini1-1/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann1-1/+2
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé1-1/+0
2016-09-08portio: keep references on portioMarc-André Lureau1-2/+6
2016-01-29hw/display: Clean up includesPeter Maydell1-0/+1
2015-02-13isa: remove isa_mem_base variableHervé Poussineau1-1/+1
2014-04-28vga: allow non-global vmstateGerd Hoffmann1-1/+1
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04vga: pass owner to vga_init_ioPaolo Bonzini1-1/+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-06-07isa: Use realizefn for ISADeviceAndreas Färber1-9/+8
2013-04-29vga-isa: QOM'ify ISA VGAAndreas Färber1-12/+17
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/+101