summaryrefslogtreecommitdiffstats
path: root/hw/virtio-console.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-184/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede2013-03-271-18/+5
* qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede2013-03-271-2/+2
* qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2013-03-271-0/+1
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-101-1/+1
|\
| * hw: include hw header files with full pathsPaolo Bonzini2013-03-011-1/+1
* | virtio-serial: make flow control explicit in virtio-consoleAmit Shah2013-03-081-8/+9
* | virtio: console: add flow controlAmit Shah2013-03-081-0/+13
|/
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-8/+4
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-12/+16
* virtio-serial: convert to QEMU Object ModelAnthony Liguori2012-01-271-26/+43
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* virtio-console: no need to remove char handlers explicitlyAmit Shah2012-01-131-17/+0
* virtio-console: Properly initialise class methodsAmit Shah2011-12-211-3/+6
* virtio-console: Check if chardev backends available before calling into themAmit Shah2011-12-211-0/+11
* char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster2011-07-231-4/+0
* virtio-console: Prevent abort()s in case of host chardev closeAmit Shah2011-07-181-1/+15
* virtio-console: Add some trace eventsAmit Shah2011-07-181-1/+8
* virtio-console: Simplify init callbacksMarkus Armbruster2011-05-271-26/+9
* virtio-serial: Drop redundant VirtIOSerialPort member infoMarkus Armbruster2011-05-271-3/+6
* virtio-serial: Drop useless property is_consoleMarkus Armbruster2011-05-271-2/+0
* virtio-serial: Clean up virtconsole detectionMarkus Armbruster2011-05-271-2/+3
* virtio-console: notify backend of guest open / closeHans de Goede2011-04-281-0/+18
* virtio-console: Keep chardev open for other users after hot-unplugAmit Shah2011-03-211-1/+5
* virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah2011-03-211-1/+0
* virtio-serial: Disallow generic ports at id 0Amit Shah2011-03-211-0/+9
* virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann2011-02-241-11/+6
* virtio-serial: Let virtio-serial-bus know if all data was consumedAmit Shah2011-01-201-2/+2
* virtio-console: Remove unnecessary bracesAmit Shah2011-01-191-2/+1
* virtio-console: Factor out common init between console and generic portsAmit Shah2011-01-191-17/+14
* virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah2010-04-281-5/+2
* virtio-serial: Update copyright year to 2010Amit Shah2010-04-281-1/+1
* virtio-serial: Use control messages to notify guest of new portsAmit Shah2010-04-281-0/+2
* virtio-console: Rename virtio-serial.c back to virtio-console.cAmit Shah2010-01-261-0/+146
* virtio-console: qdev conversion, new virtio-serial-busAmit Shah2010-01-201-143/+0
* virtio: add features as qdev propertiesMichael S. Tsirkin2010-01-111-2/+2
* virtio-console: rename dvq to ovqAmit Shah2009-08-271-2/+2
* Separate virtio PCI codePaul Brook2009-05-181-16/+6
* Virtio-console conversionPaul Brook2009-05-141-15/+11
* Virtio-net qdev conversionPaul Brook2009-05-141-2/+8
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-2/+4
* Add and use #defines for PCI device classesblueswir12009-02-011-1/+1
* Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori2009-01-261-1/+2
OpenPOWER on IntegriCloud