use PCI_HEADER_TYPE.
[qemu] / hw / vga.c
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-27 Avi Kivity[RESEND] Fix vga segfaults or screen corruption with...
2009-04-17 aliguorivga: Cleanup dirty logging (Jan Kiszka)
2009-04-17 aliguorivga: Fix inconsistent tracking of map_addr (Jan Kiszka)
2009-04-10 pbrookClean up VGA ram allocation.
2009-04-07 aliguoriFix crash on resolution change -> screen dump -> vga...
2009-04-07 aliguoriRevert r6989
2009-04-05 aliguoriFix display breakage when resizing the screen (v2)...
2009-03-28 aliguoriFix monitor command (screendump) (Stefan Weil)
2009-03-17 malcFix VGA issue introduced by r6349
2009-03-13 aliguoritemporarily disable logging around pci config writes...
2009-03-13 aliguoriremove is_graphic_console from vga.c (Stefano Stabellini)
2009-03-13 aliguoriDisplayAllocator interface (Stefano Stabellini)
2009-03-07 blueswir1Sparse fixes: truncation by cast
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-02-01 blueswir1Update #defines for PCI vendor and device IDs from...
2009-01-26 aliguoriMove definition of rgb_to_pixel_dup_table (Nathan Froyd)
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-23 malcfix endianness problem sharing the videoram buffer
2009-01-16 aurel32Fix vga on PPC
2009-01-16 aliguorifix screendump (Stefano Stabellini)
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2009-01-15 aliguoriremove bgr (Stefano Stabellini)
2009-01-05 blueswir1Add cirrus reset handler
2009-01-04 blueswir1Fix VGA screen dump
2008-12-28 blueswir1Register reset handlers
2008-12-09 aliguoriKVM: Coalesced MMIO support
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-24 aliguorivga optimization (Glauber Costa)
2008-11-24 aliguoribetter type checking for vga (Glauber Costa)
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-11-12 balrogDon't use "hz" in identifiers to make AIX happy.
2008-11-12 aliguorifix some variable initizalization issues (Stefano Stabe...
2008-10-11 malcFix some debugging mistakes/leftovers
2008-09-28 malcFix dots per clock value, cleanup and "optimize"
2008-09-28 malcOptional "precise" VGA retrace support
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-07-01 pbrookImplement resolution switching in common console code.
2008-05-04 aurel32Fix spurious VGA updates
2008-02-11 balrogForce a resize after leaving graphical mode in curses...
2008-02-10 balrogAdd an ncurses UI.
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-10 blueswir1 Fix patch splitting lossage in vga.c
2007-06-10 blueswir1 Attempt to fix incorrect colours on some BGR displays
2007-06-10 blueswir1 Merge TCX and VGA pixel operations
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-05-13 balrogAllow VMware-SVGA operation enable before command FIFO...
2007-04-29 thsMemory-mapped interface for VGA, by Herve Poussineau.
2007-04-02 thsVMware SVGA II emulation, by Andrzej Zaborowski.
2006-09-25 bellardVBE 4 bit bank selection fix (Volker Rupper)
2006-09-21 bellardVBE: 8 bit DACs + support for VBE BIOS IDs (Volker...
2006-08-18 bellardfixed VGA resolutions with height > 1024
2006-08-17 bellardsave VGA PCI state
2006-06-13 bellardsupport for Bochs VBE GETCAPS call so that -std-vga...
2006-05-10 bellardbgr32 pixel format support
2006-04-09 pbrookAllow multiple graphics devices.
2005-07-03 bellardVGA bios support for PowerPC
2005-04-23 bellardremoved obsolete S3 VGA code
2005-02-10 bellarddirty flag changes
2004-11-14 bellardvga font change detection
2004-11-07 bellardCRTC register write protection fix - line_compare,...
2004-10-10 bellardlimited 8 bit support - removed unaligned memory access...
2004-06-26 bellarddac write index register is r/w (Volker Ruppert)
2004-06-21 bellardadded PCI bus
2004-06-08 bellardinterlace support
2004-06-06 bellardgeneric hardware cursor support
2004-06-05 bellardCirrus VGA display fix
2004-06-05 bellardgeneric VGA API layer
2004-06-03 bellardsupport for opaque data on memory I/Os
2004-05-26 bellardpartial big endian fixes - change VESA VBE ports for...
2004-05-20 bellarddummy VGA PCI support - VGA font selection fix (Daniel...
2004-04-29 bellardBochs VBE emulation fix
2004-04-28 bellardBochs VBE emulation fix
2004-04-28 bellardisa memory remapping support (aka PPC PREP VGA support)
2004-04-26 bellardamd64 port (Jocelyn Mayer)
2004-04-25 bellardconsistent use of target_ulong and target_phys_addr_t
2004-04-25 bellarddisabled S3 VGA
2004-04-15 bellardavoid segfault if transient invalid text resolution
2004-04-15 bellardblanking support
2004-04-07 bellardvga 9 pixel wide text char fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellarduse new timer API
2004-03-17 bellarddevice independent VGA screen dump
2004-03-14 bellardio port API change - removed dumb console redraw (not...
2004-02-06 bellardbochs vbe: virtual screen support and bank switch ...
2004-02-06 bellardadded bochs VBE support
2004-01-27 bellardvga memory address fix
2004-01-05 bellarduse CPUState
2004-01-04 bellardhack for target_ulong define
2004-01-04 bellardexplicited S3 specific code - added more debug code
2003-10-30 bellardbig endian fixes
2003-09-30 bellardmultiscan/doublescan fix (malc)
2003-09-30 bellardnew directory structure
2003-08-11 bellardmode X double scan fix (malc)
2003-08-08 bellardFull VGA support, including old CGA modes, VGA planar...
next