summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
...
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun2018-02-221-4/+8
* hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-161-152/+57Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-1/+1
* hw: convert the escc device to keycodemapdbDaniel P. Berrange2018-01-291-121/+5Star
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-162-2/+2
* chardev: introduce qemu_chr_timeout_add_ms()Peter Xu2018-01-121-12/+16
* misc: drop old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* spapr: Implement bug in spapr-vty device to be compatible with PowerVMDavid Gibson2017-11-221-0/+18
* Enable 8-byte wide MMIO for 16550 serial devicesMike Nawrocki2017-11-061-1/+7
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+12
* s390x/3270: handle writes of arbitrary lengthHalil Pasic2017-10-061-12/+18
* s390x/3270: IDA support for 3270 via CcwDataStreamHalil Pasic2017-10-061-7/+11
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* virtio-serial: add enable_backend callbackPavel Butsykin2017-09-212-0/+28
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* virtio-serial: use DIV_ROUND_UPMarc-André Lureau2017-08-311-4/+4
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-6/+6
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2017-07-271-1/+0Star
* hw/arm/mps2: Add UARTsPeter Maydell2017-07-171-1/+1
* hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell2017-07-173-0/+413
* chardev: fix parallel device can't be reconnectPeng Hao2017-07-141-0/+6
* serial: chardev hotswap supportAnton Nefedov2017-07-141-1/+29
* serial: move TIOCM update to a separate functionAnton Nefedov2017-07-141-12/+19
* virtio-console: chardev hotswap supportAnton Nefedov2017-07-141-2/+28
* char: avoid chardevice direct accessAnton Nefedov2017-07-1415-19/+18Star
* char: add backend hotswap handlerAnton Nefedov2017-07-1425-26/+27
* Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell2017-06-0525-27/+30
|\
| * char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2017-06-022-2/+2
| * char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-0222-18/+22
| * chardev: serial & parallel declaration to own headersMarc-André Lureau2017-06-025-5/+5
| * chardev: move headers to include/chardevMarc-André Lureau2017-06-0224-24/+24
| * Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* | virtio-serial: fix segfault on disconnectStefan Hajnoczi2017-06-021-0/+3
* | virtio-serial-bus: Unset hotplug handler when unrealizeLadi Prosek2017-06-021-0/+3
|/
* s390x/3270: Mark non-migratable and enable the deviceJing Liu2017-05-042-0/+7
* s390x/3270: Detect for continued presence of a 3270 clientJing Liu2017-05-041-5/+32
* s390x/3270: Add the TCP socket events handler for 3270Jing Liu2017-05-041-1/+27
* s390x/3270: 3270 data stream handlingJing Liu2017-05-041-0/+180
* s390x/3270: Add emulated terminal3270 deviceYang Chen2017-05-041-0/+54
* hw/char/exynos4210_uart: Constify static array and few argumentsKrzysztof Kozlowski2017-04-201-4/+4
* xen: do not build backends for targets that do not support xenStefano Stabellini2017-03-191-1/+1
* virtio-serial-bus: Delete timer from list before free itzhanghailiang2017-03-161-0/+1
* hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth2017-02-161-25/+77
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* Split serial-isa into its own config optionDavid Gibson2017-02-061-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-3011-15/+15
|\
| * char: rename CharDriverState ChardevMarc-André Lureau2017-01-2711-15/+15