summaryrefslogtreecommitdiffstats
path: root/hw/char/imx_serial.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd2018-08-201-1/+2
* i.MX: Support serial RS-232 break properlyTrent Piepho2018-03-231-1/+4
* char: i.MX: Add support for "TX complete" interruptAndrey Smirnov2018-03-191-3/+17
* char: i.MX: Simplify imx_update()Andrey Smirnov2018-03-191-8/+16
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: make some qemu_chr_fe skip if no driverMarc-André Lureau2016-10-241-17/+9Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-7/+7
* char: rename some frontend functionsMarc-André Lureau2016-10-241-2/+2
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-9/+10
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois2015-10-271-26/+24Star
* imx_serial: Generate interrupt on tx empty if enabledGuenter Roeck2015-10-081-1/+3
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-071-35/+0Star
* i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois2015-08-131-2/+6
* i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois2015-08-131-17/+17
* i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois2015-08-131-16/+19
* i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-80/+2Star
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-1/+0Star
* imx_serial: QOM cast cleanupAndreas Färber2013-07-291-6/+10
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-0/+467