summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori2009-12-191-0/+2
* Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori2009-12-191-2/+3
* Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno2009-11-271-1/+0
* vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann2009-10-301-0/+2
* vga: remove unused vga_common_save/loadJuan Quintela2009-10-271-2/+0
* vga: port vga_common_save/load to vmstateJuan Quintela2009-10-271-0/+4
* vga: create is_vbe_vmstate fieldJuan Quintela2009-10-271-0/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-3/+3
* Get rid of _t suffixmalc2009-10-011-3/+3
* vga and cirrus_vga: create vga_ioport_invalid() and use it everywhereJuan Quintela2009-09-091-0/+2
* vga: split vga-isa-mm.oJuan Quintela2009-09-091-1/+0
* vga: export vga_mem_{read,write}Juan Quintela2009-09-091-0/+2
* vga: split vga_{load, save} into pci and common partsJuan Quintela2009-09-091-1/+2
* vga: export vga_ioport_{read,write}Juan Quintela2009-09-091-0/+2
* Everything outside of vga.c should use VGACommonStateJuan Quintela2009-08-271-6/+4
* Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela2009-08-271-1/+1
* qdev/prop: convert vga.c to helper macros.Gerd Hoffmann2009-08-101-2/+2
* vga: do not resize the screen on hw_invalidateStefano Stabellini2009-08-101-0/+1
* Remove vga_ram_sizePaul Brook2009-05-131-0/+3
* vga: Replace VGA_COMMON with a structureAvi Kivity2009-05-081-86/+84
* vga: Cleanup dirty logging (Jan Kiszka)aliguori2009-04-171-1/+0
* Clean up VGA ram allocation.pbrook2009-04-101-2/+1
* Revert r6989aliguori2009-04-071-4/+0
* Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori2009-04-051-0/+4
* fix screendump (Stefano Stabellini)aliguori2009-01-161-2/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+1
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-0/+2
* Add cirrus reset handlerblueswir12009-01-051-0/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-1/+0
* vga optimization (Glauber Costa)aliguori2008-11-241-0/+9
* move vga_io_address to VGA State (Glauber Costa)aliguori2008-11-241-0/+1
* better type checking for vga (Glauber Costa)aliguori2008-11-241-2/+2
* Optional "precise" VGA retrace supportmalc2008-09-281-1/+24
* Implement resolution switching in common console code.pbrook2008-07-011-0/+1
* Add an ncurses UI.balrog2008-02-101-0/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-13/+13
* Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog2007-05-131-0/+2
* Memory-mapped interface for VGA, by Herve Poussineau.ths2007-04-291-0/+2
* VMware SVGA II emulation, by Andrzej Zaborowski.ths2007-04-021-0/+4
* VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)bellard2006-09-211-0/+3
* fixed VGA resolutions with height > 1024bellard2006-08-181-1/+2
* save VGA PCI statebellard2006-08-171-0/+1
* support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard2006-06-131-3/+6
* VGA bios support for PowerPCbellard2005-07-031-0/+2
* vga font change detectionbellard2004-11-141-0/+1
* interlace supportbellard2004-06-081-0/+3
* generic hardware cursor supportbellard2004-06-061-0/+27
* avoid using anonymous struct extension (not supported by all gcc 3.x)bellard2004-06-051-51/+66
* generic VGA API layerbellard2004-06-051-0/+122