]> git.proxmox.com Git - qemu.git/history - hw/vga.c
slirp: Replace m_freem with m_free
[qemu.git] / hw / vga.c
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-22 Avi KivityOptimize screendump
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2011-02-20 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-02-20 Blue Swirlvga-isa: convert to qdev
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-16 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-14 Anthony PERARDIntroduce log_start/log_stop in CPUPhysMemoryClient
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-04 Aurelien JarnoFix curses on big endian hosts
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-19 Blue Swirlvga: Declare as little endian
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-16 Gerd Hoffmannmore stdvga cleanups.
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Alex WilliamsonVGA: Don't register deprecated VBE range
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Blue SwirlFix %lld or %llx printf format use
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
next