summaryrefslogtreecommitdiff
path: root/hw/display/vmware_vga.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-05console: stop using PixelFormatGerd Hoffmann1-2/+4
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-4/+2
2014-06-10hw: vmware_vga: don't return cursorx when the driver asks for cursory registerNicolas Owens1-1/+1
2014-04-28vga: allow non-global vmstateGerd Hoffmann1-1/+1
2014-03-18ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven1-1/+2
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-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil1-0/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23display/vmware_vga: QOM parent field cleanupAndreas Färber1-10/+13
2013-07-23display/vmware_vga: QOM casting sweepPeter Crosthwaite1-5/+8
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/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-07-04vmware-vga: Accept unaligned I/O accessesJan Kiszka1-0/+4
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-3/+4
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-8/+12
2013-04-16console: simplify screendumpGerd Hoffmann1-26/+0
2013-04-16hw/vmware_vga.c: various vmware vga fixes.Gerd Hoffmann1-27/+30
2013-04-16hw/vmware_vga.c: add tracepoints for mmio reads+writesGerd Hoffmann1-32/+80
2013-04-16hw/vmware_vga.c: fix screen resize bug introduced after console revampIgor Mitsyanko1-1/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1282