aboutsummaryrefslogtreecommitdiff
path: root/hw/serial.c
AgeCommit message (Expand)Author
2012-04-02serial: clear LSR.TEMT when populating the TSRAnthony Liguori
2012-04-02serial: fix retry logicAnthony Liguori
2012-02-24suspend: make serial ports wakeup the guest.Gerd Hoffmann
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2011-10-02serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson
2011-10-02serial: Remove ioregister parameter from serial_mm_initRichard Henderson
2011-10-02serial: Use enum device_endian in serial_mm_init parameterRichard Henderson
2011-10-02serial: Convert serial_mm_init to MemoryRegionRichard Henderson
2011-09-25serial: Convert serial_isa_initfn to MemoryRegionRichard Henderson
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-02-20serial: refactor device creationBlue Swirl
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-09-15serial: Update parameters after loadMichal Novotny
2010-09-14Remove wrong semicolon in macro definitionStefan Weil
2010-09-13serial: Wrap debug prints around a DPRINTF macroMichal Novotny
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-05-15serial: Register vmstate via qdevJan Kiszka
2010-03-21Compile serial only onceBlue Swirl
2010-03-06hw/serial.c: fix THRE interrupt clearingAurelien Jarno
2010-03-06hw/serial.c: fix indentationAurelien Jarno
2010-02-22Fix lost serial TX interrupts. Report receive overruns.Justin T. Gibbs
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann
2009-11-12serial: Add interface to set reference oscillator frequencyStefan Weil
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-30serial: Add missing bitStefan Weil
2009-10-27serial: use post_load version_id field and remove pre_load functionJuan Quintela
2009-10-27isa: configure serial+parallel by index.Gerd Hoffmann
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster
2009-10-05serial: convert isa to qdevGerd Hoffmann
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-25Use proper typedef syntaxJuan Quintela
2009-09-16qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock
2009-09-15hw/serial: don't create a char device if none is specifiedAurelien Jarno
2009-09-11vmstate: port serial deviceJuan Quintela
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-15PPC: clean up ppc405Blue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22serial: fix lost character after sysrqJason Wessel