summaryrefslogtreecommitdiff
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix VGA issue introduced by r6349malc2009-03-171-2/+10
* temporarily disable logging around pci config writes (Avi Kivity)aliguori2009-03-131-1/+12
* remove is_graphic_console from vga.c (Stefano Stabellini)aliguori2009-03-131-11/+7
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-4/+7
* Sparse fixes: truncation by castblueswir12009-03-071-24/+24
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir12009-02-011-2/+3
* Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori2009-01-261-11/+9
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* fix endianness problem sharing the videoram buffermalc2009-01-231-0/+7
* Fix vga on PPCaurel322009-01-161-34/+34
* fix screendump (Stefano Stabellini)aliguori2009-01-161-19/+24
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-17/+16
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-32/+69
* remove bgr (Stefano Stabellini)aliguori2009-01-151-12/+3
* Add cirrus reset handlerblueswir12009-01-051-2/+2
* Fix VGA screen dumpblueswir12009-01-041-27/+86
* Register reset handlersblueswir12008-12-281-7/+67
* KVM: Coalesced MMIO supportaliguori2008-12-091-0/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-7/+6
* vga optimization (Glauber Costa)aliguori2008-11-241-0/+47
* better type checking for vga (Glauber Costa)aliguori2008-11-241-1/+1
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-15/+15
* Don't use "hz" in identifiers to make AIX happy.balrog2008-11-121-3/+3
* fix some variable initizalization issues (Stefano Stabellini)aliguori2008-11-121-1/+1
* Fix some debugging mistakes/leftoversmalc2008-10-111-2/+0
* Fix dots per clock value, cleanup and "optimize"malc2008-09-281-10/+9
* Optional "precise" VGA retrace supportmalc2008-09-281-2/+161
* Fix OpenBSD linker warningsblueswir12008-08-211-3/+5
* Implement resolution switching in common console code.pbrook2008-07-011-10/+10
* Fix spurious VGA updatesaurel322008-05-041-2/+10
* Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...balrog2008-02-111-7/+8
* Add an ncurses UI.balrog2008-02-101-3/+166
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-5/+5
* Break up vl.h.pbrook2007-11-171-1/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-25/+25
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-87/+87
* Fix patch splitting lossage in vga.cblueswir12007-06-101-0/+8
* Attempt to fix incorrect colours on some BGR displaysblueswir12007-06-101-3/+55
* Merge TCX and VGA pixel operationsblueswir12007-06-101-25/+1
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog2007-05-131-2/+2
* Memory-mapped interface for VGA, by Herve Poussineau.ths2007-04-291-0/+99
* VMware SVGA II emulation, by Andrzej Zaborowski.ths2007-04-021-3/+9
* VBE 4 bit bank selection fix (Volker Rupper)bellard2006-09-251-1/+5
* VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)bellard2006-09-211-4/+13
* fixed VGA resolutions with height > 1024bellard2006-08-181-7/+11
* save VGA PCI statebellard2006-08-171-54/+82
* support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard2006-06-131-11/+39