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