aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-12chardev: introduce qemu_chr_timeout_add_ms()Peter Xu
2017-12-18misc: drop old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-11-22spapr: Implement bug in spapr-vty device to be compatible with PowerVMDavid Gibson
2017-11-06Enable 8-byte wide MMIO for 16550 serial devicesMike Nawrocki
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-06s390x/3270: handle writes of arbitrary lengthHalil Pasic
2017-10-06s390x/3270: IDA support for 3270 via CcwDataStreamHalil Pasic
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-21virtio-serial: add enable_backend callbackPavel Butsykin
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-08-31virtio-serial: use DIV_ROUND_UPMarc-André Lureau
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann
2017-07-17hw/arm/mps2: Add UARTsPeter Maydell
2017-07-17hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell
2017-07-14chardev: fix parallel device can't be reconnectPeng Hao
2017-07-14serial: chardev hotswap supportAnton Nefedov
2017-07-14serial: move TIOCM update to a separate functionAnton Nefedov
2017-07-14virtio-console: chardev hotswap supportAnton Nefedov
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell
2017-06-02virtio-serial: fix segfault on disconnectStefan Hajnoczi
2017-06-02virtio-serial-bus: Unset hotplug handler when unrealizeLadi Prosek
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-05-04s390x/3270: Mark non-migratable and enable the deviceJing Liu
2017-05-04s390x/3270: Detect for continued presence of a 3270 clientJing Liu
2017-05-04s390x/3270: Add the TCP socket events handler for 3270Jing Liu
2017-05-04s390x/3270: 3270 data stream handlingJing Liu
2017-05-04s390x/3270: Add emulated terminal3270 deviceYang Chen
2017-04-20hw/char/exynos4210_uart: Constify static array and few argumentsKrzysztof Kozlowski
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini
2017-03-16virtio-serial-bus: Delete timer from list before free itzhanghailiang
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2017-02-06Split serial-isa into its own config optionDavid Gibson
2017-01-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27hw/char/exynos4210_uart: Drop unused local variable frame_sizePeter Maydell
2017-01-16serial: fix memory leak in serial exitLi Qiang