summaryrefslogtreecommitdiffstats
path: root/hw/virtio-serial-bus.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-serial: Cleanup on device hot-unplugAmit Shah2010-08-221-0/+17
* virtio-serial: Check if more max_ports specified than we can handleAmit Shah2010-07-301-1/+9
* virtio-serial: Assert for virtio queue ready before virtqueue operationsAmit Shah2010-07-131-0/+1
* virtio-serial: Check if virtio queue is ready before consuming dataAmit Shah2010-07-131-0/+3
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* virtio-serial: Simplify virtio_serial_load()Markus Armbruster2010-06-301-9/+3
* virtio-serial-bus: fix ports_map allocation on initAlon Levy2010-06-011-1/+2
* virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah2010-05-031-1/+1
* virtio-serial: Implement flow control for individual portsAmit Shah2010-04-281-6/+44
* virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah2010-04-281-37/+32
* virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah2010-04-281-3/+3
* virtio-serial: Handle scatter/gather input from the guestAmit Shah2010-04-281-4/+8
* virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah2010-04-281-3/+28
* iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah2010-04-281-8/+7
* virtio-serial: Send out guest data to ports only if port is openedAmit Shah2010-04-281-0/+5
* virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah2010-04-281-0/+10
* virtio-serial: Update copyright year to 2010Amit Shah2010-04-281-1/+1
* virtio-serial: Remove redundant check for 0-sized write requestAmit Shah2010-04-281-3/+0
* virtio-serial: whitespace: match surrounding codeAmit Shah2010-04-281-1/+4
* virtio-serial: Use control messages to notify guest of new portsAmit Shah2010-04-281-63/+121
* virtio-serial: save/load: Send target host connection status if differentAmit Shah2010-04-281-0/+11
* virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah2010-04-281-0/+7
* virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah2010-04-281-2/+16
* virtio-serial: save/load: Ensure target has enough portsAmit Shah2010-04-281-2/+11
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+1
* virtio-serial: don't set MULTIPORT for 1 port devMichael S. Tsirkin2010-02-191-2/+4
* virtio-serial-bus: Fix bus initialisation and allow for bus identificationAmit Shah2010-01-291-2/+1
* virtio-serial-bus: Add ability to hot-unplug portsAmit Shah2010-01-201-0/+2
* virtio-serial-bus: Add a port 'name' property for port discovery in guestsAmit Shah2010-01-201-0/+17
* virtio-serial-bus: Maintain guest and host port open/close stateAmit Shah2010-01-201-0/+94
* virtio-console: qdev conversion, new virtio-serial-busAmit Shah2010-01-201-0/+507
OpenPOWER on IntegriCloud