index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio-console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-2
/
+2
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-8
/
+4
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-12
/
+16
*
virtio-serial: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-26
/
+43
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-1
/
+1
*
virtio-console: no need to remove char handlers explicitly
Amit Shah
2012-01-13
1
-17
/
+0
*
virtio-console: Properly initialise class methods
Amit Shah
2011-12-21
1
-3
/
+6
*
virtio-console: Check if chardev backends available before calling into them
Amit Shah
2011-12-21
1
-0
/
+11
*
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
Markus Armbruster
2011-07-23
1
-4
/
+0
*
virtio-console: Prevent abort()s in case of host chardev close
Amit Shah
2011-07-18
1
-1
/
+15
*
virtio-console: Add some trace events
Amit Shah
2011-07-18
1
-1
/
+8
*
virtio-console: Simplify init callbacks
Markus Armbruster
2011-05-27
1
-26
/
+9
*
virtio-serial: Drop redundant VirtIOSerialPort member info
Markus Armbruster
2011-05-27
1
-3
/
+6
*
virtio-serial: Drop useless property is_console
Markus Armbruster
2011-05-27
1
-2
/
+0
*
virtio-serial: Clean up virtconsole detection
Markus Armbruster
2011-05-27
1
-2
/
+3
*
virtio-console: notify backend of guest open / close
Hans de Goede
2011-04-28
1
-0
/
+18
*
virtio-console: Keep chardev open for other users after hot-unplug
Amit Shah
2011-03-21
1
-1
/
+5
*
virtio-serial: Don't clear ->have_data() pointer after unplug
Amit Shah
2011-03-21
1
-1
/
+0
*
virtio-serial: Disallow generic ports at id 0
Amit Shah
2011-03-21
1
-0
/
+9
*
virtio-serial: kill VirtIOSerialDevice
Gerd Hoffmann
2011-02-24
1
-11
/
+6
*
virtio-serial: Let virtio-serial-bus know if all data was consumed
Amit Shah
2011-01-20
1
-2
/
+2
*
virtio-console: Remove unnecessary braces
Amit Shah
2011-01-19
1
-2
/
+1
*
virtio-console: Factor out common init between console and generic ports
Amit Shah
2011-01-19
1
-17
/
+14
*
virtio-serial: Apps should consume all data that guest sends out / Fix virtio...
Amit Shah
2010-04-28
1
-5
/
+2
*
virtio-serial: Update copyright year to 2010
Amit Shah
2010-04-28
1
-1
/
+1
*
virtio-serial: Use control messages to notify guest of new ports
Amit Shah
2010-04-28
1
-0
/
+2
*
virtio-console: Rename virtio-serial.c back to virtio-console.c
Amit Shah
2010-01-26
1
-0
/
+146
*
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
2010-01-20
1
-143
/
+0
*
virtio: add features as qdev properties
Michael S. Tsirkin
2010-01-11
1
-2
/
+2
*
virtio-console: rename dvq to ovq
Amit Shah
2009-08-27
1
-2
/
+2
*
Separate virtio PCI code
Paul Brook
2009-05-18
1
-16
/
+6
*
Virtio-console conversion
Paul Brook
2009-05-14
1
-15
/
+11
*
Virtio-net qdev conversion
Paul Brook
2009-05-14
1
-2
/
+8
*
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
2009-04-13
1
-2
/
+4
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-1
/
+1
*
Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)
aliguori
2009-01-26
1
-1
/
+2
*
Add macro for virtio-console PCI device ID (Mark McLoughlin)
aliguori
2009-01-26
1
-1
/
+2
*
Add missing files from last commit.
aliguori
2009-01-15
1
-0
/
+147