aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vmware_vga.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+9
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-14/+20
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-10-11vga: Convert to isa_register_portio_listRichard Henderson1-3/+4
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-22vmware-vga: Eliminate vga_dirty_log_restartJan Kiszka1-2/+0
2011-08-22vmware-vga: Remove dead DIRECT_VRAM modeJan Kiszka1-142/+30
2011-08-22vmware-vga: Disable verbose modeJan Kiszka1-1/+1
2011-08-22vmware-vga: Register reset serviceJan Kiszka1-31/+35
2011-08-22vga: drop get_system_memory() from vga devices and derivativesAvi Kivity1-4/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-4/+4
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity1-69/+74
2011-08-08vmsvga: don't remember pci BAR address in callback any moreAvi Kivity1-6/+6
2011-06-12vmware_vga.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-7/+6
2011-02-12vmware_vga: refactor device creationBlue Swirl1-5/+0
2011-01-10vga: tag as not hotplugable.Gerd Hoffmann1-0/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann1-0/+5
2010-11-16switch vmware_vga to pci vgabiosGerd Hoffmann1-6/+1
2010-09-10vmware_vga: Replace the few tab-indents with spaces (clean-up).Andrzej Zaborowski1-9/+9
2010-09-10vmware_vga: Add checks to deal with non-atomic fifo writes.Andrzej Zaborowski1-8/+56
2010-07-11vmware_vga: fix reset value for command registerMichael S. Tsirkin1-3/+0
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-05-24use new cursor struct + functions for vmware vga and sdl.Gerd Hoffmann1-5/+35
2010-01-11vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier1-0/+7
2009-12-23vmware_vga: symbolic names for pci registersMichael S. Tsirkin1-9/+11
2009-12-18vmware: increase cursor buffer size.Dave Airlie1-1/+1
2009-12-18VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori1-4/+12
2009-12-18Fix VMware VGA depth computationAnthony Liguori1-7/+7
2009-12-18Make sure to enable dirty log tracking for VMware VGAAnthony Liguori1-0/+4
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori1-6/+2
2009-12-18vmware: setup PCI BAR 2 for FIFO as per vmware specDave Airlie1-5/+30
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+2
2009-12-12vmware_vga: add rom file so that it boots.Dave Airlie1-0/+2
2009-12-04Add "static" to please SparseBlue Swirl1-2/+2
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-2/+2
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-2/+2
2009-10-27vmware_vga: port to vmstateJuan Quintela1-72/+43
2009-10-27vmware_vga: the support to change dinamically depth is not thereJuan Quintela1-1/+1
2009-10-27vmware_vga: scratch is really an array of uint32_tJuan Quintela1-2/+8
2009-10-27vmware_vga: remove !EMBED_STDVGA codeJuan Quintela1-25/+0
2009-10-27vmware_vga: qemu_malloc() returns void *Juan Quintela1-1/+1
2009-10-27vmware_vga: Remove uselss casts from void *Juan Quintela1-16/+16
2009-10-27vmware_vga: Pass pci_vmsga_state_t arg no VGACommonStateJuan Quintela1-1/+1