index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio-serial-bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
2012-12-20
1
-3
/
+3
|
\
|
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
|
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
|
virtio-serial-bus: assert port is non-null in remove_port()
Amit Shah
2012-12-18
1
-0
/
+6
*
|
virtio-serial-bus: send_control_msg() should not deal with cpkts
Amit Shah
2012-12-18
1
-21
/
+18
*
|
virtio-serial: delete timer if active during exit
Amit Shah
2012-12-13
1
-0
/
+1
*
|
virtio-serial: allocate post_load only at load-time
Amit Shah
2012-12-13
1
-25
/
+38
*
|
virtio-serial: move active ports loading to separate function
Amit Shah
2012-12-13
1
-41
/
+55
*
|
virtio-serial: use uint32_t to count ports
Amit Shah
2012-12-13
1
-2
/
+2
|
/
*
virtio: limit avail bytes lookahead
Michael S. Tsirkin
2012-11-30
1
-1
/
+1
*
virtio-serial-bus: post_load send_event when vm is running
Alon Levy
2012-11-16
1
-10
/
+44
*
virtio-serial-bus: let chardev know the exact number of bytes requested
Amit Shah
2012-09-28
1
-8
/
+3
*
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
2012-07-09
1
-5
/
+5
|
\
|
*
change iov_* function prototypes to be more appropriate
Michael Tokarev
2012-06-07
1
-3
/
+3
|
*
virtio-serial-bus: use correct lengths in control_out() message
Michael Tokarev
2012-06-07
1
-3
/
+3
*
|
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2012-06-18
1
-6
/
+18
*
|
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
2012-06-18
1
-1
/
+1
*
|
qdev: Move bus properties to a separate global
Paolo Bonzini
2012-06-18
1
-5
/
+7
|
/
*
virtio: check virtio_load return code
Orit Wassermann
2012-05-21
1
-1
/
+5
*
virtio-serial-bus: Unset guest_connected at reset and driver reset
Amit Shah
2012-04-25
1
-0
/
+28
*
virtio-serial-bus: fix guest_connected init before driver init
Alon Levy
2012-04-25
1
-8
/
+21
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
1
-1
/
+1
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-9
/
+10
*
virtio-serial: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-27
/
+41
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-3
/
+3
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
1
-0
/
+3
*
virtio-console: Fix failure on unconnected pty
Christian Borntraeger
2011-12-30
1
-1
/
+13
*
virtio-serial-bus: Ports are expected to implement 'have_data' callback
Amit Shah
2011-12-21
1
-3
/
+3
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-21
1
-11
/
+11
*
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
Markus Armbruster
2011-07-23
1
-0
/
+5
*
virtio-serial: Clean up virtser_bus_dev_print() output
Markus Armbruster
2011-07-23
1
-8
/
+5
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-07-22
1
-1
/
+1
|
\
|
*
iov: Update parameter usage in iov_(to|from)_buf()
Hannes Reinecke
2011-07-18
1
-1
/
+1
*
|
virtio-serial-bus: Fix trailing \n in error_report string
Amit Shah
2011-07-18
1
-1
/
+1
*
|
virtio-serial-bus: Add trace events
Amit Shah
2011-07-18
1
-0
/
+7
|
/
*
Merge remote-tracking branch 'amit/for-anthony' into staging
Anthony Liguori
2011-06-27
1
-10
/
+14
|
\
|
*
virtio-serial: Fix segfault on guest boot
Luiz Capitulino
2011-06-27
1
-10
/
+14
*
|
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-06-24
1
-5
/
+5
|
/
*
virtio-serial: Drop redundant VirtIOSerialPort member info
Markus Armbruster
2011-05-27
1
-16
/
+26
*
virtio-serial: Clean up virtconsole detection
Markus Armbruster
2011-05-27
1
-2
/
+2
*
virtio-serial: Plug memory leak on qdev exit()
Markus Armbruster
2011-05-27
1
-18
/
+9
*
virtio-serial-bus: use bh for unthrottling
Alon Levy
2011-05-27
1
-2
/
+10
*
virtio-serial: Fix endianness bug in the config space
Alexey Kardashevskiy
2011-04-28
1
-10
/
+13
*
virtio-serial: don't crash on invalid input
Michael S. Tsirkin
2011-03-28
1
-0
/
+3
*
virtio-serial-bus: Simplify handle_output() function
Amit Shah
2011-03-21
1
-9
/
+3
*
virtio-serial: Use a struct to pass config information from proxy
Amit Shah
2011-03-21
1
-8
/
+8
*
virtio-serial: kill VirtIOSerialDevice
Gerd Hoffmann
2011-02-24
1
-9
/
+6
*
virtio-serial: Make sure virtqueue is ready before discarding data
Amit Shah
2011-02-04
1
-0
/
+3
*
Merge remote branch 'amit/for-anthony' into staging
Anthony Liguori
2011-02-01
1
-22
/
+101
|
\
[next]