aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vmware_vga.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-27vga: port vmware std vga to vmstateJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-10/+10
2009-10-01Get rid of _t suffixmalc1-10/+10
2009-09-09vga: split vga_{load, save} into pci and common partsJuan Quintela1-0/+1
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela1-2/+2
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-23Revert my commit c00a9de060124a988bd9847c095e5836488c6f01Andrzej Zaborowski1-3/+3
2009-08-23Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger1-3/+3
2009-07-30qdev: convert all vga devices.Gerd Hoffmann1-6/+20
2009-06-22vmware_vga: clean upIsaku Yamahata1-1/+1
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-13Remove vga_ram_sizePaul Brook1-3/+3
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity1-32/+32
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-3/+1
2009-04-10Clean up VGA ram allocation.pbrook1-27/+23
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-1/+10
2009-02-01Add and use #defines for PCI device classesblueswir11-4/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-10/+2
2009-01-16fix screendump (Stefano Stabellini)aliguori1-1/+4
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-13/+11
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+0
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-12/+12
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog1-1/+1
2008-07-16Properly byte-swap values in VMware SVGA (malc).balrog1-12/+19
2008-07-16Make Bochs VBE work with VMWare SVGA (malc).balrog1-0/+6