summaryrefslogtreecommitdiff
path: root/hw/display/vmware_vga.c
AgeCommit message (Expand)Author
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-18hw/display: Remove "rombar" hack from vga-pci and vmware_vgaThomas Huth
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-30use dpy_gfx_update_fullGerd Hoffmann
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé
2017-11-10vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-04-24vmsvga: fix vmsvga_update_displayGerd Hoffmann
2016-09-13vmsvga: correct bitmap and pixmap size checksPrasad J Pandit
2016-06-06vmsvga: don't process more than 1024 fifo commands at onceGerd Hoffmann
2016-06-06vmsvga: shadow fifo registersGerd Hoffmann
2016-06-06vmsvga: add more fifo checksGerd Hoffmann
2016-06-06vmsvga: move fifo sanity checks to vmsvga_fifo_lengthGerd Hoffmann
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29hw/display: Clean up includesPeter Maydell
2015-10-20vmsvga: more cursor checksGerd Hoffmann
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2014-10-29vmware-vga: use vmsvga_verify_rect in vmsvga_fill_rectGerd Hoffmann
2014-10-29vmware-vga: use vmsvga_verify_rect in vmsvga_copy_rectGerd Hoffmann
2014-10-28vmware-vga: use vmsvga_verify_rect in vmsvga_update_rectGerd Hoffmann
2014-10-28vmware-vga: add vmsvga_verify_rectGerd Hoffmann
2014-10-28vmware-vga: CVE-2014-3689: turn off hw accelGerd Hoffmann
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-05console: stop using PixelFormatGerd Hoffmann
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-10hw: vmware_vga: don't return cursorx when the driver asks for cursory registerNicolas Owens
2014-04-28vga: allow non-global vmstateGerd Hoffmann
2014-03-18ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23display/vmware_vga: QOM parent field cleanupAndreas Färber
2013-07-23display/vmware_vga: QOM casting sweepPeter Crosthwaite
2013-07-04vga: pass owner to vga_init_vbePaolo Bonzini
2013-07-04vga: pass owner to vga_common_initPaolo Bonzini
2013-07-04vga: pass owner to vga_initPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini