summaryrefslogtreecommitdiff
path: root/hw/char/virtio-console.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-4/+2
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau1-4/+2
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-13/+14
2016-10-24char: rename some frontend functionsMarc-André Lureau1-1/+1
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-14/+14
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-0/+21
2016-08-11virtio-console: set frontend open permanently for console devsDaniel P. Berrange1-4/+21
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-05-29virtio-console: notify chardev when writableMarc-André Lureau1-0/+10
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne1-1/+2
2014-06-27virtio-serial: report frontend connection state via monitorLaszlo Ersek1-3/+9
2014-03-13virtio-console: Fix VIRTIO_CONSOLE() cast macroAndreas Färber1-18/+6
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber1-15/+13
2014-03-13virtio-console: QOM cast cleanup for VirtConsoleAndreas Färber1-13/+20
2013-08-01virtio-console: Use exitfn for virtserialport, tooAndreas Färber1-0/+1
2013-04-16virtio-console: Remove any pending watches on closeHans de Goede1-2/+22
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede1-3/+5
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+184