aboutsummaryrefslogtreecommitdiff
path: root/hw/display/vmware_vga.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/display: Constify VMStateRichard Henderson1-2/+2
2023-11-13hw/display/vmware_vga: fix probably typoAlexandra Diupina1-2/+2
2023-11-01migration: Use vmstate_register_any() for vmware_vgaJuan Quintela1-1/+1
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau1-2/+2
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2022-11-10display: include dependencies explicitlyMichael S. Tsirkin1-0/+1
2022-04-22hw/display/vmware_vga: do not discard screen updatesCarwyn Ellis1-18/+23
2022-04-07ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella1-0/+2
2022-03-18hw/display: Allow vga_common_init() to return errorsThomas Huth1-1/+1
2022-03-04hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis1-12/+18
2021-01-27hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell1-2/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-05-28hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegionPhilippe Mathieu-Daudé1-1/+1
2020-05-28hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)Philippe Mathieu-Daudé1-5/+11
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
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-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-08-30use dpy_gfx_update_fullGerd Hoffmann1-4/+1
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell1-1/+3
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann1-1/+3
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé1-1/+0
2017-11-10vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-3/+2
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-04-24vmsvga: fix vmsvga_update_displayGerd Hoffmann1-18/+3
2016-09-13vmsvga: correct bitmap and pixmap size checksPrasad J Pandit1-5/+7
2016-06-06vmsvga: don't process more than 1024 fifo commands at onceGerd Hoffmann1-2/+2
2016-06-06vmsvga: shadow fifo registersGerd Hoffmann1-29/+28
2016-06-06vmsvga: add more fifo checksGerd Hoffmann1-1/+4
2016-06-06vmsvga: move fifo sanity checks to vmsvga_fifo_lengthGerd Hoffmann1-13/+15
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw/display: Clean up includesPeter Maydell1-0/+1
2015-10-20vmsvga: more cursor checksGerd Hoffmann1-4/+7
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-1/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2014-10-29vmware-vga: use vmsvga_verify_rect in vmsvga_fill_rectGerd Hoffmann1-7/+10
2014-10-29vmware-vga: use vmsvga_verify_rect in vmsvga_copy_rectGerd Hoffmann1-6/+14
2014-10-28vmware-vga: use vmsvga_verify_rect in vmsvga_update_rectGerd Hoffmann1-28/+4
2014-10-28vmware-vga: add vmsvga_verify_rectGerd Hoffmann1-1/+52
2014-10-28vmware-vga: CVE-2014-3689: turn off hw accelGerd Hoffmann1-0/+2
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2