aboutsummaryrefslogtreecommitdiffstats
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07Revert r6989aliguori1-10/+1
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori1-1/+10
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-6/+0
2009-03-13stop dirty logging while updating cirrus bank memory (Glauber Costa)aliguori1-0/+5
2009-03-07Sparse fixes: dubious mixing of bitwise and logical operationsblueswir11-1/+1
2009-02-27Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)aliguori1-4/+3
2009-02-16Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)aliguori1-4/+4
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-6/+3
2009-01-21cirrus: unify unmapping of vram (Jan Kiszka)aliguori1-2/+2
2009-01-21cirrus: cleanup reset handler (Jan Kiszka)aliguori1-34/+27
2009-01-21cirrus: avoid resetting vga dirty logging unnecessarily (Avi Kivity)aliguori1-0/+6
2009-01-21cirrus: stop dirty logging during remaps (Jan Kiszka)aliguori1-6/+28
2009-01-21cirrus: unmap vram on reset (Jan Kiszka)aliguori1-0/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-9/+9
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-16/+3
2009-01-05Add cirrus reset handlerblueswir11-51/+63
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+1
2008-12-04do boundary check based on absolute value (Glauber Costa)aliguori1-2/+4
2008-11-24vga optimization (Glauber Costa)aliguori1-0/+65
2008-11-24move vga_io_address to VGA State (Glauber Costa)aliguori1-3/+3
2008-11-24better type checking for vga (Glauber Costa)aliguori1-2/+2
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-2/+2
2008-11-01CVE-2008-4539: fix a heap overflow in Cirrus emulationaurel321-4/+3
2008-09-28Optional "precise" VGA retrace supportmalc1-2/+15
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog1-5/+5
2008-08-19i386: fix isapc machineaurel321-0/+2
2008-07-01Implement resolution switching in common console code.pbrook1-2/+2
2008-05-08cirrusfb: proper "Attribute Controller Toggle Readback" register behaviouraurel321-1/+3
2008-05-05CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap overflowaurel321-13/+42
2008-02-10Add an ncurses UI.balrog1-1/+2
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-4/+4
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-10/+10
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-46/+46
2007-07-31Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada.ths1-10/+70
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths1-0/+3
2006-08-18fixed VGA resolutions with height > 1024bellard1-4/+9
2006-08-17save VGA PCI statebellard1-2/+13
2006-04-30VNC server (Anthony Liguori)bellard1-4/+79
2005-04-26depth=24 write mask fix (Volker Ruppert)bellard1-1/+1
2005-04-17destination write mask support, fixed banked memory access, read-only access ...bellard1-4/+4
2005-01-26mode 4 and 5 write fix (Magnus Damn)bellard1-7/+9
2004-11-15bitblt fix (aka Solaris display fix)bellard1-1/+2
2004-11-07CRTC register write protection fixbellard1-1/+1
2004-10-10faster Cirrus VGA VRAM accessbellard1-8/+78
2004-07-10load/save state supportbellard1-0/+91
2004-07-0624 bpp fixesbellard1-45/+60
2004-06-26dac write index register is r/w - CR1D access fix (Volker Ruppert)bellard1-2/+6