aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add cirrus reset handlerblueswir12009-01-051-51/+63
* KVM: Coalesced MMIO supportaliguori2008-12-091-0/+1
* do boundary check based on absolute value (Glauber Costa)aliguori2008-12-041-2/+4
* vga optimization (Glauber Costa)aliguori2008-11-241-0/+65
* move vga_io_address to VGA State (Glauber Costa)aliguori2008-11-241-3/+3
* better type checking for vga (Glauber Costa)aliguori2008-11-241-2/+2
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-2/+2
* CVE-2008-4539: fix a heap overflow in Cirrus emulationaurel322008-11-011-4/+3
* Optional "precise" VGA retrace supportmalc2008-09-281-2/+15
* Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog2008-09-241-5/+5
* i386: fix isapc machineaurel322008-08-191-0/+2
* Implement resolution switching in common console code.pbrook2008-07-011-2/+2
* cirrusfb: proper "Attribute Controller Toggle Readback" register behaviouraurel322008-05-081-1/+3
* CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap overflowaurel322008-05-051-13/+42
* Add an ncurses UI.balrog2008-02-101-1/+2
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-4/+4
* 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-10/+10
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-46/+46
* Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada.ths2007-07-311-10/+70
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* VMware SVGA II emulation, by Andrzej Zaborowski.ths2007-04-021-0/+3
* fixed VGA resolutions with height > 1024bellard2006-08-181-4/+9
* save VGA PCI statebellard2006-08-171-2/+13
* VNC server (Anthony Liguori)bellard2006-04-301-4/+79
* depth=24 write mask fix (Volker Ruppert)bellard2005-04-261-1/+1
* destination write mask support, fixed banked memory access, read-only access ...bellard2005-04-171-4/+4
* mode 4 and 5 write fix (Magnus Damn)bellard2005-01-261-7/+9
* bitblt fix (aka Solaris display fix)bellard2004-11-151-1/+2
* CRTC register write protection fixbellard2004-11-071-1/+1
* faster Cirrus VGA VRAM accessbellard2004-10-101-8/+78
* load/save state supportbellard2004-07-101-0/+91
* 24 bpp fixesbellard2004-07-061-45/+60
* dac write index register is r/w - CR1D access fix (Volker Ruppert)bellard2004-06-261-2/+6
* added PCI busbellard2004-06-211-3/+3
* pattern fill fixes and optimizationbellard2004-06-091-21/+28
* set memory size to 4MB for 5446 - fixed memory size probe (aka Win2000 bug) -...bellard2004-06-081-14/+58
* cirrus blitter fixesbellard2004-06-071-3/+28
* hardware cursor support - fill with rop support - color expand and color expa...bellard2004-06-061-621/+655
* better to use different ID for ISA and PCIbellard2004-06-051-13/+10
* change ID to CLGD5446 - added solidfill support - fixed hidden dac accessbellard2004-06-051-73/+205
* Cirrus fixesbellard2004-06-051-32/+45
* avoid using anonymous struct extension (not supported by all gcc 3.x)bellard2004-06-051-2/+1
* mmio support for vga registers - line offset fix - (aka XFree86 4.3.0 fixes)bellard2004-06-051-129/+108
* Cirrus VGA emulation (initial patch by Suzu - heavily modified for easier merge)bellard2004-06-051-0/+2705