aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-04-27[RESEND] Fix vga segfaults or screen corruption with large memory guestsAvi Kivity
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori
2009-04-17vga: Fix inconsistent tracking of map_addr (Jan Kiszka)aliguori
2009-04-10Clean up VGA ram allocation.pbrook
2009-04-07Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)aliguori
2009-04-07Revert r6989aliguori
2009-04-05Fix display breakage when resizing the screen (v2) (Avi Kivity)aliguori
2009-03-28Fix monitor command (screendump) (Stefan Weil)aliguori
2009-03-17Fix VGA issue introduced by r6349malc
2009-03-13temporarily disable logging around pci config writes (Avi Kivity)aliguori
2009-03-13remove is_graphic_console from vga.c (Stefano Stabellini)aliguori
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-03-07Sparse fixes: truncation by castblueswir1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir1
2009-01-26Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-23fix endianness problem sharing the videoram buffermalc
2009-01-16Fix vga on PPCaurel32
2009-01-16fix screendump (Stefano Stabellini)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-15remove bgr (Stefano Stabellini)aliguori
2009-01-05Add cirrus reset handlerblueswir1
2009-01-04Fix VGA screen dumpblueswir1
2008-12-28Register reset handlersblueswir1
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-24vga optimization (Glauber Costa)aliguori
2008-11-24better type checking for vga (Glauber Costa)aliguori
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog
2008-11-12fix some variable initizalization issues (Stefano Stabellini)aliguori
2008-10-11Fix some debugging mistakes/leftoversmalc
2008-09-28Fix dots per clock value, cleanup and "optimize"malc
2008-09-28Optional "precise" VGA retrace supportmalc
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-07-01Implement resolution switching in common console code.pbrook
2008-05-04Fix spurious VGA updatesaurel32
2008-02-11Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...balrog
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-06-10 Fix patch splitting lossage in vga.cblueswir1
2007-06-10 Attempt to fix incorrect colours on some BGR displaysblueswir1
2007-06-10 Merge TCX and VGA pixel operationsblueswir1