aboutsummaryrefslogtreecommitdiff
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)Author
2009-02-27Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)aliguori
2009-02-16Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-21cirrus: unify unmapping of vram (Jan Kiszka)aliguori
2009-01-21cirrus: cleanup reset handler (Jan Kiszka)aliguori
2009-01-21cirrus: avoid resetting vga dirty logging unnecessarily (Avi Kivity)aliguori
2009-01-21cirrus: stop dirty logging during remaps (Jan Kiszka)aliguori
2009-01-21cirrus: unmap vram on reset (Jan Kiszka)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-05Add cirrus reset handlerblueswir1
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-12-04do boundary check based on absolute value (Glauber Costa)aliguori
2008-11-24vga optimization (Glauber Costa)aliguori
2008-11-24move vga_io_address to VGA State (Glauber Costa)aliguori
2008-11-24better type checking for vga (Glauber Costa)aliguori
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-11-01CVE-2008-4539: fix a heap overflow in Cirrus emulationaurel32
2008-09-28Optional "precise" VGA retrace supportmalc
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog
2008-08-19i386: fix isapc machineaurel32
2008-07-01Implement resolution switching in common console code.pbrook
2008-05-08cirrusfb: proper "Attribute Controller Toggle Readback" register behaviouraurel32
2008-05-05CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap overflowaurel32
2008-02-10Add an ncurses UI.balrog
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-31Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada.ths
2007-06-03Spelling fixes, by Stefan Weil.ths
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths
2006-08-18fixed VGA resolutions with height > 1024bellard
2006-08-17save VGA PCI statebellard
2006-04-30VNC server (Anthony Liguori)bellard
2005-04-26depth=24 write mask fix (Volker Ruppert)bellard
2005-04-17destination write mask support, fixed banked memory access, read-only access ...bellard
2005-01-26mode 4 and 5 write fix (Magnus Damn)bellard
2004-11-15bitblt fix (aka Solaris display fix)bellard
2004-11-07CRTC register write protection fixbellard
2004-10-10faster Cirrus VGA VRAM accessbellard
2004-07-10load/save state supportbellard
2004-07-0624 bpp fixesbellard
2004-06-26dac write index register is r/w - CR1D access fix (Volker Ruppert)bellard
2004-06-21added PCI busbellard
2004-06-09pattern fill fixes and optimizationbellard
2004-06-08set memory size to 4MB for 5446 - fixed memory size probe (aka Win2000 bug) -...bellard
2004-06-07cirrus blitter fixesbellard
2004-06-06hardware cursor support - fill with rop support - color expand and color expa...bellard