summaryrefslogtreecommitdiff
path: root/hw/serial.c
AgeCommit message (Expand)Author
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-22serial: Fix debug format stringsKevin Wolf
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-08serial: add flow control to transmitAnthony Liguori
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-01-24Revert "serial: fix retry logic"Michael Tokarev
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-04serial: Replace register_ioport_*Julien Grall
2012-10-29serial: convert PIO to new memory api read/writeAlexander Graf
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22serial: add pci variantGerd Hoffmann
2012-10-22serial: split serial.cGerd Hoffmann
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