summaryrefslogtreecommitdiff
path: root/hw/char/virtio-console.c
AgeCommit message (Expand)Author
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07virtio-console: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-09-21virtio-serial: add enable_backend callbackPavel Butsykin
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-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-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-08-11virtio-console: set frontend open permanently for console devsDaniel P. Berrange
2016-01-29virtio: Clean up includesPeter Maydell
2015-05-29virtio-console: notify chardev when writableMarc-André Lureau
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne
2014-06-27virtio-serial: report frontend connection state via monitorLaszlo Ersek
2014-03-13virtio-console: Fix VIRTIO_CONSOLE() cast macroAndreas Färber
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber
2014-03-13virtio-console: QOM cast cleanup for VirtConsoleAndreas Färber
2013-08-01virtio-console: Use exitfn for virtserialport, tooAndreas Färber
2013-04-16virtio-console: Remove any pending watches on closeHans de Goede
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini