aboutsummaryrefslogtreecommitdiffstats
path: root/hw/serial.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-13/+17
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-6/+12
2011-10-02serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson1-5/+5
2011-10-02serial: Remove ioregister parameter from serial_mm_initRichard Henderson1-5/+3
2011-10-02serial: Use enum device_endian in serial_mm_init parameterRichard Henderson1-3/+1
2011-10-02serial: Convert serial_mm_init to MemoryRegionRichard Henderson1-114/+31
2011-09-25serial: Convert serial_isa_initfn to MemoryRegionRichard Henderson1-3/+12
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori1-5/+5
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-10/+10
2011-02-20serial: refactor device creationBlue Swirl1-12/+0
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-09-15serial: Update parameters after loadMichal Novotny1-0/+1
2010-09-14Remove wrong semicolon in macro definitionStefan Weil1-2/+2
2010-09-13serial: Wrap debug prints around a DPRINTF macroMichal Novotny1-12/+13
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-0/+1
2010-05-15serial: Register vmstate via qdevJan Kiszka1-1/+12
2010-03-21Compile serial only onceBlue Swirl1-23/+69
2010-03-06hw/serial.c: fix THRE interrupt clearingAurelien Jarno1-1/+1
2010-03-06hw/serial.c: fix indentationAurelien Jarno1-8/+8
2010-02-22Fix lost serial TX interrupts. Report receive overruns.Justin T. Gibbs1-8/+20
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann1-1/+1
2009-11-12serial: Add interface to set reference oscillator frequencyStefan Weil1-0/+7
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-30serial: Add missing bitStefan Weil1-3/+5
2009-10-27serial: use post_load version_id field and remove pre_load functionJuan Quintela1-8/+3
2009-10-27isa: configure serial+parallel by index.Gerd Hoffmann1-7/+19
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster1-1/+1
2009-10-05serial: convert isa to qdevGerd Hoffmann1-10/+67
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela1-2/+2
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-7/+7
2009-10-01Get rid of _t suffixmalc1-7/+7
2009-09-25Use proper typedef syntaxJuan Quintela1-2/+2
2009-09-16qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock1-6/+4
2009-09-15hw/serial: don't create a char device if none is specifiedAurelien Jarno1-1/+6
2009-09-11vmstate: port serial deviceJuan Quintela1-36/+37
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-3/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-15PPC: clean up ppc405Blue Swirl1-9/+9
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22serial: fix lost character after sysrqJason Wessel1-0/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-18serial: open a null device if the CharDriverState argument is nullaurel321-5/+3