summaryrefslogtreecommitdiff
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-4/+4
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Remove vga_ram_sizePaul Brook1-4/+4
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity1-342/+344
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-2/+1
2009-05-01Remove redundant cirrus vga ram functions.Paul Brook1-30/+0
2009-04-30Remove vga LFB accessor hacks.Paul Brook1-8/+0
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori1-17/+0
2009-04-10Clean up VGA ram allocation.pbrook1-8/+4
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