Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is enabled...
[qemu] / hw / vga.c
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-09 Juan Quintelavga: Rename last VGAState occurrences to VGACommonState
2009-09-09 Juan Quintelavga and cirrus_vga: substitute switch for equivalent...
2009-09-09 Juan Quintelavga: change tabs to spaces
2009-09-09 Juan Quintelavga and cirrus_vga: create vga_ioport_invalid() and...
2009-09-09 Juan Quintelavga: split vga-isa-mm.o
2009-09-09 Juan Quintelavga: export vga_mem_{read,write}
2009-09-09 Juan Quintelavga: split isa bits inco vga-isa.c
2009-09-09 Juan Quintelavga: split pci bits into vga-pci.c
2009-09-09 Juan Quintelavga: split vga_{load, save} into pci and common parts
2009-09-09 Juan Quintelavga: export vga_ioport_{read,write}
2009-09-09 Juan Quintelavga: remove useless cast from void *
2009-08-28 Juan QuintelaEverything outside of vga.c should use VGACommonState
2009-08-28 Juan Quintelavga: Rename vga_state -> vga
2009-08-28 Juan QuintelaIntroduce vga_common_reset() to be able to typcheck...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-24 Stefano Stabellinimake vga screen_dump use DisplayState properly
2009-08-10 Gerd Hoffmannqdev/prop: convert vga.c to helper macros.
2009-08-10 Stefano Stabellinivga: do not resize the screen on hw_invalidate
2009-07-30 Gerd Hoffmannqdev: convert all vga devices.
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Eduardo HabkostFix vga_screen_dump_blank() PPM generation
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-13 Paul BrookRemove vga_ram_size
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
next