]> git.proxmox.com Git - qemu.git/history - hw/serial.c
USB: add usb network redirection support
[qemu.git] / hw / serial.c
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 Swirlserial: refactor device creation
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
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 Gleb NatapovKeep track of ISA ports ISA device is using in qdev.
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-15 Michal Novotnyserial: Update parameters after load
2010-09-14 Stefan WeilRemove wrong semicolon in macro definition
2010-09-13 Michal Novotnyserial: Wrap debug prints around a DPRINTF macro
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-15 Jan Kiszkaserial: Register vmstate via qdev
2010-03-21 Blue SwirlCompile serial only once
2010-03-06 Aurelien Jarnohw/serial.c: fix THRE interrupt clearing
2010-03-06 Aurelien Jarnohw/serial.c: fix indentation
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 Justin T. GibbsFix lost serial TX interrupts. Report receive overruns.
2009-12-02 Gerd HoffmannFix qdev property type definition for isa serial/parall...
2009-11-12 Stefan Weilserial: Add interface to set reference oscillator frequency
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-10-30 Stefan Weilserial: Add missing bit
2009-10-27 Juan Quintelaserial: use post_load version_id field and remove pre_l...
2009-10-27 Gerd Hoffmannisa: configure serial+parallel by index.
2009-10-07 Markus ArmbrusterClean up test for qdev_init() failure
2009-10-05 Gerd Hoffmannserial: convert isa to qdev
2009-10-05 Juan Quintelavmstate: remove const from pre_save() functions
2009-10-05 Juan Quintelavmstate: add version_id argument to post_load
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-25 Juan QuintelaUse proper typedef syntax
2009-09-16 Juergen Lockqemu serial: lost tx irqs (affecting FreeBSD's new...
2009-09-14 Aurelien Jarnohw/serial: don't create a char device if none is specified
2009-09-11 Juan Quintelavmstate: port serial device
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-15 Blue SwirlPPC: clean up ppc405
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jason Wesselserial: fix lost character after sysrq
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-18 aurel32serial: open a null device if the CharDriverState argum...
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-09-20 balrogAdd a comment about masking of CTI interrupt in 16550A...
2008-09-17 balrog16550A UART: RHR irq enable bit also masks the Rx timeo...
2008-08-12 aliguoriserial: Always update iir, even when ier is empty ...
2008-08-11 aliguoriUpgrade emulated UART to 16550A (Stefano Stabellini)
2008-05-04 aurel328250: Customized base baudrate
2008-05-04 aurel328250: throttle TX-completion IRQs
2008-02-10 balrogAdd serial loopback mode (patch from Hervé Poussineau).
2007-11-25 balrogAdd input buffer to mux chr (patch by Tristan Gingold).
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-08 blueswir1 Fix incorrect target_ulong use in hw devices
2007-06-06 thsBig endian byte swap for serial mmapped interface.
2007-04-07 pbrookUnify IRQ handling.
2007-03-31 thsMalta CBUS UART support.
2007-01-27 pbrookRearrange char event handlers to fix CHR_EVENT_RESET.
2006-08-26 bellard16 bit divider
2006-04-12 bellardsimulate a null modem cable
2005-11-23 bellardmore generic serial port (initial patch by Jocelyn...
2005-11-10 bellardchar dev ioctls
2005-11-08 bellarduse host serial port
2005-11-06 bellardserial load/save VM support (Vincent Pelletier)
2004-08-24 bellardserial interrupt fix (Hampa Hug)
2004-07-14 bellardchar device support
2004-04-07 bellardfix the no device case
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellarduse new timer API
2004-03-14 bellardio port API change
2004-03-14 bellardseparated more devices from emulator