aboutsummaryrefslogtreecommitdiff
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)Author
2009-07-30qdev: convert all vga devices.Gerd Hoffmann
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-05-01Remove redundant cirrus vga ram functions.Paul Brook
2009-04-30Remove vga LFB accessor hacks.Paul Brook
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori
2009-04-10Clean up VGA ram allocation.pbrook
2009-04-07Revert r6989aliguori
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-13stop dirty logging while updating cirrus bank memory (Glauber Costa)aliguori
2009-03-07Sparse fixes: dubious mixing of bitwise and logical operationsblueswir1
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