aboutsummaryrefslogtreecommitdiff
path: root/hw/vmware_vga.c
AgeCommit message (Expand)Author
2012-10-06vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno
2012-09-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino
2012-07-28Avoid returning voidBlue Swirl
2012-06-22vga: raise default vgamem sizeGerd Hoffmann
2012-06-22vga: make vram size configurableGerd Hoffmann
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-22vmware-vga: Eliminate vga_dirty_log_restartJan Kiszka
2011-08-22vmware-vga: Remove dead DIRECT_VRAM modeJan Kiszka
2011-08-22vmware-vga: Disable verbose modeJan Kiszka
2011-08-22vmware-vga: Register reset serviceJan Kiszka
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity
2011-08-08vmsvga: don't remember pci BAR address in callback any moreAvi Kivity
2011-06-12vmware_vga.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-02-12vmware_vga: refactor device creationBlue Swirl
2011-01-10vga: tag as not hotplugable.Gerd Hoffmann
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann
2010-11-16switch vmware_vga to pci vgabiosGerd Hoffmann
2010-09-10vmware_vga: Replace the few tab-indents with spaces (clean-up).Andrzej Zaborowski
2010-09-10vmware_vga: Add checks to deal with non-atomic fifo writes.Andrzej Zaborowski
2010-07-11vmware_vga: fix reset value for command registerMichael S. Tsirkin
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-05-24use new cursor struct + functions for vmware vga and sdl.Gerd Hoffmann
2010-01-11vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier
2009-12-23vmware_vga: symbolic names for pci registersMichael S. Tsirkin
2009-12-18vmware: increase cursor buffer size.Dave Airlie
2009-12-18VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori
2009-12-18Fix VMware VGA depth computationAnthony Liguori
2009-12-18Make sure to enable dirty log tracking for VMware VGAAnthony Liguori
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori
2009-12-18vmware: setup PCI BAR 2 for FIFO as per vmware specDave Airlie
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-12vmware_vga: add rom file so that it boots.Dave Airlie
2009-12-04Add "static" to please SparseBlue Swirl
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata