summaryrefslogtreecommitdiffstats
path: root/hw/char/imx_serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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