index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio-console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-27
virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
Hans de Goede
1
-18
/
+5
2013-03-27
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
1
-2
/
+2
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
1
-0
/
+1
2013-03-10
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
1
-1
/
+1
2013-03-08
virtio-serial: make flow control explicit in virtio-console
Amit Shah
1
-8
/
+9
2013-03-08
virtio: console: add flow control
Amit Shah
1
-0
/
+13
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-1
/
+1
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-2
/
+2
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-02-15
qom: Unify type registration
Andreas Färber
1
-8
/
+4
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-12
/
+16
2012-01-27
virtio-serial: convert to QEMU Object Model
Anthony Liguori
1
-26
/
+43
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-1
/
+1
2012-01-13
virtio-console: no need to remove char handlers explicitly
Amit Shah
1
-17
/
+0
2011-12-21
virtio-console: Properly initialise class methods
Amit Shah
1
-3
/
+6
2011-12-21
virtio-console: Check if chardev backends available before calling into them
Amit Shah
1
-0
/
+11
2011-08-22
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-07-23
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
Markus Armbruster
1
-4
/
+0
2011-07-18
virtio-console: Prevent abort()s in case of host chardev close
Amit Shah
1
-1
/
+15
2011-07-18
virtio-console: Add some trace events
Amit Shah
1
-1
/
+8
2011-05-27
virtio-console: Simplify init callbacks
Markus Armbruster
1
-26
/
+9
2011-05-27
virtio-serial: Drop redundant VirtIOSerialPort member info
Markus Armbruster
1
-3
/
+6
2011-05-27
virtio-serial: Drop useless property is_console
Markus Armbruster
1
-2
/
+0
2011-05-27
virtio-serial: Clean up virtconsole detection
Markus Armbruster
1
-2
/
+3
2011-04-28
virtio-console: notify backend of guest open / close
Hans de Goede
1
-0
/
+18
2011-03-21
virtio-console: Keep chardev open for other users after hot-unplug
Amit Shah
1
-1
/
+5
2011-03-21
virtio-serial: Don't clear ->have_data() pointer after unplug
Amit Shah
1
-1
/
+0
2011-03-21
virtio-serial: Disallow generic ports at id 0
Amit Shah
1
-0
/
+9
2011-02-24
virtio-serial: kill VirtIOSerialDevice
Gerd Hoffmann
1
-11
/
+6
2011-01-20
virtio-serial: Let virtio-serial-bus know if all data was consumed
Amit Shah
1
-2
/
+2
2011-01-19
virtio-console: Remove unnecessary braces
Amit Shah
1
-2
/
+1
2011-01-19
virtio-console: Factor out common init between console and generic ports
Amit Shah
1
-17
/
+14
2010-04-28
virtio-serial: Apps should consume all data that guest sends out / Fix virtio...
Amit Shah
1
-5
/
+2
2010-04-28
virtio-serial: Update copyright year to 2010
Amit Shah
1
-1
/
+1
2010-04-28
virtio-serial: Use control messages to notify guest of new ports
Amit Shah
1
-0
/
+2
2010-01-26
virtio-console: Rename virtio-serial.c back to virtio-console.c
Amit Shah
1
-0
/
+146
2010-01-20
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
1
-143
/
+0
2010-01-11
virtio: add features as qdev properties
Michael S. Tsirkin
1
-2
/
+2
2009-08-27
virtio-console: rename dvq to ovq
Amit Shah
1
-2
/
+2
2009-05-18
Separate virtio PCI code
Paul Brook
1
-16
/
+6
2009-05-14
Virtio-console conversion
Paul Brook
1
-15
/
+11
2009-05-14
Virtio-net qdev conversion
Paul Brook
1
-2
/
+8
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-2
/
+4
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-1
/
+1
2009-01-26
Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)
aliguori
1
-1
/
+2
2009-01-26
Add macro for virtio-console PCI device ID (Mark McLoughlin)
aliguori
1
-1
/
+2
2009-01-15
Add missing files from last commit.
aliguori
1
-0
/
+147