]> git.proxmox.com Git - qemu.git/history - console.c
slirp: Canonicalize restrict syntax
[qemu.git] / console.c
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'amit/for-anthony' into...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-24 Jan KiszkaAlign dummy display to fixed-size active console
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-03 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Alexander GrafFix segfault on screendump with -nographic
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-22 Jes SorensenConsolidate DisplaySurface allocation in qemu_alloc_dis...
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 rt_clock references to use millisecond resol...
2011-02-01 Paolo Bonziniremove text_console_opts
2011-02-01 Paolo Bonziniadd set_echo implementation for text consoles
2011-02-01 Paolo Bonzinicreate TextConsole together with the CharDeviceState
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Stefan Hajnocziconsole: Avoid dereferencing NULL active_console
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-06-01 Gerd HoffmannAdd support for depth 15 to qemu_default_pixelformat()
2010-06-01 Gerd Hoffmanncheck for active_console before using it
2010-04-25 Blue SwirlRemove dead assignments in various common files, spotte...
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Paolo Bonzinimove default allocator to console.c
2009-12-12 Gerd Hoffmannvc: colorize chardev title line with blue background.
2009-12-12 Gerd Hoffmannchardev: move greeting into vc backend.
2009-11-17 Amit Shahchar: rename qemu_chr_reset to qemu_chr_generic_open
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Gerd Hoffmannconvert vc chardev to QemuOpts.
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-13 aliguoriDisplayAllocator interface (Stefano Stabellini)
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-26 aliguorivnc fixes and improvements (Stefano Stabellini)
2009-01-23 malcfix endianness problem sharing the videoram buffer
2009-01-21 aliguorire-fix screendump (Stefano Stabellini)
2009-01-21 aliguorifix curses interface (Stefano Stabellini)
2009-01-21 pbrookCoalesce virtual console screen updates.
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-16 aurel32console: remove trailing spaces
2009-01-16 aliguoriSquash warnings in console.c
2009-01-16 aliguoriRemove assumption about a single graphic console.
2009-01-16 aliguoriFix character devices after DisplayState refactoring
2009-01-16 blueswir1Fix warnings
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-09-24 balrogReintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE...
2008-09-24 balrogDon't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
2008-09-02 aurel32Fix typo in console.c comment
2008-07-19 balrogForce screen resize if no buffer set (Avi Kivity).
2008-07-19 balrogPretend to be the active console while a screendump...
2008-07-01 pbrookImplement resolution switching in common console code.
2008-02-10 balrogAdd an ncurses UI.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-30 balrogMiscellaneous VNC related fixes from Xen forwarded...
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-07-11 thsNew features for QEMU text console, by Stefan Weil.
2007-02-10 thsSerial console improvements, by Stefan Weil.
2007-01-27 pbrookRearrange char event handlers to fix CHR_EVENT_RESET.
2007-01-16 thsImproved console handling, thanks Stefan Weil.
2007-01-05 thsReinitialize monitor upon reconnect, by Anthony Liguori.
2006-07-14 bellardfixed LF interpretation
2006-06-25 bellardavoid name conflicts
2006-06-25 bellardsend correctly long key sequences on slow terminals...
2006-04-09 pbrookAllow multiple graphics devices.
2006-03-11 pbrookImproved terminal emulation (Piotr Esden-Tempski).
2004-10-09 bellardmonitor fixes (Johannes Schindelin)
2004-08-01 bellardconsole focus support
2004-07-14 bellardvirtual console