summaryrefslogtreecommitdiffstats
path: root/hw/serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: clear LSR.TEMT when populating the TSRAnthony Liguori2012-04-021-0/+1
* serial: fix retry logicAnthony Liguori2012-04-021-1/+3
* suspend: make serial ports wakeup the guest.Gerd Hoffmann2012-02-241-0/+6
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-13/+17
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-6/+12
* serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson2011-10-021-5/+5
* serial: Remove ioregister parameter from serial_mm_initRichard Henderson2011-10-021-5/+3
* serial: Use enum device_endian in serial_mm_init parameterRichard Henderson2011-10-021-3/+1
* serial: Convert serial_mm_init to MemoryRegionRichard Henderson2011-10-021-114/+31
* serial: Convert serial_isa_initfn to MemoryRegionRichard Henderson2011-09-251-3/+12
* char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori2011-08-221-5/+5
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-10/+10
* serial: refactor device creationBlue Swirl2011-02-201-12/+0
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+4
* serial: Update parameters after loadMichal Novotny2010-09-151-0/+1
* Remove wrong semicolon in macro definitionStefan Weil2010-09-141-2/+2
* serial: Wrap debug prints around a DPRINTF macroMichal Novotny2010-09-131-12/+13
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+1
* serial: Register vmstate via qdevJan Kiszka2010-05-151-1/+12
* Compile serial only onceBlue Swirl2010-03-211-23/+69
* hw/serial.c: fix THRE interrupt clearingAurelien Jarno2010-03-061-1/+1
* hw/serial.c: fix indentationAurelien Jarno2010-03-061-8/+8
* Fix lost serial TX interrupts. Report receive overruns.Justin T. Gibbs2010-02-221-8/+20
* Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann2009-12-021-1/+1
* serial: Add interface to set reference oscillator frequencyStefan Weil2009-11-121-0/+7
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* serial: Add missing bitStefan Weil2009-10-301-3/+5
* serial: use post_load version_id field and remove pre_load functionJuan Quintela2009-10-271-8/+3
* isa: configure serial+parallel by index.Gerd Hoffmann2009-10-271-7/+19
* Clean up test for qdev_init() failureMarkus Armbruster2009-10-071-1/+1
* serial: convert isa to qdevGerd Hoffmann2009-10-051-10/+67
* vmstate: remove const from pre_save() functionsJuan Quintela2009-10-051-2/+2
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-7/+7
* Get rid of _t suffixmalc2009-10-011-7/+7
* Use proper typedef syntaxJuan Quintela2009-09-251-2/+2
* qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock2009-09-161-6/+4
* hw/serial: don't create a char device if none is specifiedAurelien Jarno2009-09-151-1/+6
* vmstate: port serial deviceJuan Quintela2009-09-111-36/+37
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-3/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* PPC: clean up ppc405Blue Swirl2009-08-151-9/+9
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* serial: fix lost character after sysrqJason Wessel2009-05-221-0/+2
OpenPOWER on IntegriCloud