aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-serial-bus.c
AgeCommit message (Expand)Author
2011-03-28virtio-serial: don't crash on invalid inputMichael S. Tsirkin
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah
2011-02-24virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann
2011-02-04virtio-serial: Make sure virtqueue is ready before discarding dataAmit Shah
2011-02-01Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori
2011-01-20virtio-serial: save/restore new fields in port structAmit Shah
2011-01-20virtio-serial: Add support for flow controlAmit Shah
2011-01-20virtio-serial: Don't copy over guest buffer to hostAmit Shah
2011-01-20virtio-serial: move out discard logic in a separate functionAmit Shah
2011-01-12virtio-serial-bus: bump up control vq size to 32Amit Shah
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah
2010-07-30virtio-serial: Check if more max_ports specified than we can handleAmit Shah
2010-07-13virtio-serial: Assert for virtio queue ready before virtqueue operationsAmit Shah
2010-07-13virtio-serial: Check if virtio queue is ready before consuming dataAmit Shah
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-30virtio-serial: Simplify virtio_serial_load()Markus Armbruster
2010-06-01virtio-serial-bus: fix ports_map allocation on initAlon Levy
2010-05-03virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-02-19virtio-serial: don't set MULTIPORT for 1 port devMichael S. Tsirkin
2010-01-29virtio-serial-bus: Fix bus initialisation and allow for bus identificationAmit Shah
2010-01-20virtio-serial-bus: Add ability to hot-unplug portsAmit Shah
2010-01-20virtio-serial-bus: Add a port 'name' property for port discovery in guestsAmit Shah
2010-01-20virtio-serial-bus: Maintain guest and host port open/close stateAmit Shah
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah