aboutsummaryrefslogtreecommitdiff
path: root/hw/display/bochs-display.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/display: Constify VMStateRichard Henderson1-1/+1
2023-08-31hw/display: spelling fixesMichael Tokarev1-1/+1
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+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/+1
2020-04-29bochs-display: Fix vgamem=SIZE error handlingMarkus Armbruster1-2/+4
2020-03-16stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-20display/bochs-display: fix memory leakCameron Esfahani1-0/+2
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-08-12display/bochs: fix pcie supportGerd Hoffmann1-1/+6
2019-06-13edid: flip the default to enabledGerd Hoffmann1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-10-15bochs-display: wire up edid supportGerd Hoffmann1-0/+13
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+5
2018-07-02bochs-display: enable vgabiosGerd Hoffmann1-0/+1
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+5
2018-06-04bochs-display: add missing breakGerd Hoffmann1-0/+1
2018-05-24bochs-display: add pcie supportGerd Hoffmann1-0/+8
2018-05-24bochs-display: add dirty tracking supportGerd Hoffmann1-2/+32
2018-05-24hw/display: add new bochs-display deviceGerd Hoffmann1-0/+325