aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-serial-bus.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-03virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah1-1/+1
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah1-6/+44
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah1-37/+32
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah1-3/+3
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah1-4/+8
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah1-3/+28
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah1-8/+7
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah1-0/+5
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah1-0/+10
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah1-1/+1
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah1-3/+0
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah1-1/+4
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah1-63/+121
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah1-0/+11
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah1-0/+7
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah1-2/+16
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah1-2/+11
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-1/+1
2010-02-19virtio-serial: don't set MULTIPORT for 1 port devMichael S. Tsirkin1-2/+4
2010-01-29virtio-serial-bus: Fix bus initialisation and allow for bus identificationAmit Shah1-2/+1
2010-01-20virtio-serial-bus: Add ability to hot-unplug portsAmit Shah1-0/+2
2010-01-20virtio-serial-bus: Add a port 'name' property for port discovery in guestsAmit Shah1-0/+17
2010-01-20virtio-serial-bus: Maintain guest and host port open/close stateAmit Shah1-0/+94
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-0/+507