summaryrefslogtreecommitdiffstats
path: root/hw/cirrus_vga.c
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-4/+4
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Remove vga_ram_sizePaul Brook2009-05-131-4/+4
* vga: Replace VGA_COMMON with a structureAvi Kivity2009-05-081-342/+344
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-2/+1
* Remove redundant cirrus vga ram functions.Paul Brook2009-05-011-30/+0
* Remove vga LFB accessor hacks.Paul Brook2009-04-301-8/+0
* vga: Cleanup dirty logging (Jan Kiszka)aliguori2009-04-171-17/+0
* Clean up VGA ram allocation.pbrook2009-04-101-8/+4
* Revert r6989aliguori2009-04-071-10/+1
* Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori2009-04-051-1/+10
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-6/+0
* stop dirty logging while updating cirrus bank memory (Glauber Costa)aliguori2009-03-131-0/+5
* Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12009-03-071-1/+1
* Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)aliguori2009-02-271-4/+3
* Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)aliguori2009-02-161-4/+4
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-6/+3
* cirrus: unify unmapping of vram (Jan Kiszka)aliguori2009-01-211-2/+2
* cirrus: cleanup reset handler (Jan Kiszka)aliguori2009-01-211-34/+27
* cirrus: avoid resetting vga dirty logging unnecessarily (Avi Kivity)aliguori2009-01-211-0/+6
* cirrus: stop dirty logging during remaps (Jan Kiszka)aliguori2009-01-211-6/+28
* cirrus: unmap vram on reset (Jan Kiszka)aliguori2009-01-211-0/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-9/+9
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-16/+3
* 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
OpenPOWER on IntegriCloud