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-serial-bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
virtio-serial: Simplify virtio_serial_load()
Markus Armbruster
2010-06-30
1
-9
/
+3
*
virtio-serial-bus: fix ports_map allocation on init
Alon Levy
2010-06-01
1
-1
/
+2
*
virtio-serial: Fix check for 'assert'; prevent NULL derefs
Amit Shah
2010-05-03
1
-1
/
+1
*
virtio-serial: Implement flow control for individual ports
Amit Shah
2010-04-28
1
-6
/
+44
*
virtio-serial: Discard data that guest sends us when ports aren't connected
Amit Shah
2010-04-28
1
-37
/
+32
*
virtio-serial: Apps should consume all data that guest sends out / Fix virtio...
Amit Shah
2010-04-28
1
-3
/
+3
*
virtio-serial: Handle scatter/gather input from the guest
Amit Shah
2010-04-28
1
-4
/
+8
*
virtio-serial: Handle scatter-gather buffers for control messages
Amit Shah
2010-04-28
1
-3
/
+28
*
iov: Introduce a new file for helpers around iovs, add iov_from_buf()
Amit Shah
2010-04-28
1
-8
/
+7
*
virtio-serial: Send out guest data to ports only if port is opened
Amit Shah
2010-04-28
1
-0
/
+5
*
virtio-serial: Propagate errors in initialising ports / devices in guest
Amit Shah
2010-04-28
1
-0
/
+10
*
virtio-serial: Update copyright year to 2010
Amit Shah
2010-04-28
1
-1
/
+1
*
virtio-serial: Remove redundant check for 0-sized write request
Amit Shah
2010-04-28
1
-3
/
+0
*
virtio-serial: whitespace: match surrounding code
Amit Shah
2010-04-28
1
-1
/
+4
*
virtio-serial: Use control messages to notify guest of new ports
Amit Shah
2010-04-28
1
-63
/
+121
*
virtio-serial: save/load: Send target host connection status if different
Amit Shah
2010-04-28
1
-0
/
+11
*
virtio-serial: save/load: Ensure we have hot-plugged ports instantiated
Amit Shah
2010-04-28
1
-0
/
+7
*
virtio-serial: save/load: Ensure nr_ports on src and dest are same.
Amit Shah
2010-04-28
1
-2
/
+16
*
virtio-serial: save/load: Ensure target has enough ports
Amit Shah
2010-04-28
1
-2
/
+11
*
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
1
-1
/
+1
*
virtio-serial: don't set MULTIPORT for 1 port dev
Michael S. Tsirkin
2010-02-19
1
-2
/
+4
*
virtio-serial-bus: Fix bus initialisation and allow for bus identification
Amit Shah
2010-01-29
1
-2
/
+1
*
virtio-serial-bus: Add ability to hot-unplug ports
Amit Shah
2010-01-20
1
-0
/
+2
*
virtio-serial-bus: Add a port 'name' property for port discovery in guests
Amit Shah
2010-01-20
1
-0
/
+17
*
virtio-serial-bus: Maintain guest and host port open/close state
Amit Shah
2010-01-20
1
-0
/
+94
*
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
2010-01-20
1
-0
/
+507