index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio-serial-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini
1
-1018
/
+0
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-03-27
virtio-serial: propagate guest_connected to the port on post_load
Alon Levy
1
-0
/
+5
2013-03-27
virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
Hans de Goede
1
-10
/
+5
2013-03-18
virtio: make virtio device's structures public.
KONRAD Frederic
1
-41
/
+0
2013-03-10
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
1
-2
/
+2
2013-03-08
virtio-serial: make flow control explicit in virtio-console
Amit Shah
1
-18
/
+1
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-2
/
+2
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
1
-3
/
+3
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-18
virtio-serial-bus: assert port is non-null in remove_port()
Amit Shah
1
-0
/
+6
2012-12-18
virtio-serial-bus: send_control_msg() should not deal with cpkts
Amit Shah
1
-21
/
+18
2012-12-13
virtio-serial: delete timer if active during exit
Amit Shah
1
-0
/
+1
2012-12-13
virtio-serial: allocate post_load only at load-time
Amit Shah
1
-25
/
+38
2012-12-13
virtio-serial: move active ports loading to separate function
Amit Shah
1
-41
/
+55
2012-12-13
virtio-serial: use uint32_t to count ports
Amit Shah
1
-2
/
+2
2012-11-29
virtio: limit avail bytes lookahead
Michael S. Tsirkin
1
-1
/
+1
2012-11-16
virtio-serial-bus: post_load send_event when vm is running
Alon Levy
1
-10
/
+44
2012-09-28
virtio-serial-bus: let chardev know the exact number of bytes requested
Amit Shah
1
-8
/
+3
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
1
-5
/
+5
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-6
/
+18
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
1
-1
/
+1
2012-06-18
qdev: Move bus properties to a separate global
Paolo Bonzini
1
-5
/
+7
2012-06-07
change iov_* function prototypes to be more appropriate
Michael Tokarev
1
-3
/
+3
2012-06-07
virtio-serial-bus: use correct lengths in control_out() message
Michael Tokarev
1
-3
/
+3
2012-05-21
virtio: check virtio_load return code
Orit Wassermann
1
-1
/
+5
2012-04-25
virtio-serial-bus: Unset guest_connected at reset and driver reset
Amit Shah
1
-0
/
+28
2012-04-25
virtio-serial-bus: fix guest_connected init before driver init
Alon Levy
1
-8
/
+21
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-1
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-9
/
+10
2012-01-27
virtio-serial: convert to QEMU Object Model
Anthony Liguori
1
-27
/
+41
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-3
/
+3
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+3
2011-12-30
virtio-console: Fix failure on unconnected pty
Christian Borntraeger
1
-1
/
+13
2011-12-21
virtio-serial-bus: Ports are expected to implement 'have_data' callback
Amit Shah
1
-3
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-11
/
+11
2011-07-23
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
Markus Armbruster
1
-0
/
+5
2011-07-23
virtio-serial: Clean up virtser_bus_dev_print() output
Markus Armbruster
1
-8
/
+5
2011-07-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2011-07-18
iov: Update parameter usage in iov_(to|from)_buf()
Hannes Reinecke
1
-1
/
+1
2011-07-18
virtio-serial-bus: Fix trailing \n in error_report string
Amit Shah
1
-1
/
+1
2011-07-18
virtio-serial-bus: Add trace events
Amit Shah
1
-0
/
+7
2011-06-27
Merge remote-tracking branch 'amit/for-anthony' into staging
Anthony Liguori
1
-10
/
+14
2011-06-27
virtio-serial: Fix segfault on guest boot
Luiz Capitulino
1
-10
/
+14
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
1
-5
/
+5
2011-05-27
virtio-serial: Drop redundant VirtIOSerialPort member info
Markus Armbruster
1
-16
/
+26
2011-05-27
virtio-serial: Clean up virtconsole detection
Markus Armbruster
1
-2
/
+2
[next]