aboutsummaryrefslogtreecommitdiff
path: root/hw/char/imx_serial.c
AgeCommit message (Expand)Author
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-20imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd
2018-03-23i.MX: Support serial RS-232 break properlyTrent Piepho
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov
2018-03-19char: i.MX: Simplify imx_update()Andrey Smirnov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-01-29arm: Clean up includesPeter Maydell
2015-10-27i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois
2015-10-08imx_serial: Generate interrupt on tx empty if enabledGuenter Roeck
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois
2015-08-13i.MX: Fix UART driver to work with unitialized "chardev" devicepull-target-arm-20150813Jean-Christophe Dubois
2015-08-13i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois
2015-08-13i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2013-07-29imx_serial: QOM cast cleanupAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini