]> git.proxmox.com Git - qemu.git/history - hw/vga.c
virtio-blk: Avoid zeroing every request structure
[qemu.git] / hw / vga.c
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-14 Blue Swirlvga: make some tables 'const'
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-28 Marcelo Tosattivga: fix typo in length passed to kvm_log_stop
2010-04-25 Blue Swirlx86: remove dead assignments, spotted by clang analyzer
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Gerd Hoffmannupdate bochs vbe interface
2010-01-13 Amit Shahhw/vga.c: remove dead assignment
2009-12-18 Anthony LiguoriVMware VGA: Only enable dirty log tracking when fifo...
2009-12-18 Anthony LiguoriMake sure to enable dirty tracking of VBE vram mapping
2009-11-27 Aurelien JarnoRevert "vga: do not resize the screen on hw_invalidate"
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-11-06 malcvga: fix line comparison
2009-11-06 malcvga: Respect Line Compare Register in text modes
2009-10-27 Juan Quintelavga: remove unused vga_common_save/load
2009-10-27 Juan Quintelavga: port vga_common_save/load to vmstate
2009-10-27 Juan Quintelavga: create is_vbe_vmstate field
2009-10-05 Juan Quintelavga: move back dirty_log functions to vga.c
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
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 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
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
next