summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
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
2017-01-10virtio: convert to use DMA apiJason Wang
2017-01-09hw/char: QOM'ify exynos4210_uart.cxiaoqiang zhao
2016-12-27cadence_uart: Check if receiver timeout counter is disabledAndrew Gacek
2016-12-27cadence_uart: Check baud rate generator and divider values on migrationAlistair Francis
2016-11-23hw/char/spapr_vty: Return amount of free buffer entries in vty_can_receive()Thomas Huth
2016-11-15spapr-vty: Fix bad assert() statementThomas Huth
2016-11-07char: cadence: check baud rate generator and divider valuesPrasad J Pandit
2016-10-31Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...Peter Maydell
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea
2016-10-28xen: Fix coding style warningsEmil Condrea
2016-10-28xen: Fix coding style errorsEmil Condrea
2016-10-28char: cadence: correct reset value for baud rate registersPrasad J Pandit
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: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-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: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-10-24char: serial: check divider value against baud basePrasad J Pandit
2016-10-17hw/char/pl011: Add trace eventsPeter Maydell
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-serial: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-serial: add missing virtio_detach_element() callStefan Hajnoczi
2016-10-10virtio-serial: enable virtio console emergency write featureSascha Silbe
2016-10-10virtio-serial: add plumbing for virtio console emergency write supportSascha Silbe
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-09-13sclpconsolelm: remove bogus check for -EAGAINDaniel P. Berrange
2016-09-08portio: keep references on portioMarc-André Lureau
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-11virtio-console: set frontend open permanently for console devsDaniel P. Berrange